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 page provides documentation for the `DocumentsConnection` object, which interfaces with the `DocumentsClient` in the Dialogflow ES C++ library, with the latest version being `2.37.0-rc`."],["The `DocumentsConnection` class defines virtual methods that correspond to the user-facing methods found within the `DocumentsClient`, allowing for test injection of custom behavior."],["Methods available in `DocumentsConnection` include functions like `ListDocuments`, `GetDocument`, `CreateDocument`, `ImportDocuments`, `DeleteDocument`, `UpdateDocument`, `ReloadDocument`, and `ExportDocument`, all of which handle various requests related to document management."],["Users can create a functional `DocumentsConnection` instance using `MakeDocumentsConnection()` and utilize `dialogflow_es_mocks::MockDocumentsConnection` for mocking purposes."],["The documentation covers multiple versions of the library, from version 2.11.0 up to the latest 2.37.0-rc, for the `DocumentsConnection` class for `dialogflow_es`."]]],[]]