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 there are many versions available in this page, ranging down to version 1.0.0."],["`ImportTestCasesRequest` is a request message used for importing test cases in the Dialogflow CX v3 API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties like `Content` (for raw byte content), `GcsUri` (for Google Cloud Storage URI), and `Parent` (the agent to import test cases to), and the option to view the `Parent` property as an `AgentName`."],["There are two constructors, one empty and one taking another `ImportTestCasesRequest` as a parameter for copying the information into a new object."]]],[]]