GetPhraseMatcherResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The most recent time at which the activation status was updated.

Link copied to clipboard

Applies the phrase matcher only when it is active.

Link copied to clipboard

The human-readable name of the phrase matcher.

Link copied to clipboard

The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{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 role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.

Link copied to clipboard

The type of this phrase matcher.

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.