Interface Intent.FollowupIntentInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.FollowupIntentInfo,Intent.FollowupIntentInfo.Builder
- Enclosing class:
- Intent
public static interface Intent.FollowupIntentInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFollowupIntentName()The unique identifier of the followup intent.com.google.protobuf.ByteStringgetFollowupIntentNameBytes()The unique identifier of the followup intent.StringgetParentFollowupIntentName()The unique identifier of the followup intent's parent.com.google.protobuf.ByteStringgetParentFollowupIntentNameBytes()The unique identifier of the followup intent's parent.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFollowupIntentName
String getFollowupIntentName()
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;- Returns:
- The followupIntentName.
-
getFollowupIntentNameBytes
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;- Returns:
- The bytes for followupIntentName.
-
getParentFollowupIntentName
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:
- The parentFollowupIntentName.
-
getParentFollowupIntentNameBytes
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;- Returns:
- The bytes for parentFollowupIntentName.
-
-