Class Intent.FollowupIntentInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Intent.FollowupIntentInfo.Builder>
-
- com.google.cloud.dialogflow.v2beta1.Intent.FollowupIntentInfo.Builder
-
- All Implemented Interfaces:
Intent.FollowupIntentInfoOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Intent.FollowupIntentInfo
public static final class Intent.FollowupIntentInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Intent.FollowupIntentInfo.Builder> implements Intent.FollowupIntentInfoOrBuilder
Represents a single followup intent in the chain.
Protobuf typegoogle.cloud.dialogflow.v2beta1.Intent.FollowupIntentInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Intent.FollowupIntentInfo.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Intent.FollowupIntentInfo
build()
Intent.FollowupIntentInfo
buildPartial()
Intent.FollowupIntentInfo.Builder
clear()
Intent.FollowupIntentInfo.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Intent.FollowupIntentInfo.Builder
clearFollowupIntentName()
The unique identifier of the followup intent.Intent.FollowupIntentInfo.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Intent.FollowupIntentInfo.Builder
clearParentFollowupIntentName()
The unique identifier of the followup intent's parent.Intent.FollowupIntentInfo.Builder
clone()
Intent.FollowupIntentInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getFollowupIntentName()
The unique identifier of the followup intent.com.google.protobuf.ByteString
getFollowupIntentNameBytes()
The unique identifier of the followup intent.String
getParentFollowupIntentName()
The unique identifier of the followup intent's parent.com.google.protobuf.ByteString
getParentFollowupIntentNameBytes()
The unique identifier of the followup intent's parent.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Intent.FollowupIntentInfo.Builder
mergeFrom(Intent.FollowupIntentInfo other)
Intent.FollowupIntentInfo.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Intent.FollowupIntentInfo.Builder
mergeFrom(com.google.protobuf.Message other)
Intent.FollowupIntentInfo.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Intent.FollowupIntentInfo.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Intent.FollowupIntentInfo.Builder
setFollowupIntentName(String value)
The unique identifier of the followup intent.Intent.FollowupIntentInfo.Builder
setFollowupIntentNameBytes(com.google.protobuf.ByteString value)
The unique identifier of the followup intent.Intent.FollowupIntentInfo.Builder
setParentFollowupIntentName(String value)
The unique identifier of the followup intent's parent.Intent.FollowupIntentInfo.Builder
setParentFollowupIntentNameBytes(com.google.protobuf.ByteString value)
The unique identifier of the followup intent's parent.Intent.FollowupIntentInfo.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
-
clear
public Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
-
getDefaultInstanceForType
public Intent.FollowupIntentInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Intent.FollowupIntentInfo build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Intent.FollowupIntentInfo buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
-
setField
public Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
-
clearField
public Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
-
clearOneof
public Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
-
setRepeatedField
public Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
-
addRepeatedField
public Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
-
mergeFrom
public Intent.FollowupIntentInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Intent.FollowupIntentInfo.Builder>
-
mergeFrom
public Intent.FollowupIntentInfo.Builder mergeFrom(Intent.FollowupIntentInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Intent.FollowupIntentInfo.Builder>
-
mergeFrom
public Intent.FollowupIntentInfo.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<Intent.FollowupIntentInfo.Builder>
- Throws:
IOException
-
getFollowupIntentName
public String getFollowupIntentName()
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;
- Specified by:
getFollowupIntentName
in interfaceIntent.FollowupIntentInfoOrBuilder
- Returns:
- The followupIntentName.
-
getFollowupIntentNameBytes
public com.google.protobuf.ByteString getFollowupIntentNameBytes()
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;
- Specified by:
getFollowupIntentNameBytes
in interfaceIntent.FollowupIntentInfoOrBuilder
- Returns:
- The bytes for followupIntentName.
-
setFollowupIntentName
public Intent.FollowupIntentInfo.Builder setFollowupIntentName(String value)
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;
- Parameters:
value
- The followupIntentName to set.- Returns:
- This builder for chaining.
-
clearFollowupIntentName
public Intent.FollowupIntentInfo.Builder clearFollowupIntentName()
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;
- Returns:
- This builder for chaining.
-
setFollowupIntentNameBytes
public Intent.FollowupIntentInfo.Builder setFollowupIntentNameBytes(com.google.protobuf.ByteString value)
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;
- Parameters:
value
- The bytes for followupIntentName to set.- Returns:
- This builder for chaining.
-
getParentFollowupIntentName
public String getParentFollowupIntentName()
The unique identifier of the followup intent's parent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string parent_followup_intent_name = 2;
- Specified by:
getParentFollowupIntentName
in interfaceIntent.FollowupIntentInfoOrBuilder
- Returns:
- The parentFollowupIntentName.
-
getParentFollowupIntentNameBytes
public com.google.protobuf.ByteString getParentFollowupIntentNameBytes()
The unique identifier of the followup intent's parent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string parent_followup_intent_name = 2;
- Specified by:
getParentFollowupIntentNameBytes
in interfaceIntent.FollowupIntentInfoOrBuilder
- Returns:
- The bytes for parentFollowupIntentName.
-
setParentFollowupIntentName
public Intent.FollowupIntentInfo.Builder setParentFollowupIntentName(String value)
The unique identifier of the followup intent's parent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string parent_followup_intent_name = 2;
- Parameters:
value
- The parentFollowupIntentName to set.- Returns:
- This builder for chaining.
-
clearParentFollowupIntentName
public Intent.FollowupIntentInfo.Builder clearParentFollowupIntentName()
The unique identifier of the followup intent's parent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string parent_followup_intent_name = 2;
- Returns:
- This builder for chaining.
-
setParentFollowupIntentNameBytes
public Intent.FollowupIntentInfo.Builder setParentFollowupIntentNameBytes(com.google.protobuf.ByteString value)
The unique identifier of the followup intent's parent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string parent_followup_intent_name = 2;
- Parameters:
value
- The bytes for parentFollowupIntentName to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Intent.FollowupIntentInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Intent.FollowupIntentInfo.Builder>
-
mergeUnknownFields
public final Intent.FollowupIntentInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Intent.FollowupIntentInfo.Builder>
-
-