public static interface Intent.FollowupIntentInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFollowupIntentName()
The unique identifier of the followup intent. Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string followup_intent_name = 1;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;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;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;Copyright © 2023 Google LLC. All rights reserved.