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 virtual methods that match user-facing overload sets in the `FlowsClient`."],["The primary function of `FlowsConnection` is to allow custom behavior injection, such as using a Google Mock object, during testing of `FlowsClient` objects."],["The page lists multiple versions of the Dialogflow CX, including the latest release candidate, and it is made for the `FlowsConnection` class for each version."],["`FlowsConnection` supports a variety of functions, including creating, deleting, listing, getting, updating, training, validating, importing, and exporting flows."],["Users can use the `MakeFlowsConnection()` function to create a concrete instance of this object or use `MockFlowsConnection` for mocking purposes."]]],[]]