Developer Console

Utterances Reference (VSK Echo Show)

This page lists utterances for each of the Video Skill API interfaces related to VSK for Multimodal Devices. See the Utterances Overview for a high-level description about utterances, localization, and other details.

English (all locales) utterances are selected.

Utterances for GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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 GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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 GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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 GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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 GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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 GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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 GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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 GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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 GetPlayableItems Directives

When Alexa receives the following utterances, it sends a GetPlayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetPlayableItems 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 GetDisplayableItems Directives

When Alexa receives the following utterances, it sends a GetDisplayableItems directive to your Lambda. Guidelines for handling these directives are provided in the GetDisplayableItems 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 GetPlayableItems (Channel Navigation) Directives

When Alexa receives the following utterances, it sends a GetPlayableItems (Channel Navigation) 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 Transport Control Directives

The following are transport control utterances:

  • Play
  • Resume
  • Pause
  • Next
  • Previous
  • Rewind
  • FastForward
  • AdjustSeekPosition

When Alexa receives a transport control utterance, it sends the event to your web player through Alexa JavaScript library. See the Event Handlers section in the "Build Your Web Player" documentation for more details.

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 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.