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."],[[["This page provides documentation for the `TestCases` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `TestCases` class is part of the Dialogflow v3 API, and it's used for managing `TestCase` and `TestCaseResult` objects."],["The `TestCases` class inherits members from the `object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The documentation details two methods for binding the `TestCases` service, `BindService(TestCasesBase)` which creates a service definition, and `BindService(ServiceBinderBase, TestCasesBase)`, which registers a service method with a service binder."],["The assembly name associated with this class is Google.Cloud.Dialogflow.Cx.V3.dll."]]],[]]