This interface defines virtual methods for each of the user-facing overload sets in ConversationDatasetsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ConversationDatasetsClient.
[[["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 `ConversationDatasetsConnection` object for `ConversationDatasetsClient` within the Dialogflow ES C++ library, providing an interface for managing conversation datasets."],["The latest version available is `2.37.0-rc`, and the page lists links to documentation for several previous versions, down to `2.11.0`, with the current context focused on version 2.26.0."],["`ConversationDatasetsConnection` allows users to implement custom behavior when testing `ConversationDatasetsClient` by defining virtual methods for various actions, including creating, getting, listing, deleting, and importing conversation datasets."],["The page outlines the functions of the `ConversationDatasetsConnection` class such as `CreateConversationDataset`, `GetConversationDataset`, `ListConversationDatasets`, `DeleteConversationDataset`, and `ImportConversationData`, including parameters and return types."],["There are experimental tags within some of these virtual methods, which include `NoAwaitTag`, `ExperimentalTag`, and google's `longrunning::Operation` that is used in conjunction with the aforementioned tags."]]],[]]