Class CreateSessionEntityTypeRequest (0.8.0)

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

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

Attributes: parent (str): Required. The session to create a session entity type for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/sessions/<Session ID> or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>. If Environment ID is not specified, we assume default 'draft' environment. session_entity_type (google.cloud.dialogflowcx_v3.types.SessionEntityType): Required. The session entity type to create.

Inheritance

builtins.object > proto.message.Message > CreateSessionEntityTypeRequest