intentsUri property

String? intentsUri
getter/setter pair

The Google Cloud Storage URI to import intents from.

The format of this URI must be gs:///. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

Implementation

core.String? intentsUri;