This interface defines virtual methods for each of the user-facing overload sets in FlowsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type FlowsClient.
[[["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-14 UTC."],[[["This webpage details the `FlowsConnection` object, which acts as an interface for interacting with `FlowsClient` in the Dialogflow CX API."],["The `FlowsConnection` object provides virtual methods mirroring each user-facing overload set in `FlowsClient`, allowing for the injection of custom behavior, particularly in testing environments."],["The page lists the latest version of `FlowsConnection` as 2.37.0-rc and includes links to documentation for prior versions, all the way back to 2.11.0."],["Users can create a concrete instance of `FlowsConnection` using `MakeFlowsConnection()` and for mocking, `dialogflow_cx_mocks::MockFlowsConnection` is available."],["The page includes a list of functions and their parameters, return types, and detailed descriptions that are within `FlowsConnection`, including `CreateFlow`, `DeleteFlow`, `ListFlows`, and more."]]],[]]