No results found
In this skill recipe update, we look at two of the most popular methods you can use to call an external API through your Alexa skill using version 2 of the Node.js Software Development Kit.
[Read More]
私は毎朝出勤するときに、同じコーヒーショップで緑茶ラテを買います。バリスタは過去の経験から私の欲しいものがわかっているので、入店するとすぐに注文を作り始めてくれます。注文を変えて意地悪してみようかとふと思ったりしますが、せっかく作ってくれたおいしい抹茶ラテを台無しにしてほしくはありません。
エクスペリエンスがシンプルにパーソナライズされているので、私はこの店にせっせと通い続けています。同じように、優れたAlexaスキルではパーソナライズされたユーザーエクスペリエンスを提供してくれます。ユーザーは繰り返しそのスキルを利用したいという気持ちになります。
[Read More]April 02, 2019
Justin Jeffress
実は、ダイアログ管理は私のお気に入りのAlexa Skills Kit機能の1つです。長い時間をかけていろいろな実験をしてきました。スキルの質を高めるコンテキスト切り替え(英語)や柔軟な条件付け(英語)といった便利なテクニックは、こうして開発できたのです。中には、Alexaイベントや@SleepyDeveloperを通して開発者から頂いた質問にインスパイアされたものもあります。Alexa Skills Kitチームでは日々、ダイアログ管理に新しい機能を追加し、更新を行っています。どれもユーザーとのやり取りを向上させるすばらしい機能ばかりです。今日はその中から、インテントチェーンをご紹介します。
[Read More]
The new dynamic entities capability helps you personalize Alexa skill experiences by adapting your interaction model at runtime without edits, builds, or re-certification.
[Read More]
The Alexa Skills Kit (ASK) Command-Line Interface (CLI) makes it easier to manage your Alexa skill throughout its lifecycle. The post describes how I automated the ASK CLI to sync my Alexa skill's interaction model faster.
[Read More]
Learn about intent chaining, a new dialog management feature in the Alexa Skills Kit that you can use to improve conversational interactions with your customers.
[Read More]
As a best practice, your skills should avoid asking questions it knows the answer to. Learn how to leverage dialog management to conditionally collect slots based on what the customers has already said to your skill.
[Read More]
This post will cover design practices that can help you build a conversational voice experience. We’ll use an example skill called The Foodie to illustrate the concepts.
[Read More]
This post will cover design practices that can help you build a conversational voice experience. We’ll use an example skill called The Foodie to illustrate the concepts.
[Read More]
This post will cover design practices that can help you build a conversational voice experience. We’ll use an example skill called The Foodie to illustrate the concepts.
[Read More]
In this technical post, I build upon the coffee shop skill and share how you can simplify dialog management with the new slot validations feature.
[Read More]
In this technical post, I build upon the coffee shop skill that I introduced in the blog about how to dynamically elicit slots based on a previous answer using dialog management.
[Read More]
I'm often asked, "Is there away to change the slot and the question that Alexa prompts the user for next based on the previous answer?" The answer is yes! Learn more about how dialog management simplifies creating a multi-turn conversational skill.
[Read More]
今年5月Alexa Skills Kit (ASK) SDK for Node.jsのバージョン2(以下:V2)がリリースされました。そこでV1からV2へ移行を考える方が多いと思います。先週行われたAlexa Dev Days Tokyoで沢山のAlexaスキルデベロッパーとお会いする中で、これに関連した質問をいただきましたので、ご紹介します。
[Read More]