Class ExportTestCasesRequest (1.10.0)

ExportTestCasesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
parent str
Required. The agent where to export test cases from. Format: projects/.
gcs_uri str
The `Google Cloud Storage
data_format google.cloud.dialogflowcx_v3beta1.types.ExportTestCasesRequest.DataFormat
The data format of the exported test cases. If not specified, BLOB is assumed.
filter str
The filter expression used to filter exported test cases, see API Filtering __. The expression is case insensitive and supports the following syntax: name = [OR name = ] ... For example: - "name = t1 OR name = t2" matches the test case with the exact resource name "t1" or "t2".

Classes

DataFormat

DataFormat(value)

Data format of the exported test cases.