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-21 UTC."],[[["This webpage provides documentation for the `FlowsConnection` object, which is used with the `FlowsClient` in the Dialogflow CX C++ library, with the current version being 2.17.0."],["The `FlowsConnection` interface offers virtual methods that correspond to the user-facing overload sets found within `FlowsClient`, enabling the injection of custom behaviors, such as using mock objects for testing."],["The page contains links for various versions of the `FlowsConnection` documentation, ranging from the latest release candidate, version 2.37.0-rc, down to version 2.11.0."],["There are several functions listed for this class, with key actions that can be completed, including `CreateFlow`, `DeleteFlow`, `ListFlows`, `GetFlow`, `UpdateFlow`, `TrainFlow`, `ValidateFlow`, `ImportFlow` and `ExportFlow`."],["The `FlowsConnection` can be implemented using `MakeFlowsConnection()` and mocked using `dialogflow_cx_mocks::MockFlowsConnection`."]]],[]]