Class ExportTestCasesRequest (1.13.0)

public sealed class ExportTestCasesRequest : IMessage<ExportTestCasesRequest>, IEquatable<ExportTestCasesRequest>, IDeepCloneable<ExportTestCasesRequest>, IBufferMessage, IMessage

The request message for [TestCases.ExportTestCases][google.cloud.dialogflow.cx.v3.TestCases.ExportTestCases].

Inheritance

Object > ExportTestCasesRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ExportTestCasesRequest()

public ExportTestCasesRequest()

ExportTestCasesRequest(ExportTestCasesRequest)

public ExportTestCasesRequest(ExportTestCasesRequest other)
Parameter
NameDescription
otherExportTestCasesRequest

Properties

DataFormat

public ExportTestCasesRequest.Types.DataFormat DataFormat { get; set; }

The data format of the exported test cases. If not specified, BLOB is assumed.

Property Value
TypeDescription
ExportTestCasesRequest.Types.DataFormat

DestinationCase

public ExportTestCasesRequest.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
ExportTestCasesRequest.DestinationOneofCase

Filter

public string Filter { get; set; }

The filter expression used to filter exported test cases, see API Filtering. The expression is case insensitive and supports the following syntax:

name = <value> [OR name = <value>] ...

For example:

  • "name = t1 OR name = t2" matches the test case with the exact resource name "t1" or "t2".
Property Value
TypeDescription
String

GcsUri

public string GcsUri { get; set; }

The Google Cloud Storage URI to export the test cases to. The format of this URI must be gs://&lt;bucket-name>/&lt;object-name>. If unspecified, the serialized test cases is returned inline.

Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The agent where to export test cases from. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
TypeDescription
String

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName