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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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`."]]],[]]