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."],[[["This webpage provides documentation for the `EntityTypes` class within the Google Cloud Dialogflow CX v3 API for .NET, specifically version 2.19.0."],["The `EntityTypes` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is used for managing entity types in Dialogflow CX."],["The documentation offers links to various versions of the Dialogflow CX v3 API, ranging from the latest version 2.23.0 down to version 1.0.0."],["Two methods, `BindService(EntityTypesBase)` and `BindService(ServiceBinderBase, EntityTypesBase)`, are detailed, which enable creating service definitions and registering service methods, respectively."],["The documentation highlights the inheritance of `EntityTypes` from the base `object` class, with various inherited members such as `GetHashCode`, `GetType`, and `ToString` that are listed."]]],[]]