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-04-17 UTC."],[[["This webpage provides documentation for the `ConversationsConnection` object, which is used in conjunction with `ConversationsClient` for the Dialogflow ES service."],["The `ConversationsConnection` interface allows for the injection of custom behavior in testing environments, such as using mock objects, for objects of type `ConversationsClient`."],["The documentation lists various versions of the `ConversationsConnection`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The page describes virtual methods within `ConversationsConnection`, enabling operations like creating, listing, getting, and completing conversations, managing messages, and handling summaries."],["`MakeConversationsConnection()` can be used to create a concrete instance of `ConversationsConnection` and for mocking, you can use `dialogflow_es_mocks::MockConversationsConnection`."]]],[]]