public sealed class ExportTestCasesResponse : IMessage<ExportTestCasesResponse>, IEquatable<ExportTestCasesResponse>, IDeepCloneable<ExportTestCasesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ExportTestCasesResponse.
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 provided content details the `ExportTestCasesResponse` class within the Google Cloud Dialogflow CX v3 API, specifically highlighting its role as the response message for exporting test cases."],["The class `ExportTestCasesResponse` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object` with several members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The content includes a list of available versions of the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from the latest 2.23.0 down to version 1.0.0, all which provide documentation and access to the `ExportTestCasesResponse` object."],["`ExportTestCasesResponse` has properties such as `Content`, which provides the raw byte content of test cases, `DestinationCase` which is related to the destination of the test cases and `GcsUri`, which specifies the URI for a file containing the exported test cases."],["There are also two constructors available: a parameterless one and one that takes another `ExportTestCasesResponse` instance to create a new object, `ExportTestCasesResponse()`, `ExportTestCasesResponse(ExportTestCasesResponse other)`."]]],[]]