public interface PhraseMatchRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PhraseMatchRuleConfig |
getConfig()
Provides additional information about the rule that specifies how to apply
the rule.
|
PhraseMatchRuleConfigOrBuilder |
getConfigOrBuilder()
Provides additional information about the rule that specifies how to apply
the rule.
|
boolean |
getNegated()
Specifies whether the phrase must be missing from the transcript segment or
present in the transcript segment.
|
String |
getQuery()
Required.
|
com.google.protobuf.ByteString |
getQueryBytes()
Required.
|
boolean |
hasConfig()
Provides additional information about the rule that specifies how to apply
the rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQuery()
Required. The phrase to be matched.
string query = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getQueryBytes()
Required. The phrase to be matched.
string query = 1 [(.google.api.field_behavior) = REQUIRED];boolean getNegated()
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
bool negated = 2;boolean hasConfig()
Provides additional information about the rule that specifies how to apply the rule.
.google.cloud.contactcenterinsights.v1.PhraseMatchRuleConfig config = 3;PhraseMatchRuleConfig getConfig()
Provides additional information about the rule that specifies how to apply the rule.
.google.cloud.contactcenterinsights.v1.PhraseMatchRuleConfig config = 3;PhraseMatchRuleConfigOrBuilder getConfigOrBuilder()
Provides additional information about the rule that specifies how to apply the rule.
.google.cloud.contactcenterinsights.v1.PhraseMatchRuleConfig config = 3;Copyright © 2023 Google LLC. All rights reserved.