Google Cloud Dialogflow V2 Client - Class FollowupIntentInfo (1.0.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class FollowupIntentInfo.

Represents a single followup intent in the chain.

Generated from protobuf message google.cloud.dialogflow.v2.Intent.FollowupIntentInfo

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ followup_intent_name string

The unique identifier of the followup intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.

↳ parent_followup_intent_name string

The unique identifier of the followup intent's parent. Format: projects/<Project ID>/agent/intents/<Intent ID>.

getFollowupIntentName

The unique identifier of the followup intent.

Format: projects/<Project ID>/agent/intents/<Intent ID>.

Generated from protobuf field string followup_intent_name = 1;

Returns
TypeDescription
string

setFollowupIntentName

The unique identifier of the followup intent.

Format: projects/<Project ID>/agent/intents/<Intent ID>.

Generated from protobuf field string followup_intent_name = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParentFollowupIntentName

The unique identifier of the followup intent's parent.

Format: projects/<Project ID>/agent/intents/<Intent ID>.

Generated from protobuf field string parent_followup_intent_name = 2;

Returns
TypeDescription
string

setParentFollowupIntentName

The unique identifier of the followup intent's parent.

Format: projects/<Project ID>/agent/intents/<Intent ID>.

Generated from protobuf field string parent_followup_intent_name = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this