Class ListSessionEntityTypesRequest (2.15.0)

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

The request message for SessionEntityTypes.ListSessionEntityTypes.

Attributes

NameDescription
parent str
Required. The session to list all session entity types from. Format: ``projects/
page_size int
Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
page_token str
Optional. The next_page_token value returned from a previous list request.

Inheritance

builtins.object > proto.message.Message > ListSessionEntityTypesRequest