[[["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 webpage provides documentation for the `ListPagesResponse` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, covering versions from 1.0.0 to 2.23.0 with version 2.23.0 being the latest."],["The `ListPagesResponse` class is a response message for the `Pages.ListPages` API call in Dialogflow v3, implemented as a sealed class and inherits from object while implementing multiple interfaces including `IMessage`, `IEquatable`, and `IEnumerable`."],["The class contains properties such as `NextPageToken`, which retrieves the next page of results, and `Pages`, a `RepeatedField` containing the actual list of `Page` objects."],["It includes a constructor, `ListPagesResponse()`, for creating new instances, and a copy constructor, `ListPagesResponse(ListPagesResponse other)`, for cloning, also included is the `GetEnumerator()` method, which is used to iterate over the resources contained in the response."],["The document covers the `ListPagesResponse` class, its inheritance, properties, methods, namespace, and assembly, providing a detailed overview of its functionality within the Dialogflow v3 API."]]],[]]