public static void BindService(ServiceBinderBase serviceBinder, Conversations.ConversationsBase 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for Google.Cloud.Dialogflow.V2.Conversations is 4.26.0, with a range of versions available from 4.25.0 down to 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConversations\u003c/code\u003e class is a service for managing conversations within the Google.Cloud.Dialogflow.V2 namespace and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method creates a server service definition or registers a service method with a service binder, with the service implementation and a binder as parameters, where you can see \u003ccode\u003eConversations.ConversationsBase\u003c/code\u003e is the implementation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e methods require an object implementing server-side logic to operate, which you can see in the parameter \u003ccode\u003eserviceImpl\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two \u003ccode\u003eBindService\u003c/code\u003e methods, one returns a \u003ccode\u003eServerServiceDefinition\u003c/code\u003e and the other a void, but they differ in their number of parameters.\u003c/p\u003e\n"]]],[],null,[]]