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."],[[["The `ExportTestCasesResponse` class is a message type used in the Google Cloud Dialogflow CX V3 API for handling the response from exporting test cases, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of Google Cloud Dialogflow.Cx.V3 is 2.23.0, and the webpage provides links to documentation for various versions down to version 1.0.0, for a total of 37 versions."],["The `ExportTestCasesResponse` class can be constructed with either no arguments or another `ExportTestCasesResponse` object, and it inherits several methods from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes properties like `Content` which stores uncompressed raw byte data for the test cases, `DestinationCase` to indicate the type of destination, and `GcsUri` for the URI of the exported test case file."],["There are two constructors for the `ExportTestCasesResponse` class, one that takes no parameters and one that takes an existing `ExportTestCasesResponse` object as a parameter."]]],[]]