public sealed class ImportTestCasesMetadata : IMessage<ImportTestCasesMetadata>, IEquatable<ImportTestCasesMetadata>, IDeepCloneable<ImportTestCasesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ImportTestCasesMetadata.
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 latest version available for `ImportTestCasesMetadata` in the Dialogflow v3 API is 2.23.0."],["This documentation provides reference material and code samples for the `ImportTestCasesMetadata` class within the Dialogflow v3 API."],["`ImportTestCasesMetadata` is used as the return metadata for long-running operations related to importing test cases, as per the `TestCases.ImportTestCases` method."],["The `ImportTestCasesMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class contains a property called `Errors` which provides a `RepeatedField` of `TestCaseError` objects, detailing errors associated with failed test cases."]]],[]]