ListConversationsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request to list conversations.
Attributes | |
---|---|
Name | Description |
parent |
str
Required. The parent resource of the conversation. |
page_size |
int
The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size. |
page_token |
str
The value returned by the last ListConversationsResponse . This value indicates that
this is a continuation of a prior ListConversations call
and that the system should return the next page of data.
|
filter |
str
A filter to reduce results to a specific subset. Useful for querying conversations with specific properties. |
view |
google.cloud.contact_center_insights_v1.types.ConversationView
The level of details of the conversation. Default is BASIC .
|