public sealed class ExportTestCasesResponse : IMessage<ExportTestCasesResponse>, IEquatable<ExportTestCasesResponse>, IDeepCloneable<ExportTestCasesResponse>, IBufferMessage, IMessage
The response message for [TestCases.ExportTestCases][google.cloud.dialogflow.cx.v3.TestCases.ExportTestCases].
The URI to a file containing the exported test cases. This field is
populated only if gcs_uri is specified in
[ExportTestCasesRequest][google.cloud.dialogflow.cx.v3.ExportTestCasesRequest].
[[["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 `ExportTestCasesResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, outlining its role as a response message for exporting test cases."],["The content lists various versions of the `ExportTestCasesResponse`, ranging from version 2.23.0 (latest) down to 1.0.0, providing a history of updates and changes."],["`ExportTestCasesResponse` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its extensive functionality and compatibility within the Google Cloud .NET ecosystem."],["The class includes two constructors and three primary properties: `Content` (for uncompressed raw byte data), `DestinationCase`, and `GcsUri` (for file URI when specified), all of which are vital to the export process."],["This document shows the different available versions for the `ExportTestCasesResponse` class with their respective links for in-depth analysis for each version."]]],[]]