Actions on Google Snippets
Snippets for Actions on Google platform to help you with creating new amazing Actions!
Features
All snippets are avaliable in JavaScript and TypeScript.
Table of avaliable snippets:
Snippet key |
Description |
aog |
Creates required AoG scaffold for Firebase Cloud Functions |
intent |
Creates intent handler |
intent1 |
Creates intent handler with 1 string parameter |
card |
Creates a basic card with an image |
hpermission |
Creates helper for getting name, precise location or coarse location |
htime |
Creates helper for getting time |
hplace |
Creates helper for getting place |
hconfirmation |
Creates helper for getting confirmation |
storage |
Shortcut for getting conv.user.storage object |
Create scaffold for new Actions on Google project:
Create new intent with parameter:
Release Notes
0.0.3
Added image snippet
0.0.2
Separated JavaScript and TypeScript to different files
0.0.1
Initial release of Actions on Google Snippets
| |