public static interface Intent.FollowupIntentInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFollowupIntentName()
public abstract 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 abstract 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 abstract 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 abstract 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. |