public static void BindService(ServiceBinderBase serviceBinder, Documents.DocumentsBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-21 UTC."],[[["This webpage provides reference documentation for the Google Cloud Dialogflow v2 API's `Documents` class, specifically within the .NET environment, detailing its functionality and usage."],["The latest version of the Dialogflow v2 API documented on this page is 4.26.0, and it presents a list of previous versions dating back to 3.2.0, each linked to their respective documentation."],["The `Documents` class is designed to handle knowledge documents within the Dialogflow service, as it is a part of the knowledge management aspect of the API."],["The page shows that the `Documents` class inherits from the base `object` class, and it includes methods such as `BindService` to integrate with server-side logic."],["Two overloads of the method `BindService` are available, one that returns a `ServerServiceDefinition`, and another that takes in `ServiceBinderBase` and `DocumentsBase` to register the method."]]],[]]