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 document details the `ConversationsConnection` object for `ConversationsClient` within the Dialogflow ES C++ library, providing an interface for virtual methods used in `ConversationsClient`."],["The `ConversationsConnection` interface facilitates the injection of custom behaviors, particularly useful for testing, through the use of mocking objects such as `MockConversationsConnection`."],["The latest release is `2.37.0-rc`, and the document also includes links to previous versions of the documentation, including `2.33.0`, along with releases going as far back as `2.11.0`, allowing for the retrieval of specific version documentation."],["The interface includes a variety of functions, such as `CreateConversation`, `ListConversations`, `GetConversation`, `CompleteConversation`, `ListMessages`, `SuggestConversationSummary`, `GenerateStatelessSummary`, `GenerateStatelessSuggestion`, `SearchKnowledge`, `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation`, and `CancelOperation`, that interact with the Dialogflow ES API."],["`MakeConversationsConnection()` allows for the creation of a concrete instance of the `ConversationsConnection` object, enabling the practical use of its functionalities."]]],[]]