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-21 UTC."],[[["This document outlines the `ConversationDatasetsConnection` interface, which defines virtual methods for each user-facing overload set in `ConversationDatasetsClient`, allowing for custom behavior injection during testing."],["The `ConversationDatasetsConnection` provides methods for managing conversation datasets, including creating, getting, listing, deleting, and importing data, as shown through its virtual functions such as `CreateConversationDataset`, `GetConversationDataset`, `ListConversationDatasets`, `DeleteConversationDataset`, and `ImportConversationData`."],["The interface also supports operations related to long-running tasks, like `CreateConversationDataset`, `DeleteConversationDataset`, and `ImportConversationData` that can be handled asynchronously with the `NoAwaitTag`, and provides functions like `ListOperations`, `GetOperation`, and `CancelOperation` to handle them."],["The `ConversationDatasetsConnection` interface is available in various versions, with the latest release candidate being 2.37.0-rc and going as far back as 2.11.0."],["To implement and use the functions described, there are also functions available to create an instance, `MakeConversationDatasetsConnection()` and for mocking, `dialogflow_es_mocks::MockConversationDatasetsConnection`."]]],[]]