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, outlining its role in handling responses for exporting test cases."],["The class, part of the .NET library, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for data handling and cloning."],["The `ExportTestCasesResponse` class has two constructors, a default one and one that accepts another `ExportTestCasesResponse` as a parameter, and this class includes properties like `Content`, `DestinationCase`, and `GcsUri` to manage the exported test cases' data."],["The provided content contains a list of various versions of the 'ExportTestCasesResponse' class ranging from version 1.0.0 to the latest version 2.23.0, for users to reference if they are not interested in the latest version."]]],[]]