This interface defines virtual methods for each of the user-facing overload sets in DocumentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DocumentsClient.
[[["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 `DocumentsConnection` object, which is integral to the `DocumentsClient` within the Google Cloud Dialogflow ES C++ library."],["The `DocumentsConnection` interface provides virtual methods for each user-facing overload set in `DocumentsClient`, allowing for custom behavior injection, such as with Google Mock objects during testing."],["The page lists various version references of the Dialogflow ES, including the latest release candidate `2.37.0-rc` and going back to `2.11.0`, along with version-specific documentation links for the `DocumentsConnection` class."],["The `DocumentsConnection` provides virtual functions to interact with the Document, including `ListDocuments`, `GetDocument`, `CreateDocument`, `ImportDocuments`, `DeleteDocument`, `UpdateDocument`, `ReloadDocument`, and `ExportDocument`."],["A way to create an instance of the `DocumentsConnection` object can be done by invoking the `MakeDocumentsConnection()` function."]]],[]]