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 information for the `ImportTestCasesResponse` class within the Dialogflow v3 API for .NET, specifically in the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `ImportTestCasesResponse` class is the response message for the `TestCases.ImportTestCases` operation, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from version 2.23.0 (latest) down to 1.0.0."],["The class contains two key properties: `Names`, which holds unique identifiers of newly created test cases, and `TestCaseNames`, which provides a typed view over the `Names` resource names."],["It includes details about the class's constructors, inherited members from the base `Object` class, and the assembly (`Google.Cloud.Dialogflow.Cx.V3.dll`) in which the class is defined."]]],[]]