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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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."]]],[]]