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 for .NET, used for handling responses from the `TestCases.ExportTestCases` function."],["The latest version of the Google.Cloud.Dialogflow.Cx.V3 API documented on this page is 2.23.0, and the list of documented versions spans from 2.23.0 to 1.0.0."],["The `ExportTestCasesResponse` class, which inherits from Object and implements multiple interfaces, offers properties like `Content` for uncompressed raw byte data and `GcsUri` for a file URI."],["There are two constructors available for the `ExportTestCasesResponse` class: a parameterless constructor and one that takes another `ExportTestCasesResponse` object as an argument."],["The class contains the property `DestinationCase` which will indicate the destination type using `ExportTestCasesResponse.DestinationOneofCase`."]]],[]]