Class ListConversationsResponse (1.4.3)

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

The response of listing conversations.

Attributes

NameDescription
conversations Sequence[google.cloud.contact_center_insights_v1.types.Conversation]
The conversations that match the request.
next_page_token str
A token which can be sent as ``page_token`` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.

Inheritance

builtins.object > proto.message.Message > ListConversationsResponse