public static void BindService(ServiceBinderBase serviceBinder, SessionEntityTypes.SessionEntityTypesBase 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 content provides a comprehensive list of versions for `Google.Cloud.Dialogflow.Cx.V3.SessionEntityTypes`, ranging from the latest version, 2.23.0, down to version 1.0.0."],["`SessionEntityTypes` is a service for managing SessionEntityTypes, and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The `SessionEntityTypes` class inherits members from the `Object` class, including methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The service definition can be created and registered with a server using the `BindService` methods, which takes an object implementing the server-side handling logic."],["There are two `BindService` methods available to the user, both of which take the `serviceImpl` parameter, an object implementing the server-side handling logic, the second taking a `serviceBinder` parameter."]]],[]]