Send feedback
Class PhraseMatchRule (2.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.39.0 keyboard_arrow_down
public final class PhraseMatchRule extends GeneratedMessageV3 implements PhraseMatchRuleOrBuilder
The data for a phrase match rule.
Protobuf type google.cloud.contactcenterinsights.v1.PhraseMatchRule
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CONFIG_FIELD_NUMBER
Field Value Type Description int
public static final int NEGATED_FIELD_NUMBER
Field Value Type Description int
public static final int QUERY_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static PhraseMatchRule getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static PhraseMatchRule . Builder newBuilder ()
public static PhraseMatchRule . Builder newBuilder ( PhraseMatchRule prototype )
public static PhraseMatchRule parseDelimitedFrom ( InputStream input )
public static PhraseMatchRule parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static PhraseMatchRule parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static PhraseMatchRule parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static PhraseMatchRule parseFrom ( ByteString data )
public static PhraseMatchRule parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static PhraseMatchRule parseFrom ( CodedInputStream input )
public static PhraseMatchRule parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static PhraseMatchRule parseFrom ( InputStream input )
public static PhraseMatchRule parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static PhraseMatchRule parseFrom ( ByteBuffer data )
public static PhraseMatchRule parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<PhraseMatchRule> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public PhraseMatchRuleConfig getConfig ()
Provides additional information about the rule that specifies how to apply
the rule.
.google.cloud.contactcenterinsights.v1.PhraseMatchRuleConfig config = 3;
public PhraseMatchRuleConfigOrBuilder getConfigOrBuilder ()
Provides additional information about the rule that specifies how to apply
the rule.
.google.cloud.contactcenterinsights.v1.PhraseMatchRuleConfig config = 3;
public PhraseMatchRule getDefaultInstanceForType ()
public boolean getNegated ()
Specifies whether the phrase must be missing from the transcript segment or
present in the transcript segment.
bool negated = 2;
Returns Type Description boolean
The negated.
public Parser<PhraseMatchRule> getParserForType ()
Overrides
Required. The phrase to be matched.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The query.
public ByteString getQueryBytes ()
Required. The phrase to be matched.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for query.
public int getSerializedSize ()
Returns Type Description int
Overrides
public boolean hasConfig ()
Provides additional information about the rule that specifies how to apply
the rule.
.google.cloud.contactcenterinsights.v1.PhraseMatchRuleConfig config = 3;
Returns Type Description boolean
Whether the config field is set.
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public PhraseMatchRule . Builder newBuilderForType ()
protected PhraseMatchRule . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public PhraseMatchRule . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]