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
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
.
↳ 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
.
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
getEntityTypeNames
Required. The names entity types to delete. All names must point to the
same agent as parent
.
Generated from protobuf field repeated string entity_type_names = 2 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\Internal\RepeatedField
setEntityTypeNames
Required. The names entity types to delete. All names must point to the
same agent as parent
.
Generated from protobuf field repeated string entity_type_names = 2 [(.google.api.field_behavior) = REQUIRED];
var
string[]
$this