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 webpage provides documentation for `SessionEntityTypes` within the `Google.Cloud.Dialogflow.V2` namespace, specifically relating to its management service."],["The latest version documented is 4.26.0, while the page defaults to version 3.4.0, and offers a comprehensive list of previous versions of the service, ranging from 4.25.0 down to 3.2.0."],["`SessionEntityTypes` inherits from the base `Object` class and includes methods for binding the service using either `BindService(SessionEntityTypes.SessionEntityTypesBase)` or `BindService(ServiceBinderBase, SessionEntityTypes.SessionEntityTypesBase)`."],["The `BindService` methods are used to define and register the service, either by directly creating a `ServerServiceDefinition` or by using a `ServiceBinderBase` for custom logic."],["The `SessionEntityTypes` documentation is found within the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]