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."],[[["The latest version available for `ImportTestCasesRequest` is 2.23.0, but this page is showing the documentation for version 1.4.0."],["`ImportTestCasesRequest` is a request message used for importing test cases within the Dialogflow CX platform, specifically as part of the `TestCases.ImportTestCases` function."],["It implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["This class can be constructed with a default constructor or a copy constructor, and contains properties like `Content`, `GcsUri`, and `Parent`, to manage test case data and location."],["The page belongs to the namespace `Google.Cloud.Dialogflow.Cx.V3`, part of the assembly `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]