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."],[[["The latest version of the Dialogflow v3 API class `CreateTestCaseRequest` is 2.23.0, with multiple prior versions available, including the current documentation version of 2.17.0."],["This documentation details the `CreateTestCaseRequest` class, which is used to create a test case in Dialogflow CX."],["The `CreateTestCaseRequest` class inherits from `object` and implements `IMessage`, `IEquatable\u003cCreateTestCaseRequest\u003e`, `IDeepCloneable\u003cCreateTestCaseRequest\u003e`, and `IBufferMessage`."],["The class includes properties for `Parent` (the agent to create the test case for) and `TestCase` (the test case data itself)."],["`CreateTestCaseRequest` has two constructors, one that is parameterless, and the other takes another `CreateTestCaseRequest` object as a parameter."]]],[]]