Google Cloud Dialogflow V2 Client - Class BatchUpdateIntentsResponse (1.0.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

Methods

__construct

Constructor.

Parameters
Name Description
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.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent intents = 1;

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIntents

The collection of updated or created intents.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent intents = 1;

Parameter
Name Description
var array<Google\Cloud\Dialogflow\V2\Intent>
Returns
Type Description
$this