Google Cloud Dialogflow V2 Client - Class BatchDeleteEntityTypesRequest (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class BatchDeleteEntityTypesRequest.

The request message for EntityTypes.BatchDeleteEntityTypes.

Generated from protobuf message google.cloud.dialogflow.v2.BatchDeleteEntityTypesRequest

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.

↳ entity_type_names array

Required. The names entity types to delete. All names must point to the same agent as parent.

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

getEntityTypeNames

Required. The names entity types to delete. All names must point to the same agent as parent.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntityTypeNames

Required. The names entity types to delete. All names must point to the same agent as parent.

Parameter
NameDescription
var string[]
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\EntityTypesClient::agentName() for help formatting this field.

entityTypeNames string[]

Required. The names entity types to delete. All names must point to the same agent as parent.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\BatchDeleteEntityTypesRequest