Phrase Matcher Args
data class PhraseMatcherArgs(val active: Output<Boolean>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val phraseMatchRuleGroups: Output<List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs>>? = null, val project: Output<String>? = null, val roleMatch: Output<PhraseMatcherRoleMatch>? = null, val type: Output<PhraseMatcherType>? = null, val versionTag: Output<String>? = null) : ConvertibleToJava<PhraseMatcherArgs>
Creates a phrase matcher.
Constructors
Link copied to clipboard
fun PhraseMatcherArgs(active: Output<Boolean>? = null, displayName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, phraseMatchRuleGroups: Output<List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs>>? = null, project: Output<String>? = null, roleMatch: Output<PhraseMatcherRoleMatch>? = null, type: Output<PhraseMatcherType>? = null, versionTag: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val phraseMatchRuleGroups: Output<List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs>>? = null
Link copied to clipboard