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 webpage documents the `ImportTestCasesRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used for importing test cases in the Dialogflow CX API."],["The `ImportTestCasesRequest` class provides functionality to import test cases from either uncompressed raw byte content (`Content`) or a Google Cloud Storage URI (`GcsUri`)."],["The class requires a `Parent` property that specifies the agent where the test cases will be imported, following the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`."],["The page lists multiple versions of the `ImportTestCasesRequest`, ranging from the latest 2.23.0 down to 1.0.0, giving the user the ability to navigate between different releases."],["The `ImportTestCasesRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` making it capable of multiple functionalities."]]],[]]