Class ListMessagesResponse (2.14.0)

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

The response message for Conversations.ListMessages.

Attributes

NameDescription
messages Sequence[google.cloud.dialogflow_v2.types.Message]
The list of messages. There will be a maximum number of items returned based on the page_size field in the request. ``messages`` is sorted by ``create_time`` in descending order.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.

Inheritance

builtins.object > proto.message.Message > ListMessagesResponse