Class ListMessagesResponse (2.12.0)

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

The response message for Conversations.ListMessages.

Attributes

NameDescription
messages Sequence[google.cloud.dialogflow_v2beta1.types.Message]
Required. 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
Optional. Token to retrieve the next page of results, or empty if there are no more results in the list.