[Lambda]Hello World via Alexa

Amazon EchoのSkill Kitが面白い。

Amazon Lambdaを使って簡単なSkill Kitを使ったアプリケーションを作ることが可能なのだが、本当に対話的なやり取りを実現できる。

https://github.com/amzn/alexa-skills-kit-js/tree/master/samples/helloWorld

このサンプルを使うと、

私 > Alexa, ask greeter
Alexa > Welcome to the Alexa Skills Kit, you can say hello
私 > Hello
Alexa > Hello World

と言う感じで応答ができる。この時、私がHelloというまで You can say hello と言いながらある程度待ってくれる。

体験が変わる。

さぁ、こういう体験が出てきた時、 Quality はどうなるだろう。

ちなみに、まだ日本語は発してくれない。

https://github.com/KazuCocoa/alexa-helloworld

1 Comment

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.