Uses of Interface
com.google.cloud.contactcenterinsights.v1.PhraseMatchRuleGroupOrBuilder
-
Packages that use PhraseMatchRuleGroupOrBuilder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of PhraseMatchRuleGroupOrBuilder in com.google.cloud.contactcenterinsights.v1
Classes in com.google.cloud.contactcenterinsights.v1 that implement PhraseMatchRuleGroupOrBuilder Modifier and Type Class Description class
PhraseMatchRuleGroup
A message representing a rule in the phrase matcher.static class
PhraseMatchRuleGroup.Builder
A message representing a rule in the phrase matcher.Methods in com.google.cloud.contactcenterinsights.v1 that return PhraseMatchRuleGroupOrBuilder Modifier and Type Method Description PhraseMatchRuleGroupOrBuilder
PhraseMatcher.Builder. getPhraseMatchRuleGroupsOrBuilder(int index)
A list of phase match rule groups that are included in this matcher.PhraseMatchRuleGroupOrBuilder
PhraseMatcher. getPhraseMatchRuleGroupsOrBuilder(int index)
A list of phase match rule groups that are included in this matcher.PhraseMatchRuleGroupOrBuilder
PhraseMatcherOrBuilder. getPhraseMatchRuleGroupsOrBuilder(int index)
A list of phase match rule groups that are included in this matcher.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type PhraseMatchRuleGroupOrBuilder Modifier and Type Method Description List<? extends PhraseMatchRuleGroupOrBuilder>
PhraseMatcher.Builder. getPhraseMatchRuleGroupsOrBuilderList()
A list of phase match rule groups that are included in this matcher.List<? extends PhraseMatchRuleGroupOrBuilder>
PhraseMatcher. getPhraseMatchRuleGroupsOrBuilderList()
A list of phase match rule groups that are included in this matcher.List<? extends PhraseMatchRuleGroupOrBuilder>
PhraseMatcherOrBuilder. getPhraseMatchRuleGroupsOrBuilderList()
A list of phase match rule groups that are included in this matcher.
-