public sealed class ImportTestCasesMetadata : IMessage<ImportTestCasesMetadata>, IEquatable<ImportTestCasesMetadata>, IDeepCloneable<ImportTestCasesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ImportTestCasesMetadata.
Metadata returned for the
[TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3.TestCases.ImportTestCases]
long running operation.
[[["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 documentation for the `ImportTestCasesMetadata` class within the Dialogflow v3 API for .NET, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `ImportTestCasesMetadata` class is used to represent metadata returned during the `TestCases.ImportTestCases` long-running operation."],["The documentation lists various versions of the `ImportTestCasesMetadata` class, ranging from the latest version 2.23.0 down to version 1.0.0, showcasing the evolution and history of the class."],["The `ImportTestCasesMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to ensure compatibility with various .NET functionalities."],["The class includes a constructor to create a new `ImportTestCasesMetadata` instance, and it contains an `Errors` property that holds a collection of `TestCaseError` objects for any failed test cases."]]],[]]