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 `ImportTestCasesResponse` class is a response message for the `TestCases.ImportTestCases` operation within the Google Cloud Dialogflow CX V3 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The class contains two key properties: `Names`, a collection of unique identifiers for the new test cases, and `TestCaseNames`, a `ResourceNameList` view over the `Names` property, each property containing a unique name that can be referenced."],["It has two constructors: a default constructor and a copy constructor that creates a new instance from an existing `ImportTestCasesResponse` object."],["The document provides links to various versions of the `ImportTestCasesResponse` class, ranging from version 1.0.0 to 2.23.0, allowing users to navigate to specific versions for different API interactions."]]],[]]