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 `ExportTestCasesResponse` class is 2.23.0, and the documentation page covers version 2.3.0."],["The `ExportTestCasesResponse` class is part of the Google.Cloud.Dialogflow.Cx.V3 namespace and is used within the Dialogflow v3 API to handle responses for exporting test cases."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, offering functionalities such as message handling, equality comparison, deep cloning, and buffered message capabilities."],["The `ExportTestCasesResponse` class contains properties like `Content`, which holds uncompressed raw byte data for test cases, and `GcsUri`, which holds a URI to a file with exported test cases, if a `gcs_uri` is defined in the request."],["There are many previous versions available to refer to, spanning from version 1.0.0 to version 2.22.0, in addition to the most current version."]]],[]]