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 response message for exporting test cases within the Google Cloud Dialogflow CX V3 API, with the latest version available being 2.23.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `ExportTestCasesResponse` class includes properties such as `Content` which holds uncompressed raw byte data of test cases, `DestinationCase` to determine the location of the exported test cases and `GcsUri` for a file path."],["There are 36 available versions, ranging from 1.0.0 to 2.23.0, of the `ExportTestCasesResponse`, allowing users to utilize the specific version that best suits their project's requirements."]]],[]]