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
A filter expression that filters conversations listed in the
response. In general, the expression must specify the field
name, a comparison operator, and the value to use for
filtering:
.. raw:: html
The value must be a string, a number, or a boolean.
The comparison operator must be either `=`,`!=`, `>`, or `<>
To filter on multiple expressions, separate the
expressions with `AND` or `OR` (omitting both implies `AND`).
For clarity, expressions can be enclosed in parentheses.
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-06 UTC."],[],[]]