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."],[[["The `ImportTestCasesResponse` class is part of the Google Cloud Dialogflow CX v3 API within the .NET framework, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace, version 2.18.0."],["This class is designed to handle the response message for importing test cases, as part of the `TestCases.ImportTestCases` operation within the Dialogflow CX v3 API."],["It inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportTestCasesResponse` class contains properties like `Names`, a list of strings, and `TestCaseNames`, a resource name list, that provide unique identifiers for newly imported test cases."],["The latest available version of this feature is version 2.23.0, and previous versions from 1.0.0 up to the latest are all listed with links to their respective documentation."]]],[]]