Google Cloud Dialogflow V2 Client - Class BatchDeleteIntentsRequest (1.8.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setParent

Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIntents

Required. The collection of intents to delete. Only intent name must be filled in.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIntents

Required. The collection of intents to delete. Only intent name must be filled in.

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

static::build

Parameters
NameDescription
parent string

Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent. Please see Google\Cloud\Dialogflow\V2\IntentsClient::agentName() for help formatting this field.

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

Required. The collection of intents to delete. Only intent name must be filled in.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\BatchDeleteIntentsRequest