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 focusing on version 2.0.0 and showcasing other available versions, with version 2.23.0 being the latest."],["`ImportTestCasesResponse` serves as the response message for the `TestCases.ImportTestCases` function in Dialogflow CX, as shown by its definition, and is part of the Google.Cloud.Dialogflow.Cx.V3.dll assembly."],["This class implements several interfaces, including `IMessage\u003cImportTestCasesResponse\u003e`, `IEquatable\u003cImportTestCasesResponse\u003e`, `IDeepCloneable\u003cImportTestCasesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class offers two constructors, a default one and one that takes another `ImportTestCasesResponse` object, allowing for object copying, and has two properties `Names` and `TestCaseNames`."],["`Names` is a `RepeatedField\u003cstring\u003e` property that contains the unique identifiers for new test cases, while `TestCaseNames` provides a `TestCaseName`-typed view of the `Names` resource name property."]]],[]]