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, specifically for version 2.12.0 of the API."],["The `CreateTestCaseRequest` class is used to define the request message for creating a test case in the Dialogflow v3 API, as part of the `TestCases.CreateTestCase` operation."],["The class includes properties such as `Parent`, which specifies the agent to create the test case for, and `TestCase`, which defines the actual test case data."],["The latest version of the Dialogflow API in this content is 2.23.0, and this page provides access to previous versions down to 1.0.0."],["The class `CreateTestCaseRequest` has constructors and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]