public static interface Intent.FollowupIntentInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFollowupIntentName()
The unique identifier of the followup intent.
|
ByteString |
getFollowupIntentNameBytes()
The unique identifier of the followup intent.
|
String |
getParentFollowupIntentName()
The unique identifier of the followup intent's parent.
|
ByteString |
getParentFollowupIntentNameBytes()
The unique identifier of the followup intent's parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.