Uses of Class
com.google.cloud.contactcenterinsights.v1.ExactMatchConfig
-
Packages that use ExactMatchConfig Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ExactMatchConfig in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ExactMatchConfig Modifier and Type Method Description ExactMatchConfig
ExactMatchConfig.Builder. build()
ExactMatchConfig
ExactMatchConfig.Builder. buildPartial()
static ExactMatchConfig
ExactMatchConfig. getDefaultInstance()
ExactMatchConfig
ExactMatchConfig.Builder. getDefaultInstanceForType()
ExactMatchConfig
ExactMatchConfig. getDefaultInstanceForType()
ExactMatchConfig
PhraseMatchRuleConfig.Builder. getExactMatchConfig()
The configuration for the exact match rule.ExactMatchConfig
PhraseMatchRuleConfig. getExactMatchConfig()
The configuration for the exact match rule.ExactMatchConfig
PhraseMatchRuleConfigOrBuilder. getExactMatchConfig()
The configuration for the exact match rule.static ExactMatchConfig
ExactMatchConfig. parseDelimitedFrom(InputStream input)
static ExactMatchConfig
ExactMatchConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExactMatchConfig
ExactMatchConfig. parseFrom(byte[] data)
static ExactMatchConfig
ExactMatchConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExactMatchConfig
ExactMatchConfig. parseFrom(com.google.protobuf.ByteString data)
static ExactMatchConfig
ExactMatchConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExactMatchConfig
ExactMatchConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ExactMatchConfig
ExactMatchConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExactMatchConfig
ExactMatchConfig. parseFrom(InputStream input)
static ExactMatchConfig
ExactMatchConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExactMatchConfig
ExactMatchConfig. parseFrom(ByteBuffer data)
static ExactMatchConfig
ExactMatchConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ExactMatchConfig Modifier and Type Method Description com.google.protobuf.Parser<ExactMatchConfig>
ExactMatchConfig. getParserForType()
static com.google.protobuf.Parser<ExactMatchConfig>
ExactMatchConfig. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ExactMatchConfig Modifier and Type Method Description PhraseMatchRuleConfig.Builder
PhraseMatchRuleConfig.Builder. mergeExactMatchConfig(ExactMatchConfig value)
The configuration for the exact match rule.ExactMatchConfig.Builder
ExactMatchConfig.Builder. mergeFrom(ExactMatchConfig other)
static ExactMatchConfig.Builder
ExactMatchConfig. newBuilder(ExactMatchConfig prototype)
PhraseMatchRuleConfig.Builder
PhraseMatchRuleConfig.Builder. setExactMatchConfig(ExactMatchConfig value)
The configuration for the exact match rule.
-