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."],[[["The latest release candidate version is 2.37.0-rc, with the most recent stable release being 2.36.0, while the current documentation is for version 2.28.0."],["The `ConversationsConnection` object is designed for use with `ConversationsClient`, offering a way to define custom behaviors in testing."],["The interface includes virtual methods such as `CreateConversation`, `ListConversations`, and `GetConversation`, and many more, all of which have a parameter called `request` of varying types."],["There are a set of functions such as `options()`, that returns `Options` type, and another function `CreateConversation()`, which returns a `StatusOr\u003c google::cloud::dialogflow::v2::Conversation \u003e` type."],["The documentation provides details on how to create concrete instances using `MakeConversationsConnection()` and mock instances using `dialogflow_es_mocks::MockConversationsConnection`."]]],[]]