public sealed class CreateTestCaseRequest : IMessage<CreateTestCaseRequest>, IEquatable<CreateTestCaseRequest>, IDeepCloneable<CreateTestCaseRequest>, IBufferMessage, IMessage
The request message for [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3.TestCases.CreateTestCase].
[[["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."],[[["The page documents the `CreateTestCaseRequest` class, which is used to create a new test case in Google Cloud Dialogflow CX."],["This `CreateTestCaseRequest` class, found within the `Google.Cloud.Dialogflow.Cx.V3` namespace, is a request message for the `TestCases.CreateTestCase` method."],["The latest version documented on the page is 2.23.0, but version 2.1.0 is displayed with a dropdown to show all the versions available."],["The `CreateTestCaseRequest` class inherits from `Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateTestCaseRequest` include `Parent`, which specifies the agent for the test case, and `TestCase`, which holds the test case data."]]],[]]