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 document outlines the `FlowsConnection` class, which provides an interface for managing interactions with Dialogflow CX Flows, supporting various versions, with the latest release candidate being 2.37.0-rc."],["The `FlowsConnection` class is integral for injecting custom behavior into `FlowsClient` during testing, by allowing for the use of mock objects to simulate real interactions."],["The `FlowsConnection` interface defines methods to manage Dialogflow CX flows, including creating, deleting, listing, getting, updating, training, validating, importing, and exporting flows."],["The document provides a detailed breakdown of each method within the `FlowsConnection` interface, including parameters, return types, and descriptions of their functionality."],["The document mentions that a concrete instance of the class can be created using `MakeFlowsConnection()`, and its mock version can be found under `dialogflow_cx_mocks::MockFlowsConnection`."]]],[]]