Actions on Google / Google Assistant
Last updated
Last updated
10k view:
voice -> parse (via API.AI) -> fullfillment (via API.AI or Lambda)
Detail view:
Voice -> API.AI -> Intents -> Entity (similar to enum) + Action (ex, 'list.tasks') -> Response: in API.AI or webhook (-> Lambda)
For fullfillment, you can use local machine with ngrok or, you can deploy Lambda directly to staging.
Componenet:
Sample with Lambda:
the doc is outdates, UI is different now
Get Started page:
Deployment guide: