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 for .NET, used for handling responses from the `TestCases.ExportTestCases` function."],["The `ExportTestCasesResponse` class offers constructors for creating new instances and supports features such as deep cloning and equality comparison."],["It contains two main properties: `Content`, which holds uncompressed raw byte data for test cases, and `GcsUri`, which provides a URI to a file containing the exported test cases when specified."],["The provided list offers a comprehensive overview of available versions, spanning from version 1.0.0 up to the latest, version 2.23.0, for the `Google.Cloud.Dialogflow.Cx.V3` package."],["The `ExportTestCasesResponse` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides its structure and features."]]],[]]