Google Cloud Dialogflow V2 Client - Class FollowupIntentInfo (1.6.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent

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>.

Returns
TypeDescription
string

setFollowupIntentName

The unique identifier of the followup intent.

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

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>.

Returns
TypeDescription
string

setParentFollowupIntentName

The unique identifier of the followup intent's parent.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this