Class ImportTestCasesRequest (0.8.0)

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

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

Attributes: parent (str): Required. The agent to import test cases to. 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 import test cases from. The format of this URI must be gs://<bucket-name>/<object-name>. content (bytes): Uncompressed raw byte content for test cases.

Inheritance

builtins.object > proto.message.Message > ImportTestCasesRequest