This interface defines virtual methods for each of the user-facing overload sets in ExperimentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ExperimentsClient.
[[["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 `ExperimentsConnection` object for `ExperimentsClient` in the Dialogflow CX C++ library, which facilitates custom behavior and testing."],["The `ExperimentsConnection` interface defines virtual methods for all user-facing overload sets found in `ExperimentsClient`, such as listing, getting, creating, updating, deleting, starting, and stopping experiments."],["Users can find documentation and links to all versions of the `ExperimentsConnection` class, including the latest version `2.37.0-rc` and going as far back as version `2.11.0`."],["The page provides guidance on how to create a concrete instance of `ExperimentsConnection` using `MakeExperimentsConnection()` and how to mock it using `dialogflow_cx_mocks::MockExperimentsConnection`."],["Each virtual method from the `ExperimentsConnection` class are detailed with parameter and return descriptions."]]],[]]