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 within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The `CreateTestCaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `CreateTestCaseRequest` class has two constructors: a default constructor and another that takes another `CreateTestCaseRequest` as a parameter for copying."],["It includes properties such as `Parent` (a string representing the agent's resource name), `ParentAsAgentName` (a type-safe view over the parent), and `TestCase` (the test case to be created)."],["The page provides navigation to a multitude of versions of the `CreateTestCaseRequest` documentation, spanning from version 1.0.0 up to the latest, version 2.23.0."]]],[]]