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-21 UTC."],[[["This webpage details the `ConversationsConnection` object, which facilitates custom behavior and testing for `ConversationsClient` in the Dialogflow ES C++ library, with the most recent version of the library being `2.37.0-rc`."],["The content provides a listing of the library's historical versions ranging from version `2.11.0` up to `2.37.0-rc`, each linked to its respective documentation."],["`ConversationsConnection` implements virtual methods for user-facing overload sets in `ConversationsClient`, including functions like `CreateConversation`, `ListConversations`, `GetConversation`, and others related to managing conversations and summaries."],["Users are provided with information about mocking capabilities through the `dialogflow_es_mocks::MockConversationsConnection` class, and a way to create concrete instances using the `MakeConversationsConnection()` function."],["The available functions for use with this class include management and handling of conversations, with the ability to create, list, get, complete, list messages, suggest a conversation summary, generate stateless summaries, and search knowledge."]]],[]]