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, specifically detailing its functionality for importing test cases."],["The `ImportTestCasesResponse` class is part of the Google Cloud Dialogflow CX V3 library and is the response type returned when using the `TestCases.ImportTestCases` method, as stated in the definition."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It includes two constructors, a default constructor and another that takes an `ImportTestCasesResponse` object, as well as two properties: `Names` which holds the identifiers of the imported test cases, and `TestCaseNames` which is a resource name-typed list over the `Names`."],["The documentation is available for several versions of the library, from version 1.0.0 to the latest version 2.23.0, with version 1.11.0 being presented as a particular case."]]],[]]