Class ExportTestCasesResponse (1.1.0)

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].

Inheritance

Object > ExportTestCasesResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ExportTestCasesResponse()

public ExportTestCasesResponse()

ExportTestCasesResponse(ExportTestCasesResponse)

public ExportTestCasesResponse(ExportTestCasesResponse other)
Parameter
Name Description
other ExportTestCasesResponse

Properties

Content

public ByteString Content { get; set; }

Uncompressed raw byte content for test cases.

Property Value
Type Description
ByteString

DestinationCase

public ExportTestCasesResponse.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
ExportTestCasesResponse.DestinationOneofCase

GcsUri

public string GcsUri { get; set; }

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].

Property Value
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.