Uses of Interface
com.google.cloud.contactcenterinsights.v1.PhraseMatchRuleOrBuilder
-
Packages that use PhraseMatchRuleOrBuilder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of PhraseMatchRuleOrBuilder in com.google.cloud.contactcenterinsights.v1
Classes in com.google.cloud.contactcenterinsights.v1 that implement PhraseMatchRuleOrBuilder Modifier and Type Class Description class
PhraseMatchRule
The data for a phrase match rule.static class
PhraseMatchRule.Builder
The data for a phrase match rule.Methods in com.google.cloud.contactcenterinsights.v1 that return PhraseMatchRuleOrBuilder Modifier and Type Method Description PhraseMatchRuleOrBuilder
PhraseMatchRuleGroup.Builder. getPhraseMatchRulesOrBuilder(int index)
A list of phrase match rules that are included in this group.PhraseMatchRuleOrBuilder
PhraseMatchRuleGroup. getPhraseMatchRulesOrBuilder(int index)
A list of phrase match rules that are included in this group.PhraseMatchRuleOrBuilder
PhraseMatchRuleGroupOrBuilder. getPhraseMatchRulesOrBuilder(int index)
A list of phrase match rules that are included in this group.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type PhraseMatchRuleOrBuilder Modifier and Type Method Description List<? extends PhraseMatchRuleOrBuilder>
PhraseMatchRuleGroup.Builder. getPhraseMatchRulesOrBuilderList()
A list of phrase match rules that are included in this group.List<? extends PhraseMatchRuleOrBuilder>
PhraseMatchRuleGroup. getPhraseMatchRulesOrBuilderList()
A list of phrase match rules that are included in this group.List<? extends PhraseMatchRuleOrBuilder>
PhraseMatchRuleGroupOrBuilder. getPhraseMatchRulesOrBuilderList()
A list of phrase match rules that are included in this group.
-