GoogleCloudContactcenterinsightsV1PhraseMatcher class

The phrase matcher resource.

Constructors

GoogleCloudContactcenterinsightsV1PhraseMatcher({String? activationUpdateTime, bool? active, String? displayName, String? name, List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup>? phraseMatchRuleGroups, String? revisionCreateTime, String? revisionId, String? roleMatch, String? type, String? updateTime, String? versionTag})
GoogleCloudContactcenterinsightsV1PhraseMatcher.fromJson(Map json_)

Properties

activationUpdateTime String?
The most recent time at which the activation status was updated.
getter/setter pair
active bool?
Applies the phrase matcher only when it is active.
getter/setter pair
displayName String?
The human-readable name of the phrase matcher.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the phrase matcher.
getter/setter pair
phraseMatchRuleGroups List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup>?
A list of phase match rule groups that are included in this matcher.
getter/setter pair
revisionCreateTime String?
The timestamp of when the revision was created.
getter/setter pair
revisionId String?
The revision ID of the phrase matcher.
getter/setter pair
roleMatch String?
The role whose utterances the phrase matcher should be matched against.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of this phrase matcher.
getter/setter pair
updateTime String?
The most recent time at which the phrase matcher was updated.
getter/setter pair
versionTag String?
The customized version tag to use for the phrase matcher.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited