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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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 documented is 2.23.0, with a list of all previous versions including version 2.0.0 and going as far back as 1.0.0 also provided."],["The `CreateTestCaseRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities."],["The class includes properties such as `Parent`, which specifies the agent for the test case, and `TestCase`, which represents the test case to be created, offering more context to its usage."],["The webpage also provides information on the constructors of the `CreateTestCaseRequest` class, including a parameter to clone another instance of the same class."]]],[]]