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 an interface for virtual methods found in `DocumentsClient` within the Dialogflow ES C++ library, version 2.13.0."],["The page provides links to various versions of the `DocumentsConnection` class, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["`DocumentsConnection` is designed to enable the injection of custom behavior, especially useful for testing, by allowing the use of mock objects such as `MockDocumentsConnection`."],["The documented functions, including `ListDocuments`, `GetDocument`, `CreateDocument`, `ImportDocuments`, `DeleteDocument`, `UpdateDocument`, `ReloadDocument`, and `ExportDocument`, are detailed with their parameters and return types."],["The `MakeDocumentsConnection()` function can be used to create a concrete instance of `DocumentsConnection`."]]],[]]