This interface defines virtual methods for each of the user-facing overload sets in ConversationsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ConversationsClient.
[[["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."],[[["This webpage provides documentation for the `ConversationsConnection` class within the Google Cloud Dialogflow ES C++ client library, detailing its role and capabilities."],["The `ConversationsConnection` class serves as an interface with virtual methods mirroring user-facing overload sets in `ConversationsClient`, allowing for custom behavior injection during testing."],["The page lists multiple versions of the `ConversationsConnection` class, ranging from version 2.11.0 to 2.37.0-rc, with 2.37.0-rc being the latest."],["The documentation details the functions available in the class, including `CreateConversation`, `ListConversations`, `GetConversation`, `CompleteConversation`, `ListMessages`, `SuggestConversationSummary`, `GenerateStatelessSummary`, and `SearchKnowledge`, each with their respective parameters and return types."],["The page provides information on how to create a concrete instance of the `ConversationsConnection` class using the `MakeConversationsConnection()` function, as well as how to implement mocking using the `MockConversationsConnection` class."]]],[]]