agentUri property

String? agentUri
getter/setter pair

The URI to a Google Cloud Storage file containing the agent to import.

Note: The URI must start with "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? agentUri;