Uses of Class
com.google.cloud.contactcenterinsights.v1.ExactMatchConfig.Builder
-
Packages that use ExactMatchConfig.Builder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ExactMatchConfig.Builder in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ExactMatchConfig.Builder Modifier and Type Method Description ExactMatchConfig.Builder
ExactMatchConfig.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. clear()
ExactMatchConfig.Builder
ExactMatchConfig.Builder. clearCaseSensitive()
Whether to consider case sensitivity when performing an exact match.ExactMatchConfig.Builder
ExactMatchConfig.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. clone()
ExactMatchConfig.Builder
PhraseMatchRuleConfig.Builder. getExactMatchConfigBuilder()
The configuration for the exact match rule.ExactMatchConfig.Builder
ExactMatchConfig.Builder. mergeFrom(ExactMatchConfig other)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. mergeFrom(com.google.protobuf.Message other)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static ExactMatchConfig.Builder
ExactMatchConfig. newBuilder()
static ExactMatchConfig.Builder
ExactMatchConfig. newBuilder(ExactMatchConfig prototype)
ExactMatchConfig.Builder
ExactMatchConfig. newBuilderForType()
protected ExactMatchConfig.Builder
ExactMatchConfig. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. setCaseSensitive(boolean value)
Whether to consider case sensitivity when performing an exact match.ExactMatchConfig.Builder
ExactMatchConfig.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ExactMatchConfig.Builder
ExactMatchConfig.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ExactMatchConfig.Builder
ExactMatchConfig. toBuilder()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ExactMatchConfig.Builder Modifier and Type Method Description PhraseMatchRuleConfig.Builder
PhraseMatchRuleConfig.Builder. setExactMatchConfig(ExactMatchConfig.Builder builderForValue)
The configuration for the exact match rule.
-