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 webpage details the `ImportTestCasesMetadata` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used for long-running operations involving importing test cases."],["The latest version documented is 2.23.0, with multiple previous versions available, down to 1.0.0, for the `ImportTestCasesMetadata`."],["The `ImportTestCasesMetadata` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Errors`, which is a `RepeatedField` of `TestCaseError`, and provides details on errors during test case imports."],["The `ImportTestCasesMetadata` class also contains two constructors, one default and one that accepts another `ImportTestCasesMetadata` object as a parameter for initialization."]]],[]]