Google Cloud Contactcenterinsights V1Phrase Match Rule Args
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
Link copied to clipboard
constructor(config: Output<GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs>? = null, negated: Output<Boolean>? = null, query: Output<String>)