[[["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 details the `ListFlowsResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used for handling responses from the `Flows.ListFlows` method."],["The `ListFlowsResponse` class has multiple versions available, ranging from version 1.0.0 to the latest version of 2.23.0, with links to each version's documentation."],["The `ListFlowsResponse` class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, providing functionality for message handling, equality checks, cloning, buffer management, paging, and enumeration."],["Key properties of `ListFlowsResponse` include `Flows`, which is a list of `Flow` resources, and `NextPageToken`, used to retrieve subsequent pages of results when there are more flows than the page size in the request."],["The provided class allows for creating a new `ListFlowsResponse` or copying an existing response, with additional capabilities to iterate through the list of `Flow` resources using `GetEnumerator()`."]]],[]]