Get Phrase Matcher Result
data class GetPhraseMatcherResult(val activationUpdateTime: String, val active: Boolean, val displayName: String, val name: String, val phraseMatchRuleGroups: List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupResponse>, val revisionCreateTime: String, val revisionId: String, val roleMatch: String, val type: String, val updateTime: String, val versionTag: String)
Constructors
Link copied to clipboard
constructor(activationUpdateTime: String, active: Boolean, displayName: String, name: String, phraseMatchRuleGroups: List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupResponse>, revisionCreateTime: String, revisionId: String, roleMatch: String, type: String, updateTime: String, versionTag: String)
Properties
Link copied to clipboard
The most recent time at which the activation status was updated.
Link copied to clipboard
The human-readable name of the phrase matcher.
Link copied to clipboard
A list of phase match rule groups that are included in this matcher.
Link copied to clipboard
The timestamp of when the revision was created. It is also the create time when a new matcher is added.
Link copied to clipboard
Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
Link copied to clipboard
The most recent time at which the phrase matcher was updated.
Link copied to clipboard
The customized version tag to use for the phrase matcher. If not specified, it will default to revision_id
.