Google Cloud Dialogflow Cx V3 Client - Class IntentInput (0.3.4)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class IntentInput.

Represents the intent to trigger programmatically rather than as a result of natural language processing.

Generated from protobuf message google.cloud.dialogflow.cx.v3.IntentInput

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intent string

Required. The unique identifier of the intent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

getIntent

Required. The unique identifier of the intent.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

Returns
Type Description
string

setIntent

Required. The unique identifier of the intent.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

Parameter
Name Description
var string
Returns
Type Description
$this