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."],[[["The document details the `ParticipantsConnection` object for `ParticipantsClient` in the Google Cloud Dialogflow ES C++ library, which defines the virtual methods for the user-facing overload sets of `ParticipantsClient`."],["It provides access to different versions of the `ParticipantsConnection` object, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The interface includes methods for managing participants such as `CreateParticipant`, `GetParticipant`, `ListParticipants`, and `UpdateParticipant`, alongside content analysis functions such as `AnalyzeContent` and `AsyncStreamingAnalyzeContent`."],["It also supports suggestions features through methods like `SuggestArticles`, `SuggestFaqAnswers`, and `SuggestSmartReplies`."],["For testing, the document mentions the use of `MockParticipantsConnection` to allow injecting custom behaviors."]]],[]]