Class: Google::Cloud::Dialogflow::V2::GetEntityTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetEntityTypeRequest
- 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.GetEntityType.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns 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.
179 180 181 182 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 179 class GetEntityTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the entity type.
Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>
.
179 180 181 182 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 179 class GetEntityTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |