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."],[[["The webpage provides documentation for the `ImportTestCasesResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality."],["The `ImportTestCasesResponse` class is part of the Google Cloud Dialogflow CX V3 library, used for handling responses when importing test cases, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `ImportTestCasesResponse` class is 2.23.0, and the page lists documentation links for versions ranging from 1.0.0 to 2.23.0."],["`ImportTestCasesResponse` has two properties, `Names` which holds the unique identifiers of new test cases and `TestCaseNames` which is a type-safe view of the `Names` property, using the type `TestCaseName`."],["The class includes a default constructor and a copy constructor, allowing for the creation of new instances and the copying of existing ones, inheriting additional members from `Object`."]]],[]]