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 latest version available for `CreateTestCaseRequest` within the `Google.Cloud.Dialogflow.Cx.V3` namespace is version 2.23.0."],["This page documents the `CreateTestCaseRequest` class, which is used to create a test case via `TestCases.CreateTestCase` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateTestCaseRequest` class has two constructors: a default constructor and a constructor that accepts another `CreateTestCaseRequest` object as a parameter."],["The class includes two properties, `Parent` and `TestCase`, which are both required for creating a new test case and also the `ParentAsAgentName` property which gives an AgentName-typed view of the Parent property."],["There are multiple prior versions available, ranging from 2.22.0 down to 1.0.0, each with their own respective pages for `CreateTestCaseRequest`."]]],[]]