public sealed class ImportTestCasesMetadata : IMessage<ImportTestCasesMetadata>, IEquatable<ImportTestCasesMetadata>, IDeepCloneable<ImportTestCasesMetadata>, IBufferMessage, IMessage
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 page provides documentation for the `ImportTestCasesMetadata` class, which is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library."],["The `ImportTestCasesMetadata` class is used to represent metadata for long-running operations related to importing test cases, specifically within the `TestCases.ImportTestCases` function."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based data and supporting cloning operations."],["The `ImportTestCasesMetadata` class includes a property called `Errors`, which is a `RepeatedField` designed to store potential errors that occurred during the importing of the test cases."],["There are multiple versions of the `Google.Cloud.Dialogflow.Cx.V3` package documented here, ranging from the latest version 2.23.0 down to version 1.0.0, which provides an overview of the history of updates of the class."]]],[]]