Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.49 KB

actions_on_google.md

File metadata and controls

35 lines (20 loc) · 1.49 KB

Actions on Google / Google Assistant

How does Actions on Google work?

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.

Actions on Google

Componenet:

Sample with Lambda:

API.AI

the doc is outdates, UI is different now

TODO