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 request the import of test cases within the Google Cloud Dialogflow CX V3 API, which is part of the .NET library."],["This class allows for specifying the source of the test cases, either through uncompressed raw byte content, or through a Google Cloud Storage URI, using the `Content` and `GcsUri` properties, respectively."],["The `Parent` property is required and designates the target agent for the imported test cases, which is represented by a formatted string and also provided through a typed view using the `ParentAsAgentName` property."],["The provided content makes available the details for the different versions of `ImportTestCasesRequest`, from the most recent (2.23.0) to older versions (down to 1.0.0)."],["The class `ImportTestCasesRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]