Class GetSessionEntityTypeRequest (0.8.0)

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

The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.GetSessionEntityType].

Attributes: name (str): Required. The name of the session entity type. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/sessions/<Session ID>/entityTypes/<Entity Type ID> or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>. If Environment ID is not specified, we assume default 'draft' environment.

Inheritance

builtins.object > proto.message.Message > GetSessionEntityTypeRequest