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 document details the `FlowsConnection` object, which facilitates interaction with the `FlowsClient` for Dialogflow CX."],["The `FlowsConnection` interface provides virtual methods corresponding to each user-facing method in `FlowsClient`, enabling custom behavior injection for testing."],["The latest release candidate for the Dialogflow CX `FlowsConnection` object is version 2.37.0-rc, and it goes all the way down to version 2.11.0."],["The `FlowsConnection` class includes functions such as `CreateFlow`, `DeleteFlow`, `ListFlows`, `GetFlow`, `UpdateFlow`, `TrainFlow`, `ValidateFlow`, `GetFlowValidationResult`, `ImportFlow`, and `ExportFlow`, each with defined parameters and return types."],["Users can implement custom mock objects for `FlowsConnection` by utilizing `dialogflow_cx_mocks::MockFlowsConnection` for effective testing purposes."]]],[]]