Uses of Class
com.google.cloud.contactcenterinsights.v1.PhraseMatchRuleGroup
-
Packages that use PhraseMatchRuleGroup Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of PhraseMatchRuleGroup in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return PhraseMatchRuleGroup Modifier and Type Method Description PhraseMatchRuleGroup
PhraseMatchRuleGroup.Builder. build()
PhraseMatchRuleGroup
PhraseMatchRuleGroup.Builder. buildPartial()
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. getDefaultInstance()
PhraseMatchRuleGroup
PhraseMatchRuleGroup.Builder. getDefaultInstanceForType()
PhraseMatchRuleGroup
PhraseMatchRuleGroup. getDefaultInstanceForType()
PhraseMatchRuleGroup
PhraseMatcher.Builder. getPhraseMatchRuleGroups(int index)
A list of phase match rule groups that are included in this matcher.PhraseMatchRuleGroup
PhraseMatcher. getPhraseMatchRuleGroups(int index)
A list of phase match rule groups that are included in this matcher.PhraseMatchRuleGroup
PhraseMatcherOrBuilder. getPhraseMatchRuleGroups(int index)
A list of phase match rule groups that are included in this matcher.static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseDelimitedFrom(InputStream input)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(byte[] data)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(com.google.protobuf.ByteString data)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(com.google.protobuf.CodedInputStream input)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(InputStream input)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(ByteBuffer data)
static PhraseMatchRuleGroup
PhraseMatchRuleGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type PhraseMatchRuleGroup Modifier and Type Method Description com.google.protobuf.Parser<PhraseMatchRuleGroup>
PhraseMatchRuleGroup. getParserForType()
List<PhraseMatchRuleGroup>
PhraseMatcher.Builder. getPhraseMatchRuleGroupsList()
A list of phase match rule groups that are included in this matcher.List<PhraseMatchRuleGroup>
PhraseMatcher. getPhraseMatchRuleGroupsList()
A list of phase match rule groups that are included in this matcher.List<PhraseMatchRuleGroup>
PhraseMatcherOrBuilder. getPhraseMatchRuleGroupsList()
A list of phase match rule groups that are included in this matcher.static com.google.protobuf.Parser<PhraseMatchRuleGroup>
PhraseMatchRuleGroup. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type PhraseMatchRuleGroup Modifier and Type Method Description PhraseMatcher.Builder
PhraseMatcher.Builder. addPhraseMatchRuleGroups(int index, PhraseMatchRuleGroup value)
A list of phase match rule groups that are included in this matcher.PhraseMatcher.Builder
PhraseMatcher.Builder. addPhraseMatchRuleGroups(PhraseMatchRuleGroup value)
A list of phase match rule groups that are included in this matcher.PhraseMatchRuleGroup.Builder
PhraseMatchRuleGroup.Builder. mergeFrom(PhraseMatchRuleGroup other)
static PhraseMatchRuleGroup.Builder
PhraseMatchRuleGroup. newBuilder(PhraseMatchRuleGroup prototype)
PhraseMatcher.Builder
PhraseMatcher.Builder. setPhraseMatchRuleGroups(int index, PhraseMatchRuleGroup value)
A list of phase match rule groups that are included in this matcher.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type PhraseMatchRuleGroup Modifier and Type Method Description PhraseMatcher.Builder
PhraseMatcher.Builder. addAllPhraseMatchRuleGroups(Iterable<? extends PhraseMatchRuleGroup> values)
A list of phase match rule groups that are included in this matcher.
-