public sealed class ImportTestCasesResponse : IMessage<ImportTestCasesResponse>, IEquatable<ImportTestCasesResponse>, IDeepCloneable<ImportTestCasesResponse>, IBufferMessage, IMessage
The response message for [TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3.TestCases.ImportTestCases].
The unique identifiers of the new test cases.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>.
[[["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 details the `ImportTestCasesResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used in the response for importing test cases."],["The most recent version of `ImportTestCasesResponse` is 2.23.0, with the page providing access to documentation for numerous previous versions, down to 1.0.0."],["The `ImportTestCasesResponse` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ImportTestCasesResponse` class includes properties like `Names` (unique identifiers of new test cases) and `TestCaseNames` (a typed view of the `Names` resource)."],["The webpage provides information on the constructors of `ImportTestCasesResponse` which are a default constructor, as well as a constructor that accepts another `ImportTestCasesResponse`."]]],[]]