Class IntentMatchData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
- com.google.cloud.contactcenterinsights.v1.IntentMatchData.Builder
-
- All Implemented Interfaces:
IntentMatchDataOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- IntentMatchData
public static final class IntentMatchData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder> implements IntentMatchDataOrBuilder
The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.
Protobuf typegoogle.cloud.contactcenterinsights.v1.IntentMatchData
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentMatchData.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
IntentMatchData
build()
IntentMatchData
buildPartial()
IntentMatchData.Builder
clear()
IntentMatchData.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
IntentMatchData.Builder
clearIntentUniqueId()
The id of the matched intent.IntentMatchData.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
IntentMatchData.Builder
clone()
IntentMatchData
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getIntentUniqueId()
The id of the matched intent.com.google.protobuf.ByteString
getIntentUniqueIdBytes()
The id of the matched intent.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
IntentMatchData.Builder
mergeFrom(IntentMatchData other)
IntentMatchData.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
IntentMatchData.Builder
mergeFrom(com.google.protobuf.Message other)
IntentMatchData.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
IntentMatchData.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
IntentMatchData.Builder
setIntentUniqueId(String value)
The id of the matched intent.IntentMatchData.Builder
setIntentUniqueIdBytes(com.google.protobuf.ByteString value)
The id of the matched intent.IntentMatchData.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
IntentMatchData.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
clear
public IntentMatchData.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
getDefaultInstanceForType
public IntentMatchData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public IntentMatchData build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public IntentMatchData buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public IntentMatchData.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
setField
public IntentMatchData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
clearField
public IntentMatchData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
clearOneof
public IntentMatchData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
setRepeatedField
public IntentMatchData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
addRepeatedField
public IntentMatchData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
mergeFrom
public IntentMatchData.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<IntentMatchData.Builder>
-
mergeFrom
public IntentMatchData.Builder mergeFrom(IntentMatchData other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
mergeFrom
public IntentMatchData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<IntentMatchData.Builder>
- Throws:
IOException
-
getIntentUniqueId
public String getIntentUniqueId()
The id of the matched intent. Can be used to retrieve the corresponding intent information.
string intent_unique_id = 1;
- Specified by:
getIntentUniqueId
in interfaceIntentMatchDataOrBuilder
- Returns:
- The intentUniqueId.
-
getIntentUniqueIdBytes
public com.google.protobuf.ByteString getIntentUniqueIdBytes()
The id of the matched intent. Can be used to retrieve the corresponding intent information.
string intent_unique_id = 1;
- Specified by:
getIntentUniqueIdBytes
in interfaceIntentMatchDataOrBuilder
- Returns:
- The bytes for intentUniqueId.
-
setIntentUniqueId
public IntentMatchData.Builder setIntentUniqueId(String value)
The id of the matched intent. Can be used to retrieve the corresponding intent information.
string intent_unique_id = 1;
- Parameters:
value
- The intentUniqueId to set.- Returns:
- This builder for chaining.
-
clearIntentUniqueId
public IntentMatchData.Builder clearIntentUniqueId()
The id of the matched intent. Can be used to retrieve the corresponding intent information.
string intent_unique_id = 1;
- Returns:
- This builder for chaining.
-
setIntentUniqueIdBytes
public IntentMatchData.Builder setIntentUniqueIdBytes(com.google.protobuf.ByteString value)
The id of the matched intent. Can be used to retrieve the corresponding intent information.
string intent_unique_id = 1;
- Parameters:
value
- The bytes for intentUniqueId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final IntentMatchData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
mergeUnknownFields
public final IntentMatchData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<IntentMatchData.Builder>
-
-