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 \ V2Methods
__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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIntents
The collection of updated or created intents.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\Intent>
|
Returns | |
---|---|
Type | Description |
$this |