public sealed class ImportTestCasesRequest : IMessage<ImportTestCasesRequest>, IEquatable<ImportTestCasesRequest>, IDeepCloneable<ImportTestCasesRequest>, IBufferMessage, IMessage
The request message for [TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3.TestCases.ImportTestCases].
[[["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."],[[["This document outlines the `ImportTestCasesRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used for importing test cases in Dialogflow CX."],["The latest version of the Dialogflow CX library documented is 2.23.0, with a history of versions going back to 1.0.0 available for review."],["The `ImportTestCasesRequest` class includes properties like `Content` (for uncompressed test case data), `GcsUri` (for importing from Google Cloud Storage), `Parent` (specifying the target agent), `ParentAsAgentName` (a typed view of the parent), and `SourceCase`."],["This class implements several interfaces including `IMessage`, `IEquatable\u003cImportTestCasesRequest\u003e`, `IDeepCloneable\u003cImportTestCasesRequest\u003e`, and `IBufferMessage`, and inherits members from `Object`."],["It provides two constructors, a parameterless constructor and another taking in an `ImportTestCasesRequest` instance, allowing for the creation of the message object, and cloning."]]],[]]