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, which is used to send requests for creating test cases in Dialogflow CX."],["The `CreateTestCaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class provides two constructors, a default one and another that takes an existing `CreateTestCaseRequest` instance for copying."],["It includes properties such as `Parent`, a string representing the agent's resource name, `ParentAsAgentName`, an `AgentName`-typed view of the `Parent` property, and `TestCase`, the test case to be created."],["The current latest version for the class is 2.23.0, with access to a list of versions down to version 1.0.0."]]],[]]