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 documents the `ImportTestCasesMetadata` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for managing long-running test case import operations."],["The latest version documented is 2.23.0, with multiple previous versions ranging from 2.22.0 down to 1.0.0 available."],["The `ImportTestCasesMetadata` class, which implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, provides metadata for the `TestCases.ImportTestCases` operation."],["The class includes a property called `Errors` which holds information on the test cases that failed, which is of the type `RepeatedField\u003cTestCaseError\u003e`."],["The class has two constructors that are parameterless and another that takes in another instance of itself."]]],[]]