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 webpage provides documentation for the `ExportTestCasesResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its purpose as a response message for exporting test cases."],["It lists available versions of the `ExportTestCasesResponse` class, ranging from version 2.23.0 (latest) down to 1.0.0."],["The `ExportTestCasesResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `ExportTestCasesResponse()` which is the default, and `ExportTestCasesResponse(ExportTestCasesResponse other)`, which creates a clone of the provided argument."],["The properties of this class include `Content`, a `ByteString` representing uncompressed raw byte content, `DestinationCase`, a `DestinationOneofCase`, and `GcsUri`, a string that holds the file URI if a gcs_uri was specified in the `ExportTestCasesRequest`."]]],[]]