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-04-09 UTC."],[[["The `ImportTestCasesResponse` class is a part of the Dialogflow v3 API, specifically in the `Google.Cloud.Dialogflow.Cx.V3` namespace, designed for handling responses related to test case imports."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The `ImportTestCasesResponse` class contains two main properties: `Names`, which is a list of unique identifiers for the new test cases, and `TestCaseNames`, which provides a typed view of the `Names` resource."],["The provided documentation lists available versions of this class ranging from 1.0.0 to 2.23.0, allowing users to access documentation and reference materials for each version."],["There are two constructors available for this class, one default constructor, and another to be able to use another `ImportTestCasesResponse` as a parameter."]]],[]]