Chris Economou

Results 1 issues of Chris Economou

the function I am trying to commit is ``` exports.dialogflowFirebaseFulfillment = functions.https.onRequest(app); app.intent(Intents.DEFAULT_WELCOME_INTENT, (conv) => { conv.ask(`Hi! This is the Welcome intent?`); }); ``` I m running the following command...