public static void BindService(ServiceBinderBase serviceBinder, TestCases.TestCasesBase 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-04-09 UTC."],[[["The webpage provides documentation for the `TestCases` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, specifically focusing on version 2.21.0 and offering links to many versions, up to the latest, 2.23.0."],["This `TestCases` class serves as the primary interface for managing both Test Cases and Test Case Results in the Dialogflow v3 API."],["The class is inherited from `object`, as displayed in the inheritance chain, and resides within the Google.Cloud.Dialogflow.Cx.V3.dll assembly."],["Two methods are provided for binding the service: `BindService(TestCasesBase)` to create a server service definition, and `BindService(ServiceBinderBase, TestCasesBase)` for registering service methods, which is part of an experimental API."]]],[]]