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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The JSON representation for listing messages includes an array of message objects and an optional token for pagination."],["The `messages` field contains a list of message objects, limited by the requested page size, and sorted in descending order by creation time."],["The `nextPageToken` field, if present, allows retrieval of subsequent message pages."]]],[]]