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 webpage provides documentation for the `ParticipantsConnection` object within the Dialogflow ES C++ library, which serves as an interface for the `ParticipantsClient`."],["It lists available versions of the `ParticipantsConnection`, from 2.11.0 up to the latest release candidate 2.37.0-rc."],["This interface includes virtual methods corresponding to each user-facing overload set in `ParticipantsClient`, allowing users to customize behavior in tests, such as by injecting mock objects."],["The `ParticipantsConnection` interface allows operations like creating, retrieving, listing, and updating participants, as well as analyzing content and suggesting articles, FAQ answers, and smart replies."],["The `MakeParticipantsConnection()` function allows you to create a concrete instance, while `dialogflow_es_mocks::MockParticipantsConnection` is available for mocking."]]],[]]