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 document outlines the `ConversationDatasetsConnection` interface for the Dialogflow ES API, defining virtual methods mirroring those in `ConversationDatasetsClient` to allow for customized behavior and testing."],["The `ConversationDatasetsConnection` class provides methods such as `CreateConversationDataset`, `GetConversationDataset`, `ListConversationDatasets`, `DeleteConversationDataset`, and `ImportConversationData`, which correspond to actions on conversation datasets."],["The latest version available is `2.37.0-rc`, and the document includes links to documentation for numerous previous versions, starting from `2.36.0` and going down to `2.11.0`."],["Users can create concrete instances of the class with the `MakeConversationDatasetsConnection()` method, or mock them for testing purposes with `dialogflow_es_mocks::MockConversationDatasetsConnection`."],["Several functions that return a future are available for the `ConversationDatasetsConnection` object including `CreateConversationDataset`, `DeleteConversationDataset`, and `ImportConversationData` alongside their counterparts `NoAwaitTag` and `longrunning::Operation` functions."]]],[]]