GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs

data class GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs(val config: Output<GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs>? = null, val negated: Output<Boolean>? = null, val query: Output<String>) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs>

The data for a phrase match rule.

Constructors

constructor(config: Output<GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs>? = null, negated: Output<Boolean>? = null, query: Output<String>)

Properties

Link copied to clipboard

Provides additional information about the rule that specifies how to apply the rule.

Link copied to clipboard
val negated: Output<Boolean>? = null

Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.

Link copied to clipboard
val query: Output<String>

The phrase to be matched.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs