public static void BindService(ServiceBinderBase serviceBinder, Fulfillments.FulfillmentsBase 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 documentation page provides reference information for the `Fulfillments` class within the `Google.Cloud.Dialogflow.V2` API, specifically for version 4.13.0."],["The `Fulfillments` class is a service for managing fulfillment operations within Google Cloud Dialogflow v2, and the documentation lists many previous versions of it."],["The documentation includes methods for binding the `Fulfillments` service to a server, using either `BindService(FulfillmentsBase)` or `BindService(ServiceBinderBase, FulfillmentsBase)`."],["The page details the parameters and return types for the `BindService` methods, providing information about the required service implementation object and the resulting `ServerServiceDefinition`."],["The assembly for `Fulfillments` class is `Google.Cloud.Dialogflow.V2.dll`."]]],[]]