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 `CreateTestCaseRequest` class is used to send a request to create a new test case within the Google Cloud Dialogflow CX environment, specifically under the TestCases.CreateTestCase method."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version available is 2.23.0, with multiple previous versions listed, ranging back to version 1.0.0."],["The `CreateTestCaseRequest` class, which inherits from `Object`, implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes properties such as `Parent` (a string representing the agent's location), `ParentAsAgentName` (an `AgentName` view over the `Parent` property), and `TestCase` (the actual test case to be created)."]]],[]]