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 page 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 lists numerous prior versions, ranging back to version 1.0.0, with corresponding links to their documentation."],["The `CreateTestCaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all available in the Google Protobuf namespace."],["The class includes constructors, both a parameterless constructor and one accepting another `CreateTestCaseRequest` object, and properties for `Parent`, `ParentAsAgentName`, and `TestCase`."],["The required information to provide for creating the test case is the parent project, which contains the agent to make the test case for, as well as the test case to create."]]],[]]