Uses of Class
com.google.cloud.contactcenterinsights.v1.PhraseMatchRule
-
Packages that use PhraseMatchRule Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of PhraseMatchRule in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return PhraseMatchRule Modifier and Type Method Description PhraseMatchRule
PhraseMatchRule.Builder. build()
PhraseMatchRule
PhraseMatchRule.Builder. buildPartial()
static PhraseMatchRule
PhraseMatchRule. getDefaultInstance()
PhraseMatchRule
PhraseMatchRule.Builder. getDefaultInstanceForType()
PhraseMatchRule
PhraseMatchRule. getDefaultInstanceForType()
PhraseMatchRule
PhraseMatchRuleGroup.Builder. getPhraseMatchRules(int index)
A list of phrase match rules that are included in this group.PhraseMatchRule
PhraseMatchRuleGroup. getPhraseMatchRules(int index)
A list of phrase match rules that are included in this group.PhraseMatchRule
PhraseMatchRuleGroupOrBuilder. getPhraseMatchRules(int index)
A list of phrase match rules that are included in this group.static PhraseMatchRule
PhraseMatchRule. parseDelimitedFrom(InputStream input)
static PhraseMatchRule
PhraseMatchRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRule
PhraseMatchRule. parseFrom(byte[] data)
static PhraseMatchRule
PhraseMatchRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRule
PhraseMatchRule. parseFrom(com.google.protobuf.ByteString data)
static PhraseMatchRule
PhraseMatchRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRule
PhraseMatchRule. parseFrom(com.google.protobuf.CodedInputStream input)
static PhraseMatchRule
PhraseMatchRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRule
PhraseMatchRule. parseFrom(InputStream input)
static PhraseMatchRule
PhraseMatchRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRule
PhraseMatchRule. parseFrom(ByteBuffer data)
static PhraseMatchRule
PhraseMatchRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type PhraseMatchRule Modifier and Type Method Description com.google.protobuf.Parser<PhraseMatchRule>
PhraseMatchRule. getParserForType()
List<PhraseMatchRule>
PhraseMatchRuleGroup.Builder. getPhraseMatchRulesList()
A list of phrase match rules that are included in this group.List<PhraseMatchRule>
PhraseMatchRuleGroup. getPhraseMatchRulesList()
A list of phrase match rules that are included in this group.List<PhraseMatchRule>
PhraseMatchRuleGroupOrBuilder. getPhraseMatchRulesList()
A list of phrase match rules that are included in this group.static com.google.protobuf.Parser<PhraseMatchRule>
PhraseMatchRule. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type PhraseMatchRule Modifier and Type Method Description PhraseMatchRuleGroup.Builder
PhraseMatchRuleGroup.Builder. addPhraseMatchRules(int index, PhraseMatchRule value)
A list of phrase match rules that are included in this group.PhraseMatchRuleGroup.Builder
PhraseMatchRuleGroup.Builder. addPhraseMatchRules(PhraseMatchRule value)
A list of phrase match rules that are included in this group.PhraseMatchRule.Builder
PhraseMatchRule.Builder. mergeFrom(PhraseMatchRule other)
static PhraseMatchRule.Builder
PhraseMatchRule. newBuilder(PhraseMatchRule prototype)
PhraseMatchRuleGroup.Builder
PhraseMatchRuleGroup.Builder. setPhraseMatchRules(int index, PhraseMatchRule value)
A list of phrase match rules that are included in this group.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type PhraseMatchRule Modifier and Type Method Description PhraseMatchRuleGroup.Builder
PhraseMatchRuleGroup.Builder. addAllPhraseMatchRules(Iterable<? extends PhraseMatchRule> values)
A list of phrase match rules that are included in this group.
-