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, which is used to create a request for the `TestCases.CreateTestCase` function in the Google Cloud Dialogflow CX V3 API."],["The latest version of the `CreateTestCaseRequest` class is 2.23.0, and the page provides documentation and links to previous versions, going back to version 1.0.0."],["The `CreateTestCaseRequest` class inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateTestCaseRequest` class include `Parent`, a string specifying the agent, `ParentAsAgentName`, a typed view of the `Parent`, and `TestCase`, which holds the test case to be created."],["The page gives access to the constructors of this class, one that requires no arguments, and the other that requires a `CreateTestCaseRequest` argument."]]],[]]