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 latest version of the Dialogflow v3 API class ExportTestCasesResponse is 2.23.0, with numerous previous versions available, ranging from 2.22.0 down to 1.0.0."],["The `ExportTestCasesResponse` class is a response message for the `TestCases.ExportTestCases` method within the Dialogflow CX v3 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportTestCasesResponse` class contains properties such as `Content` (uncompressed raw byte content for test cases), `DestinationCase`, and `GcsUri` (URI to a file containing the exported test cases)."],["The `ExportTestCasesResponse` class has two constructors: a default constructor and one that takes another `ExportTestCasesResponse` object as a parameter."]]],[]]