gcsUri property

String? gcsUri
getter/setter pair

The Google Cloud Storage URI to export the test cases to.

The format of this URI must be gs:///. 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.

Implementation

core.String? gcsUri;