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 provided content details the `ImportTestCasesMetadata` class within the Google Cloud Dialogflow CX v3 API, specifically its .NET reference documentation."],["The latest version of `ImportTestCasesMetadata` available is 2.23.0, with a history of versions down to 1.0.0 being accessible through the provided links."],["This class is used for metadata related to the long-running operation `TestCases.ImportTestCases`, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains an `Errors` property, which is a `RepeatedField` that stores the `TestCaseError` for failed test cases."],["Two constructors for `ImportTestCasesMetadata` are available, one default and another accepting an existing `ImportTestCasesMetadata` object."]]],[]]