Class ListConversationsRequest (1.18.0)

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 100,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.
order_by str
Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: - create_time - customer_satisfaction_rating - duration - latest_analysis - start_time - turn_count The default sort order is ascending. To specify order, append asc or desc (create_time desc). For more details, see `Google AIPs Ordering
view google.cloud.contact_center_insights_v1.types.ConversationView
The level of details of the conversation. Default is BASIC.