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 webpage provides reference documentation for the `ImportTestCasesResponse` class within the Dialogflow v3 API for .NET, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `ImportTestCasesResponse` class is the response message for the `TestCases.ImportTestCases` operation, used to import test cases."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all specific to .NET."],["The class contains two main properties: `Names`, a `RepeatedField` of strings representing unique identifiers of the new test cases, and `TestCaseNames`, a `ResourceNameList` providing a typed view over the `Names`."],["This page contains the documentation for the class, with several different version of the API being available to browse, the latest being 2.23.0, with the rest ranging from 2.22.0 to 1.0.0."]]],[]]