ListMessagesResponse

The response message for Conversations.ListMessages.

JSON representation
{
  "messages": [
    {
      object (Message)
    }
  ],
  "nextPageToken": string
}
Fields
messages[]

object (Message)

Required. The list of messages. There will be a maximum number of items returned based on the pageSize field in the request. messages is sorted by createTime in descending order.

nextPageToken

string

Optional. Token to retrieve the next page of results, or empty if there are no more results in the list.