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's `CreateTestCaseRequest` is 2.23.0, with a wide range of prior versions available from 2.22.0 down to 1.0.0."],["The `CreateTestCaseRequest` class is used to send a request for the creation of a test case within the Dialogflow CX environment, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CreateTestCaseRequest` class requires two properties to be set: `Parent`, which specifies the agent for the test case, and `TestCase`, which is the actual test case data."],["`CreateTestCaseRequest` is within the `Google.Cloud.Dialogflow.Cx.V3` namespace, as part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]