Class ListConversationsRequest (1.34.0)

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

The request message for [Conversations.ListConversations][].

Attributes

Name Description
parent str
Required. The agent to list all conversations for. Format: projects/.
filter str
Optional. The filter string. Supports filter by create_time, metrics.has_end_interaction, metrics.has_live_agent_handoff, intents.display_name, pages.display_name and flows.display_name. Timestamps expect an [RFC-3339][https://datatracker.ietf.org/doc/html/rfc3339] formatted string (e.g. 2012-04-21T11:30:00-04:00). UTC offsets are supported. Some examples: 1. By create time: create_time > "2022-04-21T11:30:00-04:00" 2. By intent display name: intents.display_name : "billing" 3. By end interaction signal: metrics.has_end_interaction = true
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.