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 provided content details the `CreateTestCaseRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET."],["This page lists various versions of the `CreateTestCaseRequest` class, ranging from version 1.0.0 to the latest version, 2.23.0, allowing developers to access documentation specific to each version."],["The class is used to create test cases within Dialogflow agents, and the request requires the agent's details and the test case information, as indicated by the `Parent` and `TestCase` properties."],["The `CreateTestCaseRequest` class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructor methods for this class, one being a default and the other copying an existing instance of the `CreateTestCaseRequest` object."]]],[]]