Class: Google::Cloud::Dialogflow::V2::BatchDeleteEntitiesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::BatchDeleteEntitiesRequest
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb
 
Overview
The request message for EntityTypes::BatchDeleteEntities.
Instance Attribute Summary collapse
- 
  
    
      #entity_values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #language_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#entity_values ⇒ Array<String>
Returns Required. The canonical +values+ of the entities to delete. Note that
these are not fully-qualified names, i.e. they don't start with
+projects/
      280  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 280 class BatchDeleteEntitiesRequest; end  | 
  
#language_code ⇒ String
Returns Optional. The language of entity synonyms defined in +entities+. If not specified, the agent's default language is used. More than a dozen languages are supported. Note: languages must be enabled in the agent, before they can be used.
      280  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 280 class BatchDeleteEntitiesRequest; end  | 
  
#parent ⇒ String
Returns Required. The name of the entity type to delete entries for. Format:
+projects/
      280  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 280 class BatchDeleteEntitiesRequest; end  |