Interface Intent.FollowupIntentInfoOrBuilder (4.47.0)

public static interface Intent.FollowupIntentInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for parentFollowupIntentName.