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 page provides a comprehensive list of versions for `ExportTestCasesResponse` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version 2.23.0."],["`ExportTestCasesResponse` is a class that represents the response message for exporting test cases in Dialogflow CX."],["The class `ExportTestCasesResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for handling and manipulating the response data."],["Key properties within `ExportTestCasesResponse` include `Content`, which stores uncompressed raw byte data of test cases, `DestinationCase` to identify the destination type of the export, and `GcsUri` for the file URI when exported to Google Cloud Storage."],["The class offers two constructors, a default one and another that allows for creating a copy of an existing `ExportTestCasesResponse` object."]]],[]]