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-21 UTC."],[[["This webpage details the `FlowsConnection` object for `FlowsClient` within the Dialogflow CX library, specifically highlighting version 2.13.0."],["The `FlowsConnection` class allows the injection of custom behavior into `FlowsClient`, making it particularly useful for testing purposes, and can use a Google Mock object to do so."],["The webpage lists all available versions of the `FlowsConnection` class, including the latest release candidate, going all the way back to version 2.11.0."],["The page outlines the virtual methods for core operations like creating, deleting, listing, getting, updating, training, validating, importing, and exporting flows using `FlowsConnection`."],["To create an instance of `FlowsConnection` you must use the `MakeFlowsConnection()` function and it can be mocked with the `dialogflow_cx_mocks::MockFlowsConnection` class."]]],[]]