Class ListEntityTypesRequest (2.14.0)

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

The request message for EntityTypes.ListEntityTypes.

Attributes

NameDescription
parent str
Required. The agent to list all entity types from. Format: ``projects/
language_code str
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
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 > ListEntityTypesRequest