Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class BatchDeleteIntentsRequest.
The request message for Intents.BatchDeleteIntents.
Generated from protobuf message google.cloud.dialogflow.v2.BatchDeleteIntentsRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the agent to delete all entities types for. Format: |
↳ intents |
array<Google\Cloud\Dialogflow\V2\Intent>
Required. The collection of intents to delete. Only intent |
getParent
Required. The name of the agent to delete all entities types for. Format:
projects/<Project ID>/agent
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the agent to delete all entities types for. Format:
projects/<Project ID>/agent
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIntents
Required. The collection of intents to delete. Only intent name
must be
filled in.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIntents
Required. The collection of intents to delete. Only intent name
must be
filled in.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\Intent>
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The name of the agent to delete all entities types for. Format:
|
intents |
array<Google\Cloud\Dialogflow\V2\Intent>
Required. The collection of intents to delete. Only intent |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\BatchDeleteIntentsRequest |