Class: Google::Cloud::Dialogflow::V2::BatchUpdateEntitiesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::BatchUpdateEntitiesRequest
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb
 
Overview
The response message for EntityTypes::BatchCreateEntities.
Instance Attribute Summary collapse
- 
  
    
      #entities  ⇒ Array<Google::Cloud::Dialogflow::V2::EntityType::Entity> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #language_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #update_mask  ⇒ Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Attribute Details
#entities ⇒ Array<Google::Cloud::Dialogflow::V2::EntityType::Entity>
Returns Required. The collection of new entities to replace the existing entities.
      261  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 261 class BatchUpdateEntitiesRequest; 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.
      261  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 261 class BatchUpdateEntitiesRequest; end  | 
  
#parent ⇒ String
Returns Required. The name of the entity type to update the entities in. Format:
+projects/
      261  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 261 class BatchUpdateEntitiesRequest; end  | 
  
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Optional. The mask to control which fields get updated.
      261  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 261 class BatchUpdateEntitiesRequest; end  |