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 page details the `ParticipantsConnection` object, which is part of the Dialogflow ES C++ client library, specifically for the `ParticipantsClient`."],["This `ParticipantsConnection` interface provides virtual methods mirroring those in `ParticipantsClient`, allowing for custom behavior injection, especially useful for testing with mock objects."],["A variety of versions are documented, from 2.11.0 to 2.36.0, and it also includes version 2.37.0-rc as the latest release candidate."],["The documentation outlines several virtual methods for managing participants, such as `CreateParticipant`, `GetParticipant`, `ListParticipants`, `UpdateParticipant`, and content analysis functions."],["The `MakeParticipantsConnection()` function and `dialogflow_es_mocks::MockParticipantsConnection` are referenced for creating concrete instances and mocking respectively."]]],[]]