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."],[[["The 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 handle metadata for the `TestCases.ImportTestCases` long-running operation within the Dialogflow CX API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it is well-integrated within the .NET Protobuf ecosystem."],["The documentation covers a wide range of versions for this class, from 1.0.0 up to 2.23.0, the latest, with different URL's to access each one."],["The class includes a property named `Errors` that contains information about any failed test cases during the import operation, holding a list of `TestCaseError`."]]],[]]