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 `ImportTestCasesRequest` class is used to import test cases into Dialogflow CX, which implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This request class allows importing test cases from either uncompressed raw byte content or from a Google Cloud Storage URI."],["The `Parent` property in the `ImportTestCasesRequest` class is required and specifies the agent to which the test cases will be imported, using a specific format."],["There are multiple versions of `Google.Cloud.Dialogflow.Cx.V3` available, ranging from version 1.0.0 to 2.23.0, each providing a reference to the `ImportTestCasesRequest`."],["The class also has properties to specify the source of the test cases, such as `Content` for byte data and `GcsUri` for cloud storage locations."]]],[]]