public static void BindService(ServiceBinderBase serviceBinder, EntityTypes.EntityTypesBase 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 documentation provides reference and code samples for the `EntityTypes` class within the Dialogflow v3 API, specifically for managing EntityTypes."],["Version 2.23.0 is the latest documented release within a range of documented versions that go as far back as version 1.0.0."],["`EntityTypes` inherits from the `object` class, including methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The documentation details two `BindService` methods for creating or registering a service definition with a server, one for when the implementation is already provided and one for when it is not."],["The namespace for the `EntityTypes` class is `Google.Cloud.Dialogflow.Cx.V3` within the Google Cloud .NET library."]]],[]]