Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::BatchUpdateEntitiesRequest.
The request message for EntityTypes.BatchUpdateEntities.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entities
def entities() -> ::Array<::Google::Cloud::Dialogflow::V2::EntityType::Entity> Returns 
 - (::Array<::Google::Cloud::Dialogflow::V2::EntityType::Entity>) — Required. The entities to update or create.
#entities=
def entities=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::EntityType::Entity> Parameter 
 - value (::Array<::Google::Cloud::Dialogflow::V2::EntityType::Entity>) — Required. The entities to update or create.
 Returns 
 - (::Array<::Google::Cloud::Dialogflow::V2::EntityType::Entity>) — Required. The entities to update or create.
#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 update or create entities in. 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 update or create entities in. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.
 Returns 
 -  (::String) — Required. The name of the entity type to update or create entities in. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask Returns 
 - (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask Parameter 
 - value (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.
 Returns 
 - (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.