Class GetEntityTypeRequest (0.8.0)

GetEntityTypeRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.GetEntityType].

Attributes: name (str): Required. The name of the entity type. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entityTypes/<Entity Type ID>. language_code (str): The language to retrieve the entity type for. The following fields are language dependent:

    -  ``EntityType.entities.value``
    -  ``EntityType.entities.synonyms``
    -  ``EntityType.excluded_phrases.value``


    If not specified, the agent's default language is used.
    `Many
    languages <https://cloud.google.com/dialogflow/cx/docs/reference/language>`__
    are supported. Note: languages must be enabled in the agent
    before they can be used.

Inheritance

builtins.object > proto.message.Message > GetEntityTypeRequest