public sealed class RunTestCaseRequest : IMessage<RunTestCaseRequest>, IEquatable<RunTestCaseRequest>, IDeepCloneable<RunTestCaseRequest>, IBufferMessage, IMessage
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 documentation for the `RunTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 1.8.0, and the class is used for initiating the execution of test cases in Dialogflow CX."],["The documentation includes a list of available versions, from the latest 2.23.0 down to 1.0.0, for the `Google.Cloud.Dialogflow.Cx.V3.RunTestCaseRequest`, allowing access to previous iterations."],["`RunTestCaseRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities for message handling, equality checks, deep cloning, and buffered messages."],["The class has two constructors, `RunTestCaseRequest()` and `RunTestCaseRequest(RunTestCaseRequest other)`, and includes properties such as `Environment`, `EnvironmentAsEnvironmentName`, `Name`, and `TestCaseName`, to configure the test case execution environment and name."],["The `RunTestCaseRequest` is used in the `TestCases.RunTestCase` method, and it requires a formatted test case name, with the option to specify an environment; if no environment is specified, it defaults to the draft environment."]]],[]]