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].
Implements
IMessage<ExportTestCasesResponse>, IEquatable<ExportTestCasesResponse>, IDeepCloneable<ExportTestCasesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |