Aucun résultat trouvé
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]
Sending notifications from applications in your mobile devices is a common feature nowadays, but what if you can send notifications from your Alexa skills to Alexa-enabled devices? Now, with the release of the ProactiveEvents API, you can send timely and relevant information to customers.
[Read More]
Get a recap of our live-streaming sessions from the Game Developers Conference (GDC) 2019.
[Read More]
Here are five things developers should consider when building adventure games on Alexa, including voice game mechanics, Alexa's role in the gameplay, and how to plan for future voice game expansions.
[Read More]
Get a recap of our GDC panel with games experts from Amazon, Earplay, and X2 Games. We discussed the future of voice games and best practices for building voice-first gaming experiences.
[Read More]
Learn how to use the SessionEndedRequest log to identify issues with your Alexa skill and correct any errors to improve the experience.
[Read More]
Damit du den Zertifizierungsprozess problemlos durchlaufen kannst, erklären wir in diesem Blogartikel den Zweck, die Anforderungen und die häufigsten Probleme.
[Read More]
Get an overview of our new premium facts sample skill for step-by-step guidance on how to build a monetized fact skill from scratch. This sample skill offers code samples in both Node.js and Python.
[Read More]
今回は APL のスクロール系のコンポーネントと、タッチ操作、スクロール制御などのコマンドを紹介します。
ScrollView を使うと、例えば長いテキストをもつコンテンツなどに対して、垂直方向へのスクロールが可能になります。 Container を使って、複数のコンポーネントで構成された内容をスクロールさせることもできます。
APLサンプルの「右側画像と詳細のサンプル」の左部分が ScrollView になっています。 縦スワイプ操作でスクロールができます。
While Alexa skills with memorable invocation names are particularly salient in a customer’s mind, developers also need to be aware of performance and accessibility. Consider these edge cases when crafting your skill's invocation name.
[Read More]
I recently had a chance to speak with Gal Shenar, founder of voice games studio Stoked Skills, about best practices for building voice-first games. This post is a recap of the second part of our conversation about his experience monetizing Alexa skills.
[Read More]
In this new code deep dive series, we provide an end-to-end walkthrough of how to implement in-skill purchasing (ISP) in your Alexa skill.
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]