Glen Little
Glen Little
@Canain Here's my complete package.json file. Also, the node_modules folder does not have a @types/actions-on-google folder. "dependencies": { "actions-on-google": "^2.12.0", "body-parser": "^1.19.0", "dotenv": "^8.1.0", "express": "^4.17.1", "firebase-admin": "^8.5.0", "moment": "^2.24.0",...
Thanks @Fleker. I'm finding the actions on google documentation to be quite extensive, but almost impossible to use. The old code always passed `request` and `response` into the constructor, but...
Thanks, @Fleker. I'll take a look at that. In all my searching and following links from the DialogFlow pages, I'd not stumbled across that particular set of documentation. The example...
It is still frustrating... This page (https://developers.google.com/actions/reference/nodejsv2/overview) links to a "migration guide" page. However, the link redirects to (https://actions-on-google.github.io/actions-on-google-nodejs/2.12.0/index.html) which does not talk about migration at all. The "Actions on...
Maybe I need a reference for how to migrate/convert code using `require('actions-on-google').ApiAiApp` to DialogFlow V2. Is there such a reference?
Another question... is this documentation (which talks about dialogflow V2) anything to do with the current version of DialogFlow? https://googleapis.dev/nodejs/dialogflow/latest/v2.IntentsClient.html The sample code there seems totally different... const dialogflow =...
I prepare what I want to send in an array of strings, then call this: ``` const maxAnswerLength = 319; function sendAllAnswers(answers, profileId, originalAnswers) { if (!originalAnswers) { originalAnswers =...
To be more clear, I would like to use the cron building component in another project. I do not need the sample wrapper and multiple languages, etc.
Another approach may be to retain the original fie's timestamp when copying the file. This would depend on how the copy is being done.