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 Google Cloud Dialogflow CX V3 API for .NET, specifically detailing its properties, constructors, and inherited members."],["The latest version available for the API is 2.23.0, with the webpage also presenting a list of prior releases dating back to version 1.0.0."],["The `ImportTestCasesResponse` class, utilized in the `TestCases.ImportTestCases` method, includes properties like `Names` and `TestCaseNames` for managing the identifiers of newly imported test cases."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each providing specific functionality for message management and object manipulation."],["The documentation outlines the constructors available for creating instances of `ImportTestCasesResponse`, either by using the default constructor or by cloning an existing instance."]]],[]]