app.intent(‘my_intent’, (conv) => { conv.ask(‘first chat bubble’); conv.ask(‘second chat bubble’); conv.ask(‘third chat bubble’);});
$ ./node_modules/eslint/bin/eslint.js .4:3 error At most two simple responses are allowed actions-on-google/at-most-two-simple-responses