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 page details the `FlowsConnection` class within the Google Cloud Dialogflow CX C++ library, which is used with the `FlowsClient` class."],["The `FlowsConnection` class defines virtual methods for each user-facing overload set in `FlowsClient`, allowing for custom behavior injection, such as using a Google Mock object for testing."],["It supports a range of functionalities such as creating, deleting, listing, getting, updating, training, validating, importing, and exporting flows, with a variety of function overloads including those that use `google::longrunning::Operation` and `NoAwaitTag` parameters."],["The page provides documentation for version 2.30.0 of the library, but also gives links to previous versions, all the way up to version 2.37.0-rc."],["To create an instance of this class, the user must refer to `MakeFlowsConnection()`, and for mocking, they must refer to `dialogflow_cx_mocks::MockFlowsConnection`."]]],[]]