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-14 UTC."],[[["This webpage details the `ParticipantsConnection` object, which is an interface for defining virtual methods used by the `ParticipantsClient` in the Google Cloud Dialogflow ES C++ library."],["The `ParticipantsConnection` class supports custom behavior injection for testing purposes, allowing users to substitute it with mock objects like `MockParticipantsConnection`."],["The document lists multiple versions of the `ParticipantsConnection`, with the latest being `2.37.0-rc`, and provides links to each version's documentation."],["The interface includes virtual functions for operations like creating, retrieving, listing, and updating participants, as well as analyzing content and suggesting articles, FAQ answers, and smart replies."],["The `MakeParticipantsConnection()` function is the way to create a concrete instance of the class."]]],[]]