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].
Implements
IMessageExportTestCasesResponse, IEquatableExportTestCasesResponse, IDeepCloneableExportTestCasesResponse, 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 |
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 | |
---|---|
Type | Description |
string |
HasContent
public bool HasContent { get; }
Gets whether the "content" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasGcsUri
public bool HasGcsUri { get; }
Gets whether the "gcs_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |