Slide 32
Slide 32 text
Which path to choose?
- Do you need an app for yourself, for others? (IFTTT or not)
- Do you want it to work on every possible device? (design for voice only or
screen too)
- Google Home (voice only) / Phone, wear, chromecast (voice + text, images)
- Does your app require a natural conversation?
- Automation, one shot stuff: no (IFTTT, Actions SDK)
- Games, news and others: yes (Dialogflow, Actions SDK + TensorFlow)
- Do you need information from your DB or an API? (Webhook)
- Do you want to integrate the Assistant on your own device? (Assistant SDK)
- Do you want to integrate a conversational experience on a Android or iOS
app? On Slack? On Facebook messenger? (Dialogflow SDK)