public static final class Intent.FollowupIntentInfo.Builder extends GeneratedMessageV3.Builder<Intent.FollowupIntentInfo.Builder> implements Intent.FollowupIntentInfoOrBuilder
Represents a single followup intent in the chain.
Protobuf type google.cloud.dialogflow.v2.Intent.FollowupIntentInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Intent.FollowupIntentInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Intent.FollowupIntentInfo build()
buildPartial()
public Intent.FollowupIntentInfo buildPartial()
clear()
public Intent.FollowupIntentInfo.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Intent.FollowupIntentInfo.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public Intent.FollowupIntentInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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;
clone()
public Intent.FollowupIntentInfo.Builder clone()
Overrides
getDefaultInstanceForType()
public Intent.FollowupIntentInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFollowupIntentName()
public String getFollowupIntentName()
The unique identifier of the followup intent.
Format: projects/<Project ID>/agent/intents/<Intent ID>
.
string followup_intent_name = 1;
Returns |
Type |
Description |
String |
The followupIntentName.
|
getFollowupIntentNameBytes()
public ByteString getFollowupIntentNameBytes()
The unique identifier of the followup intent.
Format: projects/<Project ID>/agent/intents/<Intent ID>
.
string followup_intent_name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for followupIntentName.
|
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;
Returns |
Type |
Description |
String |
The parentFollowupIntentName.
|
getParentFollowupIntentNameBytes()
public 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;
Returns |
Type |
Description |
ByteString |
The bytes for parentFollowupIntentName.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Intent.FollowupIntentInfo other)
public Intent.FollowupIntentInfo.Builder mergeFrom(Intent.FollowupIntentInfo other)
public Intent.FollowupIntentInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Intent.FollowupIntentInfo.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Intent.FollowupIntentInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Intent.FollowupIntentInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFollowupIntentName(String value)
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;
Parameter |
Name |
Description |
value |
String
The followupIntentName to set.
|
setFollowupIntentNameBytes(ByteString value)
public Intent.FollowupIntentInfo.Builder setFollowupIntentNameBytes(ByteString value)
The unique identifier of the followup intent.
Format: projects/<Project ID>/agent/intents/<Intent ID>
.
string followup_intent_name = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for followupIntentName to set.
|
setParentFollowupIntentName(String value)
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;
Parameter |
Name |
Description |
value |
String
The parentFollowupIntentName to set.
|
setParentFollowupIntentNameBytes(ByteString value)
public Intent.FollowupIntentInfo.Builder setParentFollowupIntentNameBytes(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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for parentFollowupIntentName to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Intent.FollowupIntentInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Intent.FollowupIntentInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides