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."],[[["The document details the `ParticipantsConnection` object, which is essential for managing interactions with Dialogflow ES participants through the `ParticipantsClient`."],["This `ParticipantsConnection` interface provides virtual methods that mirror the user-facing overloads in `ParticipantsClient`, enabling custom behavior injection for testing purposes."],["The document lists a comprehensive set of available versions for the `ParticipantsConnection` object, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The document lists all the available virtual functions for `ParticipantsConnection`, such as `CreateParticipant`, `GetParticipant`, `ListParticipants`, `UpdateParticipant`, `AnalyzeContent`, `AsyncStreamingAnalyzeContent`, `SuggestArticles`, `SuggestFaqAnswers`, and `SuggestSmartReplies`."],["To implement a concrete instance of `ParticipantsConnection`, refer to the `MakeParticipantsConnection()` function, or utilize the `MockParticipantsConnection` for mocking in testing."]]],[]]