Class ListConversationsRequest (0.11.11)

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

Request for ListConversations method.

Attributes

NameDescription
parent str
Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}
page_size int
Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
page_token str
A page token, received from a previous ListConversations call. Provide this to retrieve the subsequent page.
filter str
A filter to apply on the list results. The supported features are: user_pseudo_id, state. Example: "user_pseudo_id = some_id".
order_by str
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: - update_time - create_time - conversation_name Example: "update_time desc" "create_time".