[[["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 content provides documentation for the `ListFlowsResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, methods, and implementation of various interfaces."],["It lists all versions of the `ListFlowsResponse` class in chronological order, starting from version 1.0.0 to the latest version 2.23.0, which is the most recent."],["`ListFlowsResponse` is a sealed class that inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, which allows it to manage a collection of `Flow` objects."],["The `ListFlowsResponse` class includes a `Flows` property, which is a list of flows, and a `NextPageToken` property for paginated results, that allows retrieval of the next page of flows."],["The documentation includes constructors for `ListFlowsResponse`, one empty and one that allows a copy from another instance, along with the `GetEnumerator()` method to iterate through the response."]]],[]]