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-09 UTC."],[[["This webpage details the `FlowsConnection` object, which works in conjunction with the `FlowsClient` to manage interactions with Dialogflow CX flows."],["The `FlowsConnection` interface provides virtual methods mirroring those in `FlowsClient`, enabling custom behavior injection for testing purposes, such as using Google Mock objects."],["The content lists numerous versions of the `FlowsConnection`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, with the current version of the document sitting at 2.15.1."],["Key functions within `FlowsConnection` include `CreateFlow`, `DeleteFlow`, `ListFlows`, `GetFlow`, `UpdateFlow`, `TrainFlow`, `ValidateFlow`, `GetFlowValidationResult`, `ImportFlow`, and `ExportFlow`, all designed to manage different aspects of the flow lifecycle."],["The function `MakeFlowsConnection()` is what is used to create a concrete instance of the `FlowsConnection` and `dialogflow_cx_mocks::MockFlowsConnection` is what is used for mocking."]]],[]]