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 provides documentation for the `FlowsConnection` object within the Google Cloud Dialogflow CX C++ client library, offering a range of versions from 2.11.0 to 2.37.0-rc."],["The `FlowsConnection` object interfaces with the `FlowsClient` object and allows for custom behavior injection, particularly useful in testing environments, by using `MockFlowsConnection`."],["The page details a comprehensive set of virtual methods within `FlowsConnection`, such as `CreateFlow`, `DeleteFlow`, `ListFlows`, `GetFlow`, `UpdateFlow`, `TrainFlow`, `ValidateFlow`, `GetFlowValidationResult`, `ImportFlow`, and `ExportFlow`, that enable various operations on Dialogflow CX flows."],["Each method within `FlowsConnection` is documented with parameter details and return types, providing developers with a clear understanding of how to interact with the Dialogflow CX API."],["The documentation includes links to create concrete instances and utilize mocking capabilities within tests, enhancing the practical application of the `FlowsConnection` object."]]],[]]