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 page details the `ConversationsConnection` object for `ConversationsClient` in the Dialogflow ES C++ library, specifically version 2.22.0 and later."],["The `ConversationsConnection` interface provides virtual methods that mirror the user-facing overload sets in `ConversationsClient`, allowing for the injection of custom behavior in testing."],["The page includes a comprehensive list of older versions of the `ConversationsConnection` class, starting with version 2.11.0 and ending with the most recent release candidate 2.37.0-rc."],["The interface defines virtual methods for various functionalities, including creating, listing, getting, completing conversations, listing messages, and managing summaries such as `CreateConversation`, `ListConversations`, `SuggestConversationSummary` and more."],["Users can create concrete instances of the object using the `MakeConversationsConnection()` function and mock it using the `dialogflow_es_mocks::MockConversationsConnection` class."]]],[]]