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, a response message used for exporting test cases in the Dialogflow CX API."],["The latest version available for `ExportTestCasesResponse` is 2.23.0, while a comprehensive list of prior versions ranging from 1.0.0 to 2.22.0 is available and listed on this webpage, each with a unique link."],["The `ExportTestCasesResponse` class, an implementation of several interfaces including `IMessage` and `IEquatable`, includes properties such as `Content`, `DestinationCase`, and `GcsUri`, providing information about the exported test cases."],["The `ExportTestCasesResponse` class has 2 constructors available, one default and one that accepts another `ExportTestCasesResponse` object as a parameter, for creating copies of the class."],["The `ExportTestCasesResponse` class can inherit members from the Object class, with functions such as GetHashCode, GetType, MemberwiseClone and ToString."]]],[]]