Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.11 KB

ActionsOnGoogleIntro

Cloud function example to be used in the CasterIO Actions on Google introduction course.

The function provides 3 examples of how to reply to an Intent.

Simple response

The Thor hero information will return a Simple response, this works on all devices.

Tell me about Thor

Simple response

Basic Card

The information for hulk will return a Basic Card with an image and link. This will work correctly only on devices with a Screen.

Tell me about Hulk

Basic Card

Browse Carousel

The information for Iron Man's enemies in a Brose Carousel, the Carousel is scrollabel and each item will open a different weblink. This will work correctly only on devices with a Screen.

Tell me about IronMan

Browse Carousel