public static void BindService(ServiceBinderBase serviceBinder, UserEventService.UserEventServiceBase 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 `UserEventService` class, part of the Google Cloud Discovery Engine v1 API, is designed to handle the ingestion of end-user actions on websites."],["This API class has a latest version at 1.6.0, with several previous versions dating back to 1.0.0-beta06, all of which are available for reference and use."],["The `UserEventService` class inherits from the base `object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method is used to create a service definition that can be registered with a server or to register a service method with a service binder, allowing for implementation customization."],["Documentation and samples for the class `UserEventService` are available in the namespace `Google.Cloud.DiscoveryEngine.V1`, and are found within the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."]]],[]]