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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSessionEntityTypes\u003c/code\u003e class in the Google Cloud Dialogflow v2beta1 API provides methods for managing session entity types.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2Beta1\u003c/code\u003e namespace and is found within the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method allows the creation of a service definition that can be registered with a server using an implementation of \u003ccode\u003eSessionEntityTypesBase\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAnother \u003ccode\u003eBindService\u003c/code\u003e overload permits registration of service methods using a \u003ccode\u003eServiceBinderBase\u003c/code\u003e object, which allows for customized service binding logic.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation highlights that \u003ccode\u003eBindService\u003c/code\u003e methods use \u003ccode\u003eSessionEntityTypesBase\u003c/code\u003e to handle server-side logic and \u003ccode\u003eServerServiceDefinition\u003c/code\u003e to describe the type returned.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class SessionEntityTypes (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SessionEntityTypes)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.SessionEntityTypes) \n\n public static class SessionEntityTypes\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SessionEntityTypes.\n\nService for managing\n\\[SessionEntityTypes\\]\\[google.cloud.dialogflow.v2beta1.SessionEntityType\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SessionEntityTypes \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nMethods\n-------\n\n### BindService(SessionEntityTypesBase)\n\n public static ServerServiceDefinition BindService(SessionEntityTypes.SessionEntityTypesBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, SessionEntityTypesBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, SessionEntityTypes.SessionEntityTypesBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]