Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CreateEntityTypeRequest.
The request message for EntityTypes.CreateEntityType.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entity_type
def entity_type() -> ::Google::Cloud::Dialogflow::V2::EntityType
Returns
- (::Google::Cloud::Dialogflow::V2::EntityType) — Required. The entity type to create.
#entity_type=
def entity_type=(value) -> ::Google::Cloud::Dialogflow::V2::EntityType
Parameter
- value (::Google::Cloud::Dialogflow::V2::EntityType) — Required. The entity type to create.
Returns
- (::Google::Cloud::Dialogflow::V2::EntityType) — Required. The entity type to 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 agent to create a entity type for.
Format:
projects/<Project ID>/agent
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The agent to create a entity type for.
Format:
projects/<Project ID>/agent
.
Returns
-
(::String) — Required. The agent to create a entity type for.
Format:
projects/<Project ID>/agent
.