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."],[[["The document provides reference information for the `ListMessagesResponse` class within the Google Cloud Dialogflow v2 API, specifically focusing on version 4.21.0 and its implementations within the .NET environment."],["This class serves as the response message for `Conversations.ListMessages`, allowing users to retrieve a list of messages, sorted by `create_time` in descending order."],["The `ListMessagesResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, supporting various functionalities like deep cloning and enumeration."],["Key properties of `ListMessagesResponse` include `Messages` which holds a list of `Message` objects and `NextPageToken` for pagination, enabling retrieval of additional results."],["The documentation offers a history of previous versions of the API, showing versions all the way back to version 3.2.0 and up to the latest being version 4.26.0, and provides access to the documentation for each version."]]],[]]