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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent
.
↳ intents
array< Google\Cloud\Dialogflow\V2\Intent
>
Required. The collection of intents to delete. Only intent name
must be filled in.
getParent
Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setParent
Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getIntents
Required. The collection of intents to delete. Only intent name
must be
filled in.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent intents = 2 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\Internal\RepeatedField
setIntents
Required. The collection of intents to delete. Only intent name
must be
filled in.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent intents = 2 [(.google.api.field_behavior) = REQUIRED];
$this