public static void BindService(ServiceBinderBase serviceBinder, SecuritySettingsService.SecuritySettingsServiceBase 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 latest version of the `SecuritySettingsService` for the Dialogflow v3 API is 2.23.0, and there are numerous previous versions available, spanning from 1.0.0 to 2.22.0."],["The `SecuritySettingsService` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, and is responsible for managing security settings in Dialogflow."],["The `SecuritySettingsService` class inherits from the base `object` class and provides methods like `BindService` to create service definitions that can be registered with a server and bind service methods to a service binder."],["The `BindService` methods allow for registering server-side handling logic for the `SecuritySettingsService`, allowing control of how the service is implemented."],["This API class is responsible for managing security settings within Dialogflow v3 and contains a complete list of methods and parameters used within the class."]]],[]]