public sealed class RunTestCaseRequest : IMessage<RunTestCaseRequest>, IEquatable<RunTestCaseRequest>, IDeepCloneable<RunTestCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RunTestCaseRequest.
The request message for
[TestCases.RunTestCase][google.cloud.dialogflow.cx.v3.TestCases.RunTestCase].
[[["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."],[[["This webpage provides reference documentation for the `RunTestCaseRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for version 2.11.0, and offers documentation for different versions of the class from v1.0.0 to v2.23.0."],["The `RunTestCaseRequest` class is used to structure requests for running test cases, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RunTestCaseRequest` class include `Environment`, which specifies the environment for running the test case, and `Name`, which is the required test case name."],["The page offers ways to create a new instance of the class through the default constructor, `RunTestCaseRequest()`, or by copying an existing instance using `RunTestCaseRequest(RunTestCaseRequest other)`."],["This document covers the inheritance details of the `RunTestCaseRequest` class, including it being derived from `object` and providing information on inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]