Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 

Revision History

Rev.

No

Approved

Date

Prepared by

Affected Sections/ Pages

Description

0.1

17/03/2020

Manjunath HK

Document

Initial version

Introduction

This guideline document is intended to help developers want to integrate AVS with the device. Steps described in this page mainly covers the developer account creation and defining different rules to launch/control RDK APPs. These rules created in developers Alexa account will interact with the AVS SDK application ported to the devices to achieve desire tasks.

Glossary of Terms

Term

Meaning

Utterance

The words the customer says to Alexa to convey what they want to do, or to provide a response to a question Alexa asks

Intent

A representation of the action that fulfills a customer's spoken request.

Slot

An argument to an intent that gives Alexa more information about that request. For example, Alexa, ask History Buff what happened on June third. In this statement, …June third is the value of a date slot that refines the request

Skill

A set of actions or tasks that are accomplished by Alexa. Skills are like apps for Alexa, helping customers perform everyday tasks or engage with your content naturally with voice

custom skill

A skill that uses a custom interaction model. You define the requests your skill can handle

Full list of terms can be referred from https://developer.amazon.com/en-US/docs/alexa/ask-overviews/alexa-skills-kit-glossary.html

...