Class ListConversationsRequest (0.7.0)

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

Request message for AgentService.ListConversations.

Attributes

Name Description
parent str
Required. The resource name of the app to list conversations from.
page_size int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
page_token str
Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.
filter str
Optional. Filter to be applied when listing the conversations. See https://google.aip.dev/160 for more details.
source google.cloud.ces_v1.types.Conversation.Source
Optional. Indicate the source of the conversation. If not set, Source.Live will be applied by default. Will be deprecated in favor of sources field.
sources MutableSequence[google.cloud.ces_v1.types.Conversation.Source]
Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.