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-04-23 UTC."],[[["This webpage details the `FlowsConnection` object, which acts as an interface defining virtual methods for `FlowsClient` in the Google Cloud Dialogflow CX C++ library."],["The `FlowsConnection` allows for custom behavior injection, such as using Google Mock objects, in testing scenarios involving `FlowsClient`."],["The content provides access to various versions of `FlowsConnection`, with version 2.37.0-rc being the most recent, and down to version 2.11.0."],["`FlowsConnection` includes virtual methods for a wide range of operations like creating, deleting, listing, getting, updating, training, validating, importing, and exporting flows, along with managing options."],["There is a helper to create concrete instances of the class with `MakeFlowsConnection()` and `dialogflow_cx_mocks::MockFlowsConnection` for testing purposes."]]],[]]