Snippets for Actions on Google platform to help you with creating new amazing Actions!
Find it on Visual Studio Marketplace!
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 |
media | Creates a media response |
table | Creates a Table response |
ssml | Returns a tags |
sbreak | Returns a SSML break tag with paramaters setup |
sayas | Returns a SSML say-as tag with paramaters setup |
saydate | Returns a SSML say-as tag with date paramaters setup |
Create scaffold for new Actions on Google project:
Create new intent with parameter:
Added image snippet
Separated JavaScript and TypeScript to different files
Initial release of Actions on Google Snippets