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 content provides documentation for the `CreateTestCaseRequest` class within the Dialogflow v3 API, spanning versions from 1.0.0 to 2.23.0, with 2.23.0 being the latest version."],["`CreateTestCaseRequest` is a class used to send a request for the creation of a test case, as indicated by its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the `CreateTestCaseRequest` class's constructors, including a default constructor and one that accepts another `CreateTestCaseRequest` object, along with their respective parameter descriptions."],["The class includes two primary properties, `Parent` and `TestCase`, with `Parent` being the string representation of the agent to create the test case for, and `TestCase` being the test case object itself that will be created."],["The `ParentAsAgentName` is a property, of type `AgentName`, that serves as a typed view of the `Parent` property's resource name."]]],[]]