Google Cloud Dialogflow V2 Client - Class BatchUpdateIntentsResponse (1.4.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ intents array<Google\Cloud\Dialogflow\V2\Intent>

The collection of updated or created intents.

getIntents

The collection of updated or created intents.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIntents

The collection of updated or created intents.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\Intent>
Returns
TypeDescription
$this