Dialogflow v3 API - Class ExportTestCasesResponse (2.17.0)

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

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
NameDescription
otherExportTestCasesResponse

Properties

Content

public ByteString Content { get; set; }

Uncompressed raw byte content for test cases.

Property Value
TypeDescription
ByteString

DestinationCase

public ExportTestCasesResponse.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
ExportTestCasesResponseDestinationOneofCase

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
TypeDescription
string

HasContent

public bool HasContent { get; }

Gets whether the "content" field is set

Property Value
TypeDescription
bool

HasGcsUri

public bool HasGcsUri { get; }

Gets whether the "gcs_uri" field is set

Property Value
TypeDescription
bool