This interface defines virtual methods for each of the user-facing overload sets in ParticipantsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ParticipantsClient.
[[["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 `ParticipantsConnection` object, which is part of the Dialogflow ES C++ client library and is essential for interacting with the `ParticipantsClient`."],["The page provides links to the documentation for numerous previous versions of the `ParticipantsConnection` class, going back to version 2.11.0 with 2.37.0-rc (latest)."],["`ParticipantsConnection` defines virtual methods for all user-facing functions within `ParticipantsClient`, such as `CreateParticipant`, `GetParticipant`, `ListParticipants`, `UpdateParticipant`, and more."],["This interface allows for the injection of custom behavior in testing, making it possible to use mock objects like `MockParticipantsConnection`."],["It is possible to utilize the function `MakeParticipantsConnection()` in order to make a concrete instance of the `ParticipantsConnection` class."]]],[]]