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 managing long-running test case import operations."],["The latest version of the `ImportTestCasesMetadata` class is 2.23.0, but there is a list of previous versions available, going as far back as 1.0.0."],["The `ImportTestCasesMetadata` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending functionality and compatibility."],["The class includes a property called `Errors`, which is a `RepeatedField` that stores the `TestCaseError` objects and is used to display errors encountered during the import of the test cases."],["The class has two constructors `ImportTestCasesMetadata()`, and `ImportTestCasesMetadata(ImportTestCasesMetadata other)` to allow for construction with or without an existing instance of the class."]]],[]]