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 document provides reference documentation for the `TestCases` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The latest version of the `TestCases` class available is 2.23.0, with a detailed list of older versions ranging from 2.22.0 down to 1.0.0 provided."],["The `TestCases` class is used for managing Test Cases and Test Case Results within the Dialogflow CX v3 API, as part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `TestCases` class inherits from `Object` and includes methods such as `BindService` for server-side service definition and binding."],["There are 2 `BindService` methods, one that creates a service definition using `TestCasesBase`, and another that registers a method with or without implementation using a `ServiceBinderBase` and a `TestCasesBase`."]]],[]]