Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::BatchDeleteEntityTypesRequest (v0.22.0)

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

The request message for EntityTypes.BatchDeleteEntityTypes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_type_names

def entity_type_names() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. The names entity types to delete. All names must point to the same agent as parent.

#entity_type_names=

def entity_type_names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. The names entity types to delete. All names must point to the same agent as parent.
Returns
  • (::Array<::String>) — Required. The names entity types to delete. All names must point to the same agent as parent.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent.
Returns
  • (::String) — Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent.