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 for `FlowsClient` within the Google Cloud Dialogflow CX C++ library, providing an interface for managing flows."],["The page lists various versions of the `FlowsConnection` class, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc, and provides a link to their respective documentation."],["The `FlowsConnection` class allows for custom behavior injection for testing purposes, using either a custom object or a Google Mock object, such as `MockFlowsConnection`."],["It defines a set of virtual methods for managing flows, including creating, deleting, listing, getting, updating, training, validating, importing, and exporting, represented by their respective `*Flow` function names."],["Each virtual method in `FlowsConnection` corresponds to a specific operation on a flow and has details on its parameter and return types, which include the respective request object."]]],[]]