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, spanning multiple versions."],["The latest version available is 2.23.0, with the documentation covering versions down to 1.0.0, detailing the history of changes."],["`CreateTestCaseRequest` is used for creating a new test case via the Dialogflow v3 API, specifically in the context of the `TestCases.CreateTestCase` method."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cCreateTestCaseRequest\u003e`, `IDeepCloneable\u003cCreateTestCaseRequest\u003e`, and `IBufferMessage`, indicating its role in data handling and serialization."],["The `CreateTestCaseRequest` class has properties such as `Parent`, specifying the agent, and `TestCase`, defining the test case to create."]]],[]]