| 20 | const uuid = require('uuid'); |
| 21 | const dialogflow = require('@google-cloud/dialogflow-cx'); |
| 22 | const exec = cmd => execSync(cmd, {encoding: 'utf8'}); |
| 23 | const intentId = []; |
| 24 | const location = 'global'; |
| 25 | let agentId = ''; |
no test coverage detected