Class ExportTestCasesRequest (0.8.0)

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

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

Attributes: parent (str): Required. The agent where to export test cases from. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. gcs_uri (str): The Google Cloud Storage <https://cloud.google.com/storage/docs/> URI to export the test cases to. The format of this URI must be gs://<bucket-name>/<object-name>. If unspecified, the serialized test cases is returned inline. 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 <https://aip.dev/160>. 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".

Inheritance

builtins.object > proto.message.Message > ExportTestCasesRequest