Class ListConversationsRequest (2.37.0)

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

The request message for Conversations.ListConversations.

Attributes

Name Description
parent str
Required. The project from which to list all conversation. 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.
filter str
Optional. A filter expression that filters conversations listed in the response. Only lifecycle_state can be filtered on in this way. For example, the following expression only returns COMPLETED conversations: lifecycle_state = "COMPLETED" For more information about filtering, see `API Filtering