Class: Google::Cloud::Dialogflow::V2::UpdateEntityTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateEntityTypeRequest
- 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.UpdateEntityType.
Instance Attribute Summary collapse
-
#entity_type ⇒ Google::Cloud::Dialogflow::V2::EntityType
Required.
-
#language_code ⇒ String
Optional.
-
#update_mask ⇒ Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#entity_type ⇒ Google::Cloud::Dialogflow::V2::EntityType
Returns Required. The entity type to update.
207 208 209 210 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 207 class UpdateEntityTypeRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ String
Returns Optional. The language of entity synonyms defined in entity_type. If not
specified, the agent's default language is used.
Many
languages
are supported. Note: languages must be enabled in the agent before they can
be used.
207 208 209 210 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 207 class UpdateEntityTypeRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Optional. The mask to control which fields get updated.
207 208 209 210 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 207 class UpdateEntityTypeRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |