public static void BindService(ServiceBinderBase serviceBinder, Participants.ParticipantsBase 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."],[[["The latest version of the Google Cloud Dialogflow V2 API Participants class is 4.26.0, with previous versions ranging down to 3.2.0 available for reference."],["The Participants class provides a service for managing participants within the Google Cloud Dialogflow V2 API."],["The class Participants is inherited from the object class."],["The Participants class offers two methods to bind the service `BindService` using `ParticipantsBase`, which can be used to create a server definition or customize service binding."],["The `BindService` method take either one or two parameters, `serviceImpl` or `serviceBinder` and `serviceImpl` respectively, and returns a `ServerServiceDefinition` object when a single parameter is used."]]],[]]