Live data from Hacker News

Introducing Dialogflow, the New Name for API.AI by Google

blog.dialogflow.com

1–7 of 7 posts

Re: Introducing Dialogflow, the New Name for API.AI by Google

#5
post #2

Awesome. I've always wondered - why no Alexa integration?

* Disclaimer * I work on Dialogflow

We have an exporter[0] and importer[1] that lets you export and import your Dialogflow agent to and from Alexa. We also have a sample walking through importing a Alexa skill into Dialogflow [2]

[0] https://dialogflow.com/docs/integrations/alexa-exporter

[1] https://dialogflow.com/docs/integrations/alexa-importer

[2] https://github.com/dialogflow/fulfillment-webhook-importer-n...

Re: Introducing Dialogflow, the New Name for API.AI by Google

#6
post #2

Awesome. I've always wondered - why no Alexa integration?

The Alexa Skills Kit API relies heavily on an “intents + slots” system where you request specific nouns/verbs from the user such as a first nam or a date and the webhook only sees that specific information. This makes it difficult to wire up third party NLP systems, although there are hacks out there[0].

[0] https://blog.init.ai/alexa-can-you-add-custom-nlp-to-amazon-...