public static void BindService(ServiceBinderBase serviceBinder, Agents.AgentsBase 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 page provides reference documentation for the `Agents` class within the Google Cloud Dialogflow v2beta1 API, specifically focusing on version 1.0.0-beta18."],["The `Agents` class is a service for managing Dialogflow agents and inherits from the base `object` class, including inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The namespace for this class is `Google.Cloud.Dialogflow.V2Beta1`, and it's part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."],["The page details two methods, `BindService(AgentsBase)` which creates a service definition, and `BindService(ServiceBinderBase, AgentsBase)` which allows registration of service methods with a service binder."],["Both `BindService` methods require an `AgentsBase` object as a parameter, which represents the server-side handling logic for Dialogflow agent operations."]]],[]]