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 namespace for .NET, detailing its properties, constructors, and implemented interfaces."],["The `RunTestCaseRequest` class is used to formulate the request message for running test cases in the Dialogflow v3 API, specifically within the `TestCases.RunTestCase` function."],["The latest version of this API that is available in this document is 2.23.0, but you can find past versions on this same webpage, going all the way back to version 1.0.0, with an initial version of 2.4.0 being the version of `RunTestCaseRequest` documented."],["The class implements several interfaces such as `IMessage\u003cRunTestCaseRequest\u003e`, `IEquatable\u003cRunTestCaseRequest\u003e`, `IDeepCloneable\u003cRunTestCaseRequest\u003e`, `IBufferMessage`, and `IMessage`, demonstrating its integration with Google's Protocol Buffers and .NET's ecosystem."],["Key properties of `RunTestCaseRequest` include `Environment` which specifies the environment to run the test in, and `Name` which specifies the fully qualified test case to be run."]]],[]]