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.
[[["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-21 UTC."],[[["This document provides reference information for the `ListMessagesResponse` class within the Google Cloud Dialogflow v2 API, specifically focusing on version 4.14.0, but also providing links to other versions."],["The `ListMessagesResponse` class is used as the response message for listing messages in a conversation, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IEnumerable`."],["The class includes properties for `Messages`, which contains the list of messages sorted by creation time, and `NextPageToken`, which is used for retrieving subsequent pages of results."],["There are two constructors for the class, one parameterless and one that takes another `ListMessagesResponse` object to create a copy, allowing for the creation of new instances of the class in different manners."],["The documentation also includes a list of all versions starting from 4.26.0 down to version 3.2.0 and provides links to each of them, and all versions provide information on the `ListMessagesResponse` in their respective API version."]]],[]]