PhraseMatcher

class PhraseMatcher : KotlinCustomResource

Creates a phrase matcher.

Properties

Link copied to clipboard

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

Link copied to clipboard
val active: Output<Boolean>

Applies the phrase matcher only when it is active.

Link copied to clipboard
val displayName: Output<String>

The human-readable name of the phrase matcher.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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
val revisionId: Output<String>

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
val roleMatch: Output<String>

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
val type: Output<String>

The type of this phrase matcher.

Link copied to clipboard
val updateTime: Output<String>

The most recent time at which the phrase matcher was updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val versionTag: Output<String>

The customized version tag to use for the phrase matcher. If not specified, it will default to revision_id.