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 document outlines the `ExperimentsConnection` interface, which defines virtual methods for user-facing overload sets within the `ExperimentsClient` for the Dialogflow CX service."],["The latest release candidate version available is `2.37.0-rc`, with various stable versions listed from `2.36.0` down to `2.11.0` in descending order, including the currently highlighted version `2.21.0`."],["The `ExperimentsConnection` interface enables the injection of custom behavior for testing purposes, utilizing objects such as Google Mock objects, when working with `ExperimentsClient`."],["The `ExperimentsConnection` interface includes functions for managing experiments, including listing, retrieving, creating, updating, deleting, starting, and stopping experiments."],["A concrete instance of the `ExperimentsConnection` can be created using the `MakeExperimentsConnection()` function, and for mocking purposes, `dialogflow_cx_mocks::MockExperimentsConnection` can be used."]]],[]]