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."],[[["This webpage details the `CreateTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for creating test cases in Dialogflow CX."],["The `CreateTestCaseRequest` class is available across multiple versions, ranging from the latest 2.23.0 down to version 1.0.0, with links to their respective documentation pages."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its versatility in message handling and cloning."],["It has two constructors, a default constructor and one that takes another `CreateTestCaseRequest` object for copying."],["The `CreateTestCaseRequest` class has three properties, `Parent`, a string that holds the project, location, and agent ID, `ParentAsAgentName`, an AgentName view of the Parent, and `TestCase`, used to define the test case to be created."]]],[]]