scopes property
Scopes that are needed to use the Dialogflow API
You can find more information about this at Dialogflow API
Implementation
static final List<String> scopes = [
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/dialogflow'
];