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 page provides reference documentation for the `CreateTestCaseRequest` class within the Dialogflow v3 API, specifically for the .NET environment, covering versions from 1.0.0 up to the latest version 2.23.0."],["`CreateTestCaseRequest` is used to create a test case in the Dialogflow CX environment via the `TestCases.CreateTestCase` function, serving as the request message."],["The `CreateTestCaseRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its robust functionality."],["The class has two constructors, `CreateTestCaseRequest()` and `CreateTestCaseRequest(CreateTestCaseRequest other)`, for creating new instances and cloning existing ones, along with two properties, Parent and TestCase, which are required for the request to properly function."],["The `Parent` property, of string type, specifies the agent for which the test case will be created, while the `TestCase` property, of `TestCase` type, represents the test case that will be added."]]],[]]