public static interface Intent.FollowupIntentInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFollowupIntentName()
The unique identifier of the followup intent.
|
ByteString |
getFollowupIntentNameBytes()
The unique identifier of the followup intent.
|
java.lang.String |
getParentFollowupIntentName()
The unique identifier of the followup intent parent.
|
ByteString |
getParentFollowupIntentNameBytes()
The unique identifier of the followup intent parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getFollowupIntentName()
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;
ByteString getFollowupIntentNameBytes()
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;
java.lang.String getParentFollowupIntentName()
The unique identifier of the followup intent parent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string parent_followup_intent_name = 2;
ByteString getParentFollowupIntentNameBytes()
The unique identifier of the followup intent parent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string parent_followup_intent_name = 2;