Class: Google::Cloud::Dialogflow::V2::BatchUpdateEntitiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::BatchUpdateEntitiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/entity_type.rb
Overview
The request message for EntityTypes.BatchUpdateEntities.
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>
317 318 319 320 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 317 class BatchUpdateEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
317 318 319 320 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 317 class BatchUpdateEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
317 318 319 320 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 317 class BatchUpdateEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
317 318 319 320 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 317 class BatchUpdateEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |