public sealed class ImportTestCasesResponse : IMessage<ImportTestCasesResponse>, IEquatable<ImportTestCasesResponse>, IDeepCloneable<ImportTestCasesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ImportTestCasesResponse.
The response message for
[TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3.TestCases.ImportTestCases].
[[["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."],[[["This document provides reference documentation for the `ImportTestCasesResponse` class within the Google Cloud Dialogflow CX V3 API, specifically for version 2.10.0."],["The `ImportTestCasesResponse` class is the response message for the `TestCases.ImportTestCases` method, used within the API to handle the import of test cases."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportTestCasesResponse` class contains two properties: `Names`, which is a `RepeatedField` of strings representing the unique identifiers of the new test cases, and `TestCaseNames`, a `ResourceNameList` providing a `TestCaseName`-typed view of the names."],["The document also lists all the past versions of the `Google.Cloud.Dialogflow.Cx.V3.ImportTestCasesResponse`, from the most recent 2.23.0, to the oldest at 1.0.0."]]],[]]