VSK Fire TV Certification
This page lists utterances for each of the Video Skill API interfaces related to Fire TV. See the VSK Overview for a high-level description about utterances, localization, and other details.
Select the locale for the utterances. When you select a locale in the drop-down menu here, it changes all utterances on the page to that locale.
English (all locales) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
Watch breaking bad |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
Watch sean connery |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
Watch comedy |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
Watch star trek |
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
Watch a movie |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
Watch breaking bad season two |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
Watch breaking bad episode five |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
Watch breaking bad season two episode five |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
Watch james bond |
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
Watch seahawks |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
Watch soccer |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
Watch n. b. a. league |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
Watch soccer game |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
Search for breaking bad |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
Search for sean connery |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
Search for comedy |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
Search for star trek |
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
Search movies |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
Search breaking bad season two |
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
Search for breaking bad episode five |
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
Search for breaking bad season two episode five |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
Search for james bond |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
Search for quentin tarantino |
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
Search for disney |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
Search seahawks |
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
Search for soccer |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
Search for n. b. a. league |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
Search for soccer game |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
Launch netflix app |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
Launch a. t. and t. u-verse app |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
Go to fox |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
Go to channel thirteen |
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
Go to channel k. c. p. q. |
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
Watch fox |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
Watch channel thirteen |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
pause |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
Play |
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
stop |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
Resume |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
Start over |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
Fast Forward |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
Rewind |
The media rewinds 10 seconds. |
Previous Required for certification |
Previous |
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
Next |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
Fast forward thirty seconds |
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
Rewind forty seconds |
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
Go up go down go left go right |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
Move up move down move left move right |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
Scroll up scroll down scroll left scroll right |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
Page up page down page left page right |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
Up Down Left Right |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
Select this |
Whatever is in focus gets selected. |
Show/see more Optional |
Show more |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
Show details |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
Launch netflix app |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
Launch a. t. and t. u-verse app |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
Go to control settings |
The view changes to the control settings. |
Go home Optional |
Go home |
The view changes to the home screen. |
Close Optional |
Close [3P App] e.g. Close Netflix |
The app or skill closes. |
Exit Optional |
Exit [ 3p App] Exit Netflix |
The app or skill is exited. |
Quit Optional |
Quit [ 3p App] Quit Netflix |
The app or skill is quit. |
Open Optional |
Open
|
The app or skill opens. |
French (fr-CA) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
mets / joue / lance / pars [VideoName] sur [AppName] |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
regarde un film avec [actor] mets un film avec [actor] joue un film avec [actor] pars un film avec [actor] |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
regarder un [GenreName] regarder une [GenreName] mets un [GenreName] mets une [GenreName] joue un [GenreName] joue une [GenreName |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
regarde [title] mets [title] joue [title] pars [title] |
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
regarde un film mets un film joue un film pars un film |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
regarde la saison [x] de [title] mets la saison [x] de [title] joue la saison [x] de [title] pars la saison [x] de [title] regarde [title] saison [x] mets [title] saison [x] joue [title] saison [x] pars [title] saison [x] joue la saison [x] de [title] |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
regarde l'épisode [x] de [title] mets l'épisode [x] de [title] joue l'épisode [x] de [title] pars l'épisode [x] de [title] joue [title] épisode [x] mets [title] épisode [x] |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
Same as fr-FR |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
Not supported |
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
Regarde le [team] Regarde le match de [team] |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
Not supported |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
Mets [league] Joue [league] Regarde [league] |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
Not supported |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
trouve / cherche / montre [VideoName] sur [AppName] |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
recherche des films avec [ActorName] cherche des films avec [ActorName] |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
recherche un/une [GenreName] cherche un/une [GenreName] |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
recherche [VideoName] cherche [VideoName] |
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
recherche [mediatype] cherche [mediatype] |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
recherche la saison [number] de [title] cherche la saison [number] de [title] |
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
recherche la saison [number] de [title] cherche la saison [number] de [title] |
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
recherche/cherche la saison [SeasonNumber] de [VideoName] recherche/cherchel'épisode [EpisodeNumber] de [VideoName] recherche/cherchel'épisode [EpisodeNumber] de la saison [SeasonNumber] de [VideoName] recherche/cherchela saison [SeasonNumber] de [VideoName] recherche/cherchel'épisode [EpisodeNumber] de [VideoName] recherche/cherchel'épisode [EpisodeNumber] de la saison [SeasonNumber] de [VideoName] |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
recherche un film avec [charactername] cherche un film avec [charactername] |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
recherche un film de [DirectorName] cherche un film de [DirectorName] |
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
recherche des films de disney cherche des films de disney |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
Not supported |
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
Not supported |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
recherche [league] cherche [league] |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
Not supported |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
pars [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
pars [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
Va sur [ChannelName] |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
va sur [ChannelNumber] |
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
cambia canal a t. p. d. |
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
mets [ChannelName] joue [ChannelName] |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
mets la chaîne[ChannelNumber] joue la chaîne[ChannelNumber] |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
pause / mets sur pause |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
joue |
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
arrête / stop / stoppe |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
Not supported |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
recommence |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
avance fast forward |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
rewind rembobine |
The media rewinds 10 seconds. |
Previous Required for certification |
précédent(e) |
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
prochain(e) suivant(e) next |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
Avance de trente secondes Saute trente secondes |
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
rebobina treinta segundos retrocede diez segundos |
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
va vers le haut monte vers le haut remonte va en bas descends faire défiler vers le bas va à gauche aller à gauche va à droite aller à droite |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
va vers le haut monte vers le haut remonte navigue en bas navigue vers le bas Naviguer à gauche Naviguer vers la gauche Naviguer à droite Naviguer vers la droite |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
fais défiler vers le haut fais défiler en haut faire défiler vers le bas défiler vers le bas se déplacer vers le bas fais défiler à gauche faire défiler à gauche défiler à gauche se déplacer à droite fais défiler à droite faire défiler à droite défiler à droite se déplacer à droite |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
page vers le haut Page vers le bas Page vers la gauche Page vers la droite |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
va en haut monte faire défiler vers le haut va en bas descends faire défiler vers le bas fais défiler à gauche va à gauche faire défiler à gauche se déplacer à gauche aller à gauche défiler à gauche fais défiler à droite va vers la droite fais défiler vers la droite déplace-toi vers la droite aller à droite défile à droite |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
sélectionne ça choisis ça |
Whatever is in focus gets selected. |
Show/see more Optional |
montre moi en plus montre en plus encore |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
montre des détails montre moi des détails voir plus d'infos |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
pars [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
pars [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
vas à la configuration vas aux paramètres vas à la configuration des contrôles vas aux paramètres des contrôles ouvres la configuration ouvres les paramètres ouvres la configuration des contrôles ouvres les paramètres des contrôles |
The view changes to the control settings. |
Go home Optional |
retourne au home page affiche-moi l'écran d'accueil retourne à l'écran d'accueil affiche l'accueil affiche-moi l'accueil ouvre l'accueil va à l'accueil affiche la page d'accueil retourne à la page d'accueil rentre à l'accueil accueil |
The view changes to the home screen. |
Close Optional |
Not supported |
The app or skill closes. |
Exit Optional |
sors de là |
The app or skill is exited. |
Quit Optional |
quitte [AppName] |
The app or skill is quit. |
Open Optional |
|
The app or skill opens. |
French (fr-FR) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
mets / joue / lance [VideoName] sur [AppName] |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
regarde un film avec [actor] mets un film avec [actor] joue un film avec [actor] |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
regarder un [GenreName] regarder une [GenreName] mets un [GenreName] mets une [GenreName] joue un [GenreName] joue une [GenreName |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
Regarde [title] Mets [title] Joue [title] |
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
regarde un film mets un film joue un film |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
Regarde la saison [x] de [title] Mets la saison [x] de [title] Regarde [title] saison [x] Mets [title] saison [x] Joue [title] saison [x] Joue la saison [x] de [title] |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
Regarde l'épisode [x] de [title] Mets l'épisode [x] de [title] Joue l'épisode [x] de [title] Joue [title] épisode [x] |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
Regarde l'épisode [x] de la saison [x] de [title] Joue l'épisode [x] de la saison [x] de [title] Mets l'épisode [x] de la saison [x] de [title] |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
Not supported |
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
Regarde le [team] Regarde le match de [team] |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
Not supported |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
Mets [league] Joue [league] Regarde [league] |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
Not supported |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
trouve / cherche / montre [VideoName] sur [AppName] |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
cherche des films avec [ActorName] |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
cherche une comédie |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
cherche star trek |
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
Cherche [mediatype] |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
cherche la saison [number] de [title] |
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
cherche l'épisode [number] de [title] |
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
cherche la saison [SeasonNumber] de [VideoName] cherche l'épisode [EpisodeNumber] de [VideoName] cherche l'épisode [EpisodeNumber] de la saison [SeasonNumber] de [VideoName] cherche la saison [SeasonNumber] de [VideoName] cherche l'épisode [EpisodeNumber] de [VideoName] cherche l'épisode [EpisodeNumber] de la saison [SeasonNumber] de [VideoName] |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
cherche un film avec [charactername] |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
cherche un film de quentin tarantino |
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
cherche des films de disney |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
Not supported |
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
Not supported |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
cherche [league] |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
Not supported |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
lance [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
lance [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
Va sur [ChannelName] |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
va sur [ChannelNumber] |
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
va sur [channel] |
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
mets [ChannelName] joue [ChannelName] |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
mets la chaîne[ChannelNumber] joue la chaîne[ChannelNumber] |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
pause / mets sur pause |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
joue |
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
arrête / stop / stoppe |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
Not supported |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
recommence |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
avance |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
rembobine |
The media rewinds 10 seconds. |
Previous Required for certification |
précédent(e) |
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
prochain(e) suivant(e) next |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
Avance de trente secondes Saute trente secondes |
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
Rembobine de trente secondes Retour en arrière de trente secondes |
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
va vers le haut monte vers le haut remonte va en bas descends faire défiler vers le bas va à gauche aller à gauche va à droite aller à droite |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
va vers le haut monte vers le haut remonte navigue en bas navigue vers le bas Naviguer à gauche Naviguer vers la gauche Naviguer à droite Naviguer vers la droite |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
fais défiler vers le haut fais défiler en haut faire défiler vers le bas défiler vers le bas se déplacer vers le bas fais défiler à gauche faire défiler à gauche défiler à gauche se déplacer à droite fais défiler à droite faire défiler à droite défiler à droite se déplacer à droite |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
page vers le haut Page vers le bas Page vers la gauche Page vers la droite |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
va en haut monte faire défiler vers le haut va en bas descends faire défiler vers le bas fais défiler à gauche va à gauche faire défiler à gauche se déplacer à gauche aller à gauche défiler à gauche fais défiler à droite va vers la droite fais défiler vers la droite déplace-toi vers la droite aller à droite défile à droite |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
sélectionne ça choisis ça |
Whatever is in focus gets selected. |
Show/see more Optional |
montre moi en plus montre en plus encore |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
montre des détails montre moi des détails voir plus d'infos |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
lance [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
lance [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
ouvre les paramètres de contrôles ouvre les paramètres va aux paramètres |
The view changes to the control settings. |
Go home Optional |
affiche-moi l'écran d'accueil retourne à l'écran d'accueil affiche l'accueil affiche-moi l'accueil ouvre l'accueil va à l'accueil affiche la page d'accueil retourne à la page d'accueil rentre à l'accueil accueil |
The view changes to the home screen. |
Close Optional |
Not supported |
The app or skill closes. |
Exit Optional |
sors d'ici |
The app or skill is exited. |
Quit Optional |
quitte [AppName] |
The app or skill is quit. |
Open Optional |
|
The app or skill opens. |
German (de-DE) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
ich möchte [VideoName] gucken spiel [VideoName] spiel watchlist ab von [VideoName] |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
spiel [VideoName] (mit [ActorName]) auf [AppName] streame einen film mit [ActorName] auf [AppName] streame einen [ActorName] film auf [AppName] streame eine serie mit [ActorName] auf [AppName] streame eine [ActorName] serie auf [AppName] |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
spiel eine [GenreName] [MediaType] auf [DeviceType] ab spiel eine [GenreName] [MediaType] auf [AppName] ab [GenreName] [MediaType] schauen spiel einen [GenreName] [MediaType] |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
ich möchte [VideoName] gucken spiel [VideoName] spiel watchlist ab von [VideoName]? |
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
spiel einen [MediaType] spiel [MediaType] aus der/meiner watchlist streame den [MediaType] [VideoName] auf [AppName]/[Device] spiel trailer von [VideoName] spiel die neueste folge von [VideoName] |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
spiel [VideoName] [Season] [Season_Numer] spiel [VideoName] [Season] [Season_Numer] auf [AppName] |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
spiel die [Episode_Number] [Episode] von [VideoName] spiel [VideoName] [Episode_Number] spiel von [VideoName] [Episode] [Episode_Number] |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
spiel [Season] [Season_Numer] [Episode] [Episode_Number] von [VideoName] spiel [VideoName] [Season] [Season_Numer] [Episode] [Episode_Number] spiel die [VideoName] [Season] [Season_Numer] [Episode] [Episode_Number] auf [AppName] ab |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
Not supported |
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
spiel [SportsTeam] [Event] auf [AppName] [SportsTeam] [Event] anschauen/ansehen das [SportsTeam] [Event] auf [AppName] anschauen/ansehen spiel das [SportsTeam] [Event] auf meinem [Device] |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
spiel das [Sport] [Event] auf meinem [Device] das [Sport] [Event] ansehen |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
spiel [SportsTeam] [Event] auf [AppName] [SportsTeam] [Event] anschauen |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
spiel das [Sport] [Event] auf meinem [Device] das [Sport] [Event] ansehen |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
such nach? [VideoName] such/zeig/find film? [VideoName] auf [AppName] zeig mir film? [VideoName] auf [DeviceBrand] such trailer von [VideoName] |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
such [ActorNameName] filme zeig filme mit [ActorNameName] |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
zeig [GenreNameName] filme auf [AppName] such nach [GenreName] [MediaType] |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
such nach? [VideoName] such/zeig/find film? [VideoName] auf [AppName] zeig mir film? [VideoName] auf [DeviceBrand] such trailer von [VideoName] |
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
find [MediaType] such/zeig/empfiehl [MediaType] |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
spiel [VideoName] [Season] [Season_Numer] spiel [VideoName] [Season] [Season_Numer] auf [AppName] |
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
spiel die [Episode_Number] [Episode] von [VideoName] spiel [VideoName] [Episode_Number] spiel von [VideoName] [Episode] [Episode_Number] |
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
spiel [Season] [Season_Numer] [Episode] [Episode_Number] von [VideoName] spiel [VideoName] [Season] [Season_Numer] [Episode] [Episode_Number] spiel die [VideoName] [Season] [Season_Numer] [Episode] [Episode_Number] auf [AppName] ab |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
Not supported |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
such nach [MediaType] mit [ActorName] such [ActorName] [MediaType] zeig [MediaType] mit [ActorName] |
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
suche nach [ProductionCompany] filmenzeige mir [ProductionCompany] filme |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
|
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
such [Sport] [Event] find [Sport] [Event] |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
Not supported |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
such [Sport] [Event] find [Sport] [Event] |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
starte [AppName] spiel/öffne [AppName] app starte [AppName] auf [DeviceBrand] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
starte [AppName] spiel/öffne [AppName] app starte AppName auf [DeviceBrand] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
(schalt auf|geh zu) [ChannelName] schalt kanal [ChannelName] ein (geh|schalt|wechsel|änder) zum kanal [ChannelName] (geh|schalt|wechsel|änder) zu [ChannelName] kanal (wechsel|änder) den kanal zu [ChannelName] (wechsel|änder) den kanal zu [ChannelName] auf [AppName] schalt [ChannelName] auf [AppName] an schalt kanal [ChannelName] auf [AppName] an (geh|schalte|wechsel) zu [ChannelName] auf [AppName] (stell|schalt) [ChannelName] ein auf [AppName] (stell|schalt|wechsel) (um zu|auf) [ChannelName] auf [AppName] schalt kanal [ChannelName] auf [AppName] an mach [ChannelName] auf [AppName] an |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
schalt kanal [ChannelNumber] ein (geh|schalt|wechsel|änder) zum kanal [ChannelNumber] (geh|schalt|wechsel|änder) zu [ChannelNumber] kanal (wechsel|änder) den kanal zu [ChannelNumber] (wechsel|änder) den kanal zu [ChannelNumber] auf [AppName] schalt [ChannelNumber] auf [AppName] an schalt kanal [ChannelNumber] auf [AppName] an (geh|schalte|wechsel) zu [ChannelNumber] auf [AppName] (stell|schalt) [ChannelNumber] ein auf [AppName] (stell|schalt|wechsel) (um zu|auf) [ChannelNumber] auf [AppName] schalt kanal [ChannelNumber] auf [AppName] an mach [ChannelNumber] auf [AppName] an kanal [ChannelNumber] |
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
schalte/änder/geh zu/auf den fernsehsender [ChannelName] geh zum (fernseh)kanal [ChannelName] ändern den (fernseh)kanal zu/auf [ChannelName] |
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
[ChannelName] auf [AppName] ansehen spiel den kanal [ChannelName] ab |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
Zeige Kanal/Sender [channel number] Kanal/Sender [channel number] anschauen |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
pause pausier [DeviceLocation] pausier auf? [DeviceType] pause auf? [DeviceLocation]? [DeviceBrand] pausier [AppName] pausier überall |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
spiel auf? [DeviceBrand] spiel auch? auf [DeviceType] [DeviceBrand]? spiel hier auch spiel etwas anderes |
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
stopp halt an hör auf stopp [DeviceLocation] stopp [DeviceBrand] stopp [DeviceType] stoppe auf dem [DeviceLocation] [DeviceBrand] |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
fortsetzen das fortsetzen |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
neu starten spiel vom anfang start von vorn von anfang an abspielen von vorne auf [DeviceBrand] abspielen beginne erneut noch mal von vorne noch einmal beginnen |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
spul vor spul auf? [AppName] vor |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
spul zurück spul [AppName] zurück spul auf? [DeviceBrand] zurück spul [DeviceBrand] [Duration] zurück |
The media rewinds 10 seconds. |
Previous Required for certification |
vorherige vorheriges zurück eins zurück geh zurück geh zum vorherigen vorheriges auf dem [DeviceLocation]? [DeviceBrand] spring/geh zurück/nach hinten auf [AppName] vorheriges auf [DeviceLocation] [DeviceType] vorheriges video/kanal auf [DeviceLocation] [DeviceType] überall vorheriges auf allen [DeviceType] vorheriges |
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
nächste nächstes das nächste spring/geh vor spring/geh vorwärts vor überspring das eins weiter/vorwärts weiter spring nach vorn spring nach vorn auf [AppName]/[DeviceBrand] nächstes im [DeviceLocation] nächstes auf [DeviceLocation]? [DeviceType]/[DeviceBrand] gib mir das nächste von [AppName] nächstes auf allen [DeviceType] |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
spul/spring [Duration] lang? vor/vorwärts spring [Duration] vorwärts auf [AppName] spul [DeviceBrand] vor spring [Duration] auf [DeviceBrand] vor überspring [Duration] auf [DeviceType] |
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
spul zurück spring zurück spul/spring für? [Duration] lang? zurück spring nach hinten für [Duration] spul [AppName] zurück spul [AppName] [Duration] zurück spul [Duration] auf [AppName] zurück spring rückwärts auf [AppName] für [Duration] spul auf? [DeviceBrand] zurück spul [DeviceBrand] [Duration] zurück |
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
geh/e nach oben nach oben/rauf/hinauf/hoch gehen gehe hoch geh rauf/hinauf nach unten/runter/hinunter gehen geh runter/nach unten/hinunter geh nach links geh nach rechts |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
nach oben bewegen nach unten bewegen nach links bewegen nach rechts bewegen |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
scroll hoch scroll nach oben scroll rauf scrolle hinauf scrolle hoch scroll hier/dahin/dorthin runter scroll zum letzten runter scroll runter/hinunter/nach unten runter/hinunter/nach unten scrollen scroll nach links scroll links scroll nach rechts scroll rechts |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
seite nach oben seite rauf seite hinauf seite hoch blätter hoch blätter runter seite runter/hinunter/nach unten blätter links seite nach links seite links blätter rechts seite nach rechts seite rechts |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
nach oben bewegen bätter hoch geh hoch scroll hoch scroll nach oben nach unten bewegen blätter runter scroll hier/dahin/dorthin runter geh runter/nach unten scroll hinunter/nach unten runter/hinunter gehen seite runter/hinunter/nach unten nach links bewegen blätter links seite nach? links scroll nach? links geh nach links nach rechts bewegen blätter rechts seite nach? rechts scroll nach? rechts geh nach rechts |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
nimm das wähl das aus? klick die an diese |
Whatever is in focus gets selected. |
Show/see more Optional |
mehr ansehen/sehen zeig mir mehr zeig mir mehr davon zeig mir mehr auf [AppName] zeig mir mehr filme an? |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
details ansehen/sehen zeig details an liefere/gib mir mehr details mehr details |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
starte [AppName] spiel/öffne [AppName] app starte [AppName] auf [DeviceBrand] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
starte [AppName] spiel/öffne [AppName] app starte AppName auf [DeviceBrand] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
Öffne die Einstellungen Einstellungen öffnen Gehe zu den Einstellungen Zu Einstellungen gehen Einstellungen aufrufen Ruf die Einstellungen auf zeige mir die eintellungen zeig mir meine w. lan einstellungen zeig mir meine start seiten einstellungen zeig meine start seiten feed einstellungen zeig mir die (toneinstellungen/geräteeinstellungen/erreichbarkeitseinstellungen/bedienungshilfeeinstellungen) öffne einstellungen öffne einstellungen auf [AppName] |
The view changes to the control settings. |
Go home Optional |
Zum Startbildschirm Zu Start Geh nach Hause Gehe zum Startbildschirm Zurück zu Start bring mich zum start bildschirm bring mich zum home screen geh zum home screen geh zur home seite geh zurück zum start bildschirm zeig home zeige mir die start seite zeig mir den start bildschirm zu start seite geh zur start seite |
The view changes to the home screen. |
Close Optional |
Not supported |
The app or skill closes. |
Exit Optional |
Not Supported |
The app or skill is exited. |
Quit Optional |
Not Supported |
The app or skill is quit. |
Open Optional |
öffne [AppName] öffne [AppName] app öffne [AppName] auf [DeviceBrand] |
The app or skill opens. |
Hindi (hi-IN) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
[VideoName] चलाओ/बजाओ/लगाओ/play/देखो [AppName] पे/पर/में [VideoName] चलाओ/बजाओ/लगाओ/play |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
[ActorName] का/की/के movies को चलाओ/बजाओ/लगाओ/play/देखो [ActorName] का/की/के movies चलाओ/बजाओ/लगाओ/play/देखो [ActorName] का/की/के [GenreName] को चलाओ/बजाओ/लगाओ/play/देखो [ActorName] का/की/के [GenreName] चलाओ/बजाओ/लगाओ/play/देखो [ActorName] का/की/के [VideoName] को चलाओ/बजाओ/लगाओ/play/देखो [ActorName] का/की/के [VideoName] चलाओ/बजाओ/लगाओ/play/देखो [ActorName] का/की/के/वाला [GenreName] की [VideoName] को चलाओ/बजाओ/लगाओ/play/देखो [ActorName] का/की/के/वाला [GenreName] की [VideoName] चलाओ/बजाओ/लगाओ/play/देखो |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
[GenreName] [VideoName] को चलाओ/बजाओ/लगाओ/play/देखो [GenreName] [VideoName] चलाओ/बजाओ/लगाओ/play/देखो |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
star trek देखो/देखना/देखिए |
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
[VideoName] movies चलाओ/बजाओ/लगाओ/play/देखो |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
[VideoName] का/की/के [SeasonNumber] को चलाओ/बजाओ/लगाओ/play/देखो [VideoName] का/की/के [SeasonNumber] चलाओ/बजाओ/लगाओ/play/देखो [VideoName] का/की/के [SeasonNumber] को चलाओ/बजाओ/लगाओ/play/देखो [VideoName] का/की/के [SeasonNumber] [SeasonNumber] चलाओ/बजाओ/लगाओ/play/देखो |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
[VideoName] का/की/के [EpisodeNumber] को चलाओ/बजाओ/लगाओ/play/देखो [VideoName] का/की/के [EpisodeNumber] चलाओ/बजाओ/लगाओ/play/देखो |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
[VideoName] season one episode one चलाओ/बजाओ/लगाओ/play करो [VideoName] season एक का episode एक चलाओ/बजाओ/लगाओ/play करो |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
[CharacterName] का/की/के/वाला movies चलाओ/बजाओ/लगाओ/play/देखो [CharacterName] का/की/के/वाला movies को चलाओ/बजाओ/लगाओ/play/देखो Watch [CharacterName] movie [VideoName] |
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
[Sport/League/Seam] games चलाओ/बजाओ/लगाओ/play/देखो [Sport/League/Seam] के games को चलाओ/बजाओ/लगाओ/play/देखो |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
[Sport/League/Seam] games चलाओ/बजाओ/लगाओ/play/देखो [Sport/League/Seam] के games को चलाओ/बजाओ/लगाओ/play/देखो |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
[Sport/League/Seam] games चलाओ/बजाओ/लगाओ/play/देखो [Sport/League/Seam] के games को चलाओ/बजाओ/लगाओ/play/देखो |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
[Sport/League/Seam] games चलाओ/बजाओ/लगाओ/play/देखो [Sport/League/Seam] के games को चलाओ/बजाओ/लगाओ/play/देखो |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
[VideoName] खोजो/ढूँढो [AppName] पे/पर/में [VideoName] दिखा/खोज दो मुझे [VideoName] दिखाओ/खोजो/ढूँढो मुझे [AppName] पे/पर/में [VideoName] दिखाओ/खोजो/ढूँढो मुझे [VideoName] को [AppName] पे पर में दिखाओ/खोजो/ढूँढो खोजो [VideoName] |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
[ActorName] के/का/की/वाला movies दिखाओ/ढूँढो [ActorName] के/का/की/वाला [GenreName] movies दिखाओ/खोजो/ढूँढो [ActorName] के/का/की/वाला [GenreName] movie [VideoName] दिखाओ/खोजो/ढूँढो दिखाओ/खोजो [ActorName] के/का/की/वाला [GenreName] movies |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
[GenreName] movies दिखाओ/ढूँढो [ActorName] के/का/की/वाला [GenreName] movies दिखाओ/खोजो/ढूँढो |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
start trek के लिए ढूँढ़ो/ढूँढ़ना/खोजो/खोजना/search करना |
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
[VideoName] movie दिखाओ/ढूँढो [AppName] पे/पर/में [MediaType] को खोजो [ChannelName] को खोजो/ढूँढो |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
breaking bad season दो ढूँढ़ो/ढूँढ़ना/खोजो/खोजना/search करना |
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
breaking bad episode पाँच के लिए ढूँढ़ो/ढूँढ़ना/खोजो/खोजना/search करना |
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
breaking bad season दो episode five के लिये ढूँढ़ो/ढूँढ़ना/खोजो/खोजना/search करना |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
[CharacterName] movie दिखाओ/खोजो [CharacterName] के/का/की/वाला movie [VideoName] दिखाओ/खोजो/ढूँढो |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
quentin tarantino के लिए ढूँढ़ो/ढूँढ़ना/खोजो/खोजना/search करना |
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
disney के लिए ढूँढ़ो/ढूँढ़ना/खोजो/खोजना/search करना |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
[Sport/League/Seam] games दिखाओ/खोजो/ढूँढो [Sport] के [Event] को दिखाओ/खोजो [Sport] के [Event] को दिखाओ/खोजो |
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
[Sport/League/Seam] games दिखाओ/खोजो/ढूँढो [Sport] के [Event] को दिखाओ/खोजो |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
[Sport/League/Seam] games दिखाओ/खोजो/ढूँढो [Sport] के [Event] को दिखाओ/खोजो |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
[Sport/League/Seam] games दिखाओ/खोजो/ढूँढो [Sport] के [Event] को दिखाओ/खोजो |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
netflix launch करो/करना/कीजिए/करिएगा |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
facebook app launch करो/करना/कीजिए/करिएगा |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
fox पर/पे जाओ/जाइए/जाना/चलो/चलना |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
channel दस पर/पे जाओ/जाना/जाइए/चलो/चलना |
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
channel sony पर/पे जाओ/जाना/जाइए/चलो/चलना |
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
fox देखो/देखिए/देखना/देखें |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
channel बारह देखो/देखना/देखिए/देखें |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
pause रोको एक second रुक जाओ एक second wait करना एक second pause हो जाओ ठहरना ज़रा थम जा freeze[Anaphor] को रोक दो[AppName] को pause कर दो मेरे [DeviceLocation] [Device] को pause करना मेरे [DeviceLocation] [DeviceType] को pause करना[DeviceLocation] पे/पर Device को रोक दो ज़रा |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
[SportsTeam] का [Event] लगा/चला दो [ActiveUserTrigger] [DeviceBrand] पर लगाओ/चलाओ [Country] में जो [SortType] है लगाओ/चलाओ [Country] से [Date] के [SortType] लगा/बजा देना [Anaphor] [Device] पर बजाएँ/लगाएँ [ListPosition] [Anaphor] लगा/बजा दीजिये [Country] के [City] में [SortType] है बजाओ/लगाओ [League] [Event] लगा/बजा दीजिये [Anaphor] play करो [ActiveUserTrigger] [Date] ही के [SortType] बजाओ [SportsTeam] versus [SportsTeamOpponent] का Event लगा दे [League] [Event] का [Version] चलाओ [Anaphor] [ActiveUserTrigger] [Device] पर लगा दो [ListPosition] बजा दो [Sport] [Event] लगाइए/बजाइए [Date] [Anaphor] play करो [DeviceLocation] पे [DeviceBrand] बजाओ/लगाओ |
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
चुप हो जाओ/बस कर/quiet/चुप/शांत/शांति/shush/मुँह बंद करो stop [Anaphor] बंद करो/रोको [Anaphor] [Anaphor] stop/बंद करो/रोको [Anaphor] [MediaType] बंद करना stop [AppName] [AppName] बंद stop [Device] [Device] रोको stop [LocationNonSpecificQuantity] [LocationNonSpecificQuantity] stop/रोको stop [DeviceLocation] [DeviceLocation] stop/रोको stop [MediaType] [MediaType] stop/रोको |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
जारी रखो resume करो |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
फिर से चलाओ फिर से शुरू करो |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
[AppName] पर थोड़ा आगे कर दो[AppName] में fast forward करें[Anaphor] आगे/forward करनाfast forward करो[Anaphor] आगे करना ज़रा[Anaphor] वाले को आगे बढ़ाओ |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
थोड़ा reverse/rewind/पीछे करोrewind[AppName] को rewind करो[Anaphor] reverse/rewind/पीछे करो[DeviceLocation] के [Device] को rewind करना |
The media rewinds 10 seconds. |
Previous Required for certification |
previous/पीछे/पिछला/पिछलीprevious/पीछे/पिछला/पिछली वाली recipe [VisualModeTrigger][Anaphor] वापस जाओprevious/पीछे/पिछला/पिछली [Anaphor] पर वापिस जाओ पिछला वाला [Episode][Anaphor] पहला वाला [Episode] पर जानाprevious [LocationNonSpecificQuantity][LocationNonSpecificQuantity] previous/पीछे/पिछला/पिछली वाला लगाओ[DeviceBrand] पे पिछलाprevious/पीछे/पिछला/पिछली वाला [DeviceBrand][Anaphor] [DeviceBrand] पर previous/पीछे/पिछला/पिछली वाला[DeviceLocation] के [DeviceBrand] पर पिछला वाला[AppName] में पिछली वाली पर वापस जाओprevious/पीछे/पिछला/पिछली वाला [AppName] पर जा[ActiveUserTrigger] [Quantifier] [DeviceType] में पीछे जाओ पिछला [MediaType] play करो |
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
[GroupDeviceBrand] [HomeAutomationType] पर अगला लगाओ[GroupDeviceBrand] पर अगला लगाओ[GroupDeviceBrand] वाले [HomeAutomationType] पर अगला चलाना[AppName] पर इसके बाद वाला दो[AppName] पर मुझे next वाला दे देनाnext recipe अगली recipe[DeviceLocation] पर इसके बाद वाला दो[LocationNonSpecificQuantity] अगला चलाओ अगला/next [Episode] play करो[DeviceLocation] पर DeviceBrand अगला वाला दो |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
[Duration] के लिए आगे/forward जाओ [Episode] में fast forward Duration कर दें [Duration] के लिये [Episode] forward कर दें[MediaType] में [Duration] आगे जाओ[AppName] पर [Duration] आगे जाओ |
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
1. पीछे जाना दस seconds 2. rewind करो forty seconds |
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
ऊपर जाओ ऊपर करो नीचे जाओ * नीचे जाना * *ambiguity with "move down" left जाना * बाएं जाओ * left पे जाओ * *ambiguity with "move left" right जाना right पे जाओ दायें जाओ *ambiguity with "move right" |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
ऊपर जाओ ऊपर करो नीचे जाओ * नीचे जाना * *ambiguity with "move down" left जाना * बाएं जाओ * left पे जाओ * *ambiguity with "move left" right जाना right पे जाओ दायें जाओ *ambiguity with "move right" |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
उपर चलो ऊपर scroll ऊपर करो नीचे scroll करें नीचे की तरफ scroll करो scroll down करो left scroll करो left की तरफ scroll करो बायें की तरफ scroll करो right scroll करो right की तरफ scroll करो दाएँ की तरफ scroll करो |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
पेज ऊपर करो पेज नीचे करो पेज को left पे ले जाओ पेज को right पे ले जाओ पेज को बाएँ ले जाओ पेज को दाएँ ले जाओ page नीचे करो page down करो page को बाएँ कर दो page left करो page को दाएँ करो page right करो |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
ऊपर ऊपर जाओ उपर चलो ऊपर करो नीचे नीचे जाओ नीचे चलो नीचे करो left बाएँ जाओ बाएँ बाएँ करो Right दाएँ जाओ दाएँ दाएँ करो |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
इसे चुनो इसको select करो |
Whatever is in focus gets selected. |
Show/see more Optional |
और दिखाओ |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
details दिखाओ जानकारी दिखाओ |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
netflix launch करो/करना/कीजिए/करिएगा |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
facebook app launch करो/करना/कीजिए/करिएगा |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
|
The view changes to the control settings. |
Go home Optional |
home पर जाओ/जाना/जाइए/चलो/चलना home पे जाओ/जाना/जाइए/चलो/चलना |
The view changes to the home screen. |
Close Optional |
netflix बंद करना netflix close करो/कीजिए |
The app or skill closes. |
Exit Optional |
1. netflix से बाहर निकलो/निकलना/आओ 2. netflix exit करो/करना |
The app or skill is exited. |
Quit Optional |
netflix quit करना netflix quit कीजिए |
The app or skill is quit. |
Open Optional |
netflix खोलो netflix खोलना netflix open करना |
The app or skill opens. |
Italian (it-IT) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
metti / trasmetti / riproduci / fammi guardare / fammi vedere + [VideoName] (+ da/su [DeviceName]) |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
guarda un film con [ActorName] metti un film con [ActorName] |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
guarda una [GenreName] fammi vedere una commedia mostra mi una commedia metti una commedia |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
guarda star trek fammi vedere star trek mostra star trek |
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
guarda un film metti un fim trasmetti un film riproduci un film |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
guarda [VideoName] stagione due metti [VideoName] stagione due riproduci [VideoName] stagione due |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
guarda [VideoName] episodio cinque metti [VideoName] episodio cinque riproduci [VideoName] episodio cinque |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
guarda [VideoName] stagione due episodio cinque metti [VideoName] stagione due episodio cinque riproduci [VideoName] stagione due episodio cinque |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
guarda [CharacterName] fammi vedere un film con james bond mostrami un film di james bond |
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
riproduci la partita del [SportsTeam] |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
not supported |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
trasmetti la partita della [League] |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
not supported |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
trova / cerca / mostra / dammi + VideoName (+ da/su ServiceName)? |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
cerca film con [ActorName] trova un film con [ActorName] |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
cerca [GenreName] trova [GenreName] |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
cerca [VideoName] trova [VideoName] |
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
cerca [mediatype] trova mi un [mediatye] |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
cerca la stagione due di [VideoName] trova la stagione due di [VideoName] |
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
cerca [VideoName] Episodio cinque trova [VideoName] Episodio cinque |
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
cerca [VideoName] episodio [EpisodeNumber] trova [VideoName] episodio [EpisodeNumber] cerca [VideoName] stagione [SeasonNumber] trova [VideoName] stagione [SeasonNumber] cerca [VideoName] stagione [SeasonNumber] episodio [EpisodeNumber] trova [VideoName] stagione [SeasonNumber] episodio [EpisodeNumber] |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
cerca un film con [CharacterName] trova un film con [CharacterName] |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
cerca [DirectorName] |
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
cerca disney |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
not supported |
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
cerca [Sport] trova [Sport] |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
not supported |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
cerca partite di [SportName] trova partite di calcio |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
lancia [AppName] apri [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
apri [special character AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
vai su [ChannelName] vai a [ChannelName] |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
vai al [ChannelNumber] vai su [ChannelNumber] |
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
vai su [Channel] vai a [Channel] |
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
guarda [ChannelName] fammi vedere [ChannelName] |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
metti [ChannelNumber] |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
metti in pausa / voglio mettere in pausa / posso mettere in pausa |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
riproduci /metti / fai partire
|
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
stop / ferma / spegni / smetti / basta / stoppa |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
riprendi |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
ricomincia |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
manda avanti / vai avanti / avanti veloce |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
vai indietro / mandalo indietro / indietro veloce / torna indietro |
The media rewinds 10 seconds. |
Previous Required for certification |
ritorna al precedente / vai indietro di uno / precedente / torna indietro / indietro |
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
prossima / seguente / avanti / salta / successivo |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
manda avanti l' episodio di trenta secondi vai avanti di trenta secondi manda avanti di trenta secondi |
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
manda indietro di trenta secondi manda indietro il video di trenta secondi |
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
vai su Vai giù / scendi voglio andare verso sinistra voglio andare verso destra |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
salta su Passa giù /passa in giù/salta giù / scendi/ salta verso il basso voglio andare verso sinistra voglio andare verso destra |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
scorri verso l'alto scorri giù / scorri verso il basso /scrolla giù scorri verso sinistra scorri verso destra |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
pagina in su pagina di sotto pagina sinistra/pagina di sinistra pagina destra/pagina di destra |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
su giù verso sinistra verso destra |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
seleziona questo scegli questo |
Whatever is in focus gets selected. |
Show/see more Optional |
mostra mi di più |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
fornisci dettagli mostra più dettagli mostra i dettagli |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
lancia [AppName] apri [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
apri [special character AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
vai alle impostazioni (di controllo) apri le impostazioni (di controllo) |
The view changes to the control settings. |
Go home Optional |
vai alla home |
The view changes to the home screen. |
Close Optional |
|
The app or skill closes. |
Exit Optional |
esci |
The app or skill is exited. |
Quit Optional |
Chiudi [AppName] |
The app or skill is quit. |
Open Optional |
|
The app or skill opens. |
Japanese (ja-JP) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
[VideoName]を再生して [VideoName]を[AppName]で再生して [AppName]で[VideoName][MediaType]を再生して |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
[ActorNameName]が出ている[MediaType]を再生 |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
[AppName]で[GenreNameName][MediaType]を再生[AppName]で[GenreNameName]を再生 |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
|
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
[VideoName]を再生して [VideoName]を<AppName]で再生して [AppName]で[VideoName][MediaType]を再生して [MediaType]を再生して [ActorNameName]が出ている[MediaType]を再生 [Anaphor][MediaType]を流して [AppName]で[GenreNameName][MediaType]を再生 [AppName]で[VideoName][MediaType]を再生して [ChannelName]の[MediaType]を再生 |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
[VideoName]の[Season][Season_Number]の |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
[Episode_Number][Episode]を再生 |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
[Episode_Number][Episode]を再生 [VideoName]の[Season][Season_Number]の |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
|
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
[SportsTeam]の[Event]を[AppName]で見せて |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
[SportsTeam]の[Event]を[AppName]で見せて |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
[SportsTeam]の[Event]を[AppName]で見せて |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
[SportsTeam]の[Event]を[AppName]で見せて |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
[VideoName]を探して[VideoName]を<AppName]で探して |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
[ActorNameName]が出ている[MediaType]を探して |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
[GenreNameName]の[MediaType]を見つけて |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
|
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
[MediaType]を探して [AppName]で[MediaType]を探して [ChannelName]を検索 |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
|
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
|
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
[title] シーズン[SeasonNumber] エピソード[EpisodeNumber] を探して |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
[CharacterNameName]が主人公の[MediaType]を探して |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
|
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
[ProductionCompany]を検索 |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
[Sport]の[Event]を見つけて[SportTeam]の[Event]を見つけて |
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
[Sport]の[Event]を見つけて[SportTeam]の[Event]を見つけて |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
[Sport]の[Event]を見つけて[SportTeam]の[Event]を見つけて |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
[Sport]の[Event]を見つけて[SportTeam]の[Event]を見つけて |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
|
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
|
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
[ChannelName]を検索 |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
|
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
|
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
[ChannelName]を見せて |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
チャンネル[ChannelNumber]を見せて |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
ポーズ 一旦停止 一旦止めて[Anaphor]で一時停止[AppName]を一旦停止[DeviceLocation]の[DeviceBrand]をポーズして[DeviceLocation]の[DeviceType]を一時停止[DeviceBrand]をポーズして[DeviceType]を一旦停止して |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
[SportsTeam]の[Event]を再生して[Country]で[SortType]のやつかけて[Country]で[Date][SortType]のやつ流して[ListPosition]の[Anaphor]再生[Country]の[City]で[SortType]のやつストリームして[City]で[SortType]のやつ再生して[League]の[Event]かけて[MediaPlayer]で[AppName]を再生して[ActiveUserTrigger][SortType]を再生して[SportsTeam]対[SportsTeamOpponent]の[Event]をかけて[Version]の[League]の[Event]をストリームして[Sport]の[Event]を再生して[ActiveUserTrigger][DeviceBrand]でストリームして[DeviceBrand]でかけて[DeviceLocation]の[DeviceBrand]で流して |
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
ストップ/して とめて 停止して もういい もういいや もういいよ もういいです 黙れ 中止 中止して 終了/して/[Quantifier]止めて[DeviceLocation]での再生を止めて[DeviceLocation]の[DeviceBrand]での再生をストップ[DeviceBrand]の再生止めて[DeviceType]をとめて[AppName]を終了[Anaphor]止めて |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
再開して |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
最初から始めて |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
[AppName]早送り[MediaType]を早送りして |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
巻き戻して [AppName]巻き戻して[MediaType]巻き戻し [DeviceLocation]の[DeviceType]巻き戻し |
The media rewinds 10 seconds. |
Previous Required for certification |
|
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
次 スキップ 次に行って[DeviceLocation]で次に行って[DeviceLocation]の[DeviceBrand]で次に行って[LocationNonSpecificQuantity]で次を再生[Episode]を再生して[VideoName]の[Episode]を再生[DeviceBrand]で再生 |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
|
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
|
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
上に行って 下に行って 左側に行って 右の方へ行って |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
上に移動して 下の方へ移動して 左の方へ移動して 右側に移動して |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
上にスクロールして 下にスクロールして 左の方にスクロールして 右側へスクロールして |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
画面の上部へ ページの下へ 画面の左へ ページの右の方へ |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
上* 下 左* 右* |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
これ選んで |
Whatever is in focus gets selected. |
Show/see more Optional |
もっと見せて |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
詳細を表示して |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
|
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
|
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
設定を開いて 設定を見せて 設定に戻って 設定に行って |
The view changes to the control settings. |
Go home Optional |
[TargetName]に行って |
The view changes to the home screen. |
Close Optional |
|
The app or skill closes. |
Exit Optional |
[3p App]を閉じて |
The app or skill is exited. |
Quit Optional |
[3p App]を終了して |
The app or skill is quit. |
Open Optional |
|
The app or skill opens. |
Portuguese (pt-BR) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
tocar/assistir/reproduzir [VideoName] no/na [AppName] |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
assistir [ator] colocar [ator] coloque filmes com [ator] encontre filmes com [ator] me mostre filmes com [ator] |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
assitir [GenreName] assistir programas de [GenreName] programas de [GenreName] colocar [GenreName] por favor reproduzir [GenreName] reproduzir programas de [GenreName] colocar um programa de [GenreName] |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
assitir jornada nas estrelas colocar jornada nas estrelas reproduzir jornada nas estrelas você pode passsar jornada nas estrelas por favor reproduzir jornada nas estrelas |
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
assistir um filme colocar um filme nós podemos assistir um filme ver um filme |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
assistir [title] temporada [x] colocar [title] temporada [x] reproduzir [title] temporada [x] |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
assistir [title] episódio [x] colocar [title] episódio [x] reproduzir [title] episódio [x] reproduzir o [title] episódio [x] |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
assistir [title] temporada [x] episódio [x] colocar [title] temporada [x] episódio [x] reproduzir [title] temporada [x] episódio [x] |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
Not Supported |
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
assisitr [SportTeam] assitir o/a [SportTeam] colocar no/na [SportTeam] colocar o jogo do/da [SportTeam] me mostre o jogo do/da [SportTeam] mostre o jogo do/da [SportTeam] |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
assistir [Sport] |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
assistir [League] colocar [League] |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
not supported |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
procurar/buscar/mostrar [VideoName] no/na [AppName] |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
procurar por [ActorName] |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
procurar por [GenreName] |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
procurar[VideoName] |
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
procurar [MediaType] |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
procurar [VideoName] temporada [SeasonNumber] |
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
procurar por [title] episódio [EpisodeNumber] |
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
procurar por [VideoName]episódio [EpisodeNumber]procurar por [VideoName]temporada [SeasonNumber]procurar por [VideoNumber]temporada |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
not supported |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
not supported |
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
Procurar/procura/procure por [ProductionCompany] |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
procurar por[SportTeam] |
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
procurar por [Sport] |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
procurar por [League] |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
procurar por [SportName] |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
abrir [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
abrir [special character AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
vá/vai/ir para o canal [ChannelName] |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
|
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
vá para o canal [CallSign] |
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
assistir/assiste/assista [ChannelName]Assistir/assiste/assistao [ChannelName] |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
assitir canal [ChannelNumber] |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
pausar/interromper |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
tocar/assistir/reproduzir
|
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
parar |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
continuar/ continue/continua |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
começar/começa/comece de novo |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
avançar/ ir para frente |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
voltar/retroceder/rebobinar |
The media rewinds 10 seconds. |
Previous Required for certification |
|
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
próximo/próxima |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
|
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
rebobinar/voltar [durastion] |
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
Subir/suba/sobe Vá/vai/ir para baixo Vá/vai/ir para esquerda Vá/vai/ir para direita |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
Mover/mova/move pra cima Mova/move/mover para baixo Mova/move/mover para a esquerda Mova/move/mover para direita |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
Rolar/rola/role para cima Rola/role/rolar para baixo Rola/role/rolar para a esquerda Rola/role/rolar para a direita |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
página para cima/ ir para cima na página Página para baixo Pagina para esquerda Página para direita |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
Ir/vai/vá pra cima Ir/vai/vá pra baixo Ir/vai/vá pra esquerda Ir/vai/vá pra direita |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
escolher isso/esse/essa selecionar isso/essa/ esse esse aqui / esse/ essa aqui/ essa/ isso aqui/ isso |
Whatever is in focus gets selected. |
Show/see more Optional |
Mostrar/mostra/mostre mais |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
ver todos os detalhes do progama/show |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
abrir [AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
abrir [special character AppName] |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
vá para Configurações ir para Configurações abrir Configurações abra Configurações Configurações acessar Configurações acesse Configurações |
The view changes to the control settings. |
Go home Optional |
vá para a página principal/ vá para a tela principal |
The view changes to the home screen. |
Close Optional |
fechar [AppName] |
The app or skill closes. |
Exit Optional |
Sair [AppName] sai [AppName] saia [AppName] |
The app or skill is exited. |
Quit Optional |
sair do [AppName] |
The app or skill is quit. |
Open Optional |
|
The app or skill opens. |
Spanish (all locales) utterances are selected.
Utterances for SearchAndPlay Directives
When Alexa receives the following utterances, it sends a SearchAndPlay
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndPlay
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Watch [title] Required for certification |
pon interstellar reproduce interstellar ver interstellar |
The requested media plays. If there are multiple matches for the content, the user is prompted to select the desired media. |
Watch by actor Required for certification |
pon salma hayek reproduce salma hayek |
Either media with the actor plays (through an algorithm that selects the best match for the user), or a list of results is presented to the user. |
Watch by genre name Required for certification |
pon comedia en netflix (Not supported without AppName) |
Either media from the requested genre plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by franchise [title] Required for certification |
pon star wars reproduce star wars |
Either the top recommended result for the requested franchise plays, or the user is presented with a list of matching franchises. |
Watch by media type Optional |
pon la película* reproduce la película* Note: Not supported in es-ES or es-US |
Either media matching the non-title request plays (through an algorithm that selects a recommended video for the user), or a list of results is presented to the user. |
Watch [title] with season number Optional |
empieza la segunda temporada de los rompecorazones comienza la segunda temporada de los rompecorazones reproduce la segunda temporada de los rompecorazones |
The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with episode number Optional |
pon el capítulo final de los serrano |
The correct season is identified by the user's last-watched episode. The last-watched episode in the series plays, if the episode wasn't completed. If the last-watched episode was completed, the next unwatched episode plays. |
Watch [title] with season and episode number Optional |
pon el segundo episodio de la primera temporada de anabel reproduce el cuarto episodio de la temporada tres de águila roja |
The content corresponding to the requested season and episode plays. |
Watch by character name Optional |
reproduce algo con james bond |
Either media matching the character name plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports team Optional |
ver el partido del real madrid |
Either media matching the sports team plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of media results. |
Watch by sports type Optional |
reproduce el partido de fútbol en mi televisor ver el partido de fútbol en mi tele ver el partido de fútbol |
Either media matching the sports type plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports league Optional |
pon el partido de la a. c. b. en mi tele ver el partido de la a. c. b. en mi televisor |
Either media matching the sports league plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Watch by sports event Optional |
ver el partido de fútbol |
Either media matching the sports event plays (through an algorithm that selects recommended media for the user), or the user is presented with a list of results. |
Utterances for SearchAndDisplayResults Directives
When Alexa receives the following utterances, it sends a SearchAndDisplayResults
directive to your Lambda. Guidelines for handling these directives are provided in the SearchAndDisplayResults
documentation.
Feature | Sample Utterances | Expected Response |
---|---|---|
Search for [title] Required for certification |
muestra juego de tronos enséña me el efecto mariposa |
A list of matches for the title is presented to the user. |
Search by actor Required for certification |
busca películas con antonio banderas |
A list of matches featuring the actor is presented to the user. |
Search by genre name Required for certification |
busca comedias románticas |
The user is presented with a list of matching results for media from the requested genre (personalized through an algorithm that selects recommended media for the user). |
Search by franchise [title] Required for certification |
busca shrek |
The user is presented with a list of matching results for the franchise. |
Search by media type Optional |
busca películas enséña me las películas busca películas en netflix |
A list of matches for the desired media type is presented to the user. |
Search [title] with season number Optional |
enséña me la segunda temporada de friends |
All episodes for the matching season are presented to the user. |
Search [title] with episode number Optional |
busca el capítulo final de los serrano* |
A list of available episodes within the season the user recently watched appears. For example, if the user's viewing progress is within Season 2, a list of episodes from Season 2 appears. |
Search [title] with season and episode number Optional |
busca el segundo episodio de la primera temporada de anabel* |
A list of available episodes for the season the user requested appears, including the episode the user specifically asked for. |
Search by character name Optional |
busca películas de la pantera negra |
The user is presented with a list of matching results for media featuring the character name. |
Search by director name Optional |
busca las películas de alejandro lozano |
The user is presented with a list of matching results for media produced by the requested director. |
Search by production company Optional |
busca películas de disney |
The user is presented with a list of matching results for media from the production company. |
Search by sports team Optional |
busca el partido del real madrid |
The user is presented with a list of matching results for the sports team. |
Search by sports type Optional |
enséña nos un vídeo de fútbol |
The user is presented with a list of matching results for the sports type (preferably based on recommendations for the user). |
Search by sports league Optional |
busca el partido de la n. b. a. |
The user is presented with a list of matching results for the sports league (preferably based on recommendations for the user). |
Search by sports event Optional |
busca el partido de fútbol |
The user is presented with a list of matching results for the sports event (preferably based on recommendations for the user). |
Launch [partner] app Required for certification |
lanza la app de netflix lanza netflix |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
lanza i. b. e. x. treinta y cinco |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Utterances for ChangeChannel Directives
When Alexa receives the following utterances, it sends a ChangeChannel
directive to your Lambda.
Feature | Sample Utterances | Expected Response |
---|---|---|
Go to channel name Required for certification |
cambia a antena tres |
The view switches to the channel name, and content from the channel plays. |
Go to channel number Required for certification |
cambia el canal a la dos |
The view switches to the channel number, and content from the channel plays. |
Go to channel callsign Required for certification |
cambia canal a t. p. d. |
The view switches to the channel callsign, and content from the channel plays. |
Watch channel name Required for certification |
ver la sexta pon la sexta |
The view switches to the channel name, and content from the channel plays. |
Watch channel number Required for certification |
pon canal dos |
The view switches to the channel number, and content from the channel plays. |
Utterances for PlaybackController Directives
When Alexa receives the following utterances, it sends a PlaybackController
directive to your Lambda. Playback control operations include Play
, Resume
, Pause
, Next
, Previous
, Rewind
, FastForward
. (The AdjustSeekPosition
is part of the SeekController
interface.)
Feature | Sample Utterances | Expected Response |
---|---|---|
Pause Required for certification |
pausa |
The media pauses, similar to pressing the Pause button on your web player or remote control. |
Play Required for certification |
pon reproduce |
The media plays, similar to pressing the Play button on your web player or remote control. |
Stop Required for certification |
para |
The media stops, similar to pressing the Stop button on your web player or remote control. |
Resume Required for certification |
continúa |
The media resumes play, similar to pressing the Play button on your web player or remote control. |
Start over Required for certification |
empieza de nuevo vuelve a empezar comienza de nuevo vuelve a iniciar vuelve a comenzar |
The media starts over, adjusting the seek position back to the beginning of the media. |
Fast Forward Required for certification |
adelanta |
The media fast-forwards 10 seconds. |
Rewind Required for certification |
rebobina |
The media rewinds 10 seconds. |
Previous Required for certification |
anterior |
The previous episode plays. If this isn't possible, the user is taken to whatever was earlier in the current playlist. |
Next Required for certification |
siguiente salta muestra el siguiente siguiente en el sonos próxima en el jardín |
The next episode plays. If this isn't possible, the user is taken to whatever is next in the current playlist. |
Utterances for SeekController Directives
When Alexa receives the following utterances, it sends a SeekController
directive to your Lambda. Seek control utterances include AdjustSeekPosition
operations, which involve requests for "Fast-forward {duration}" and "Rewind {duration}."
Feature | Sample Utterances | Expected Response |
---|---|---|
Fast Forward [duration] Required for certification |
adelanta treinta segundos salta diez minutos en la película |
The media fast-forwards for the requested duration. |
Rewind [duration] Required for certification |
rebobina treinta segundos retrocede diez segundos |
The media rewinds for the requested duration. |
Utterances for KeypadController Directives
The following are utterances for KeypadController
directives.
Feature | Sample Utterances | Expected Response |
---|---|---|
Directional navigation - go Required for certification |
ve te arriba ve te abajo ve te a la izquierda ve a la izquierda ve te a la derecha ve a la derecha |
The app goes to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional navigation - move Required for certification |
muéve te hacia arriba muéve te hacia abajo muéve te hacia izquierda muéve te hacia derecha |
The app moves to the left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional scrolling Required for certification |
despláza te hacia arriba despláza te para arriba despláza te hacia abajo despláza te para abajo despláza te hacia izquierda despláza te para izquierda despláza te hacia derecha despláza te para derecha |
The app scrolls left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Directional pagination Required for certification |
arriba de la página abajo de la página izquierda de la página derecha de la página |
The app pages left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Verbless directional navigation Required for certification |
ve te arriba ve te abajo izquierda ve te a la derecha ve a la derecha |
The app shifts left, right, up, or down, similar pressing the same direction on the D-pad controller. |
Select/choose this (that) Required for certification |
selecciona esto selecciona este selecciona aquel |
Whatever is in focus gets selected. |
Show/see more Optional |
muestra más muestra qué más hay quiero ver algo más veamos un poco más veamos algo más |
More items are shown. For example, if a list shows only a limited number of items, more will be retrieved and shown. |
Show/see details (info) Optional |
muestra detalles enseña detalles ver detalles |
More details are shown. For example, if information is truncated, more information are shown. |
Utterances for Built-in Functionality
The following are utterances have support built into Amazon devices. As such, you don't need to handle directives. This section is included for your information only.
Feature | Sample Utterances | Expected Response |
---|---|---|
Launch [partner] app Required for certification |
lanza la app de netflix lanza netflix |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Launch special character title Required for certification |
lanza i. b. e. x. treinta y cinco |
The requested app launches and shows a list of available media to play. Multimodal devices have a homepage template that gets populated with media potentially grouped in different categories. |
Go to control settings |
abre configuración ve a configuración ve te a configuración configuración ir a configuración abrir configuración |
The view changes to the control settings. |
Go home Optional |
página inicial ir a la página principal lléva me a la página principal pantalla de inicio menú de inicio pantalla principal menú principal |
The view changes to the home screen. |
Close Optional |
cierra netflix |
The app or skill closes. |
Exit Optional |
cierra netflix |
The app or skill is exited. |
Quit Optional |
quitar netflix |
The app or skill is quit. |
Open Optional |
|
The app or skill opens. |
Last updated: Oct 18, 2023