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 page details the `ConversationsConnection` object, which facilitates interaction with the `ConversationsClient` for Dialogflow ES."],["The `ConversationsConnection` interface provides virtual methods corresponding to each user-facing overload set in `ConversationsClient`, enabling custom behavior injection during testing."],["The page lists multiple available versions of the `ConversationsConnection` interface, with the most recent being 2.37.0-rc and the starting point of the list being version 2.11.0."],["`MakeConversationsConnection()` can be used to create a concrete instance of the object, and `dialogflow_es_mocks::MockConversationsConnection` can be used to create mocks for testing."],["The interface has functions that define how to create, list, get, complete conversations, list messages, suggest and generate conversation summaries, as well as search knowledge."]]],[]]