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-06-12 UTC."],[[["This page provides documentation for the `Agents` class within the Google Cloud Dialogflow v2 API, covering versions from 3.2.0 up to the latest version 4.26.0."],["The `Agents` class is a service for managing agents in the Google Cloud Dialogflow v2, as detailed within its reference documentation and code samples."],["The documentation outlines the inheritance hierarchy of the `Agents` class, with the `object` as its parent class, and includes a list of the inherited members from that object class."],["The `BindService` method in the `Agents` class allows the creation of a service definition that can be registered with a server, and another version allows the method to be registered with a service binder."],["There are multiple versions of this class, each with its own documentation, and they include version numbering to assist with looking up the API that corresponds to a certain library version."]]],[]]