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."],[[["Version 2.23.0 is the latest version available for the `ImportTestCasesResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `ImportTestCasesResponse` class is a response message used in the `TestCases.ImportTestCases` function."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ImportTestCasesResponse` class has properties such as `Names`, which contains the unique identifiers of the new test cases, and `TestCaseNames`, which provides a typed view over the resource names."],["There are versions available going as far back as 1.0.0 for `ImportTestCasesResponse`, with each previous version linked in the provided content."]]],[]]