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 documentation for the `Agents` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the Dialogflow v3 API in .NET."],["The `Agents` class serves as a service for managing agents in Dialogflow, as indicated by the service description in the provided content."],["The documentation offers details for the class, as well as links to reference documentation for multiple versions of the library, from version 1.0.0 to the latest version 2.23.0."],["The page documents two methods related to binding the `Agents` service, `BindService(AgentsBase)` and `BindService(ServiceBinderBase, AgentsBase)`, used for registering the service with a server, and the parameters they require."],["The current version of the documentation being viewed on the page is for version 2.20.0."]]],[]]