Google Cloud Dialogflow V2 Client - Class BatchUpdateIntentsResponse (2.3.1)

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

The response message for Intents.BatchUpdateIntents.

Generated from protobuf message google.cloud.dialogflow.v2.BatchUpdateIntentsResponse

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intents array<Intent>

The collection of updated or created intents.

getIntents

The collection of updated or created intents.

Returns
Type Description
Google\Protobuf\RepeatedField<Intent>

setIntents

The collection of updated or created intents.

Parameter
Name Description
var array<Intent>
Returns
Type Description
$this