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

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

The request message for EntityTypes.BatchDeleteEntities.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_values

def entity_values() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. The reference values of the entities to delete. Note that these are not fully-qualified names, i.e. they don't start with projects/<Project ID>.

#entity_values=

def entity_values=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. The reference values of the entities to delete. Note that these are not fully-qualified names, i.e. they don't start with projects/<Project ID>.
Returns
  • (::Array<::String>) — Required. The reference values of the entities to delete. Note that these are not fully-qualified names, i.e. they don't start with projects/<Project ID>.

#language_code

def language_code() -> ::String
Returns
  • (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
Returns
  • (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the entity type to delete entries for. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the entity type to delete entries for. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.
Returns
  • (::String) — Required. The name of the entity type to delete entries for. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.