public sealed class CreateTestCaseRequest : IMessage<CreateTestCaseRequest>, IEquatable<CreateTestCaseRequest>, IDeepCloneable<CreateTestCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateTestCaseRequest.
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 document provides reference information for the `CreateTestCaseRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, part of the Dialogflow v3 API."],["The `CreateTestCaseRequest` class is used to create a test case through the `TestCases.CreateTestCase` method."],["It includes properties for `Parent`, which represents the agent where the test case will be created, and `TestCase`, which contains the data of the test case itself."],["The document details the class's constructors, allowing for default initialization or copying from another `CreateTestCaseRequest` instance."],["The document lists a range of versions from 2.23.0 to 1.0.0 with the latest version being 2.23.0, all related to the same `CreateTestCaseRequest` class, providing a historical context for this API component."]]],[]]