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 details the `ConversationsConnection` object for `ConversationsClient` within the Dialogflow ES library, providing an interface for defining virtual methods."],["The `ConversationsConnection` object enables the injection of custom behaviors, which is particularly useful for testing via the use of mocks, such as `MockConversationsConnection`."],["The page lists various versions of the library, from the latest release candidate `2.37.0-rc` down to `2.11.0`, with the current version on the page being `2.26.0`."],["It showcases the functions within the interface, including `CreateConversation`, `ListConversations`, `GetConversation`, and `SuggestConversationSummary`, amongst others, that are available to the user for implementation."],["The webpage also outlines the parameters and return types for the available functions of the interface."]]],[]]