[[["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 webpage provides documentation for the `ListDocumentsResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, covering versions from 3.2.0 up to the latest version, 4.26.0."],["`ListDocumentsResponse` is a response message used for listing documents and it inherits from `Object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The `ListDocumentsResponse` class has properties like `Documents`, which is a `RepeatedField` containing a list of `Document` objects, and `NextPageToken`, which holds the token for fetching the next page of results."],["The documentation includes information on the available constructors, which are a default constructor and one that takes another `ListDocumentsResponse` object as a parameter, allowing the copying of documents from it."],["The `GetEnumerator()` method in `ListDocumentsResponse` allows iteration through the contained `Document` resources, with an explicit implementation for `IEnumerable.GetEnumerator()`."]]],[]]