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 documentation for the `CreateTestCaseRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, used in the Dialogflow v3 API."],["The `CreateTestCaseRequest` class is utilized for creating test cases via the `TestCases.CreateTestCase` method, as indicated in its description."],["The document lists all available versions for this API class, ranging from version 1.0.0 up to the latest version 2.23.0, and specifically details the reference for version 2.13.0."],["Key properties of the `CreateTestCaseRequest` class include `Parent` (agent's location), `ParentAsAgentName` (a typed view of the parent resource), and `TestCase` (the test case data to be created)."],["The `CreateTestCaseRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with having inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]