Google Cloud Dialogflow V2 Client - Class FollowupIntentInfo (1.8.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
Name
Description
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
Type
Description
string

setFollowupIntentName

The unique identifier of the followup intent.

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getParentFollowupIntentName

The unique identifier of the followup intent's parent.

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

Returns
Type
Description
string

setParentFollowupIntentName

The unique identifier of the followup intent's parent.

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this