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 for `DocumentsClient` in the Dialogflow ES C++ library, which facilitates custom behavior and testing."],["The `DocumentsConnection` interface defines virtual methods mirroring user-facing overload sets within `DocumentsClient`, enabling the injection of custom logic for testing purposes."],["A range of versions for this class are available, spanning from the latest release candidate (2.37.0-rc) down to version 2.11.0, allowing users to choose the version they require."],["`DocumentsConnection` is compatible with `DocumentsClient` and offers methods for various document operations including listing, getting, creating, importing, deleting, updating, reloading and exporting."],["Users can create concrete instances of this object using `MakeDocumentsConnection()` and mock instances with `dialogflow_es_mocks::MockDocumentsConnection` for testing."]]],[]]