About this query
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This query returns a list of when you asked Alexa for a sports team's next game.
- API endpoint slug
- amazon_alexa.history_of_when_you_asked_alexa_for_a_sports_team_s_next_game
- Runtime method
- performQuery("amazon_alexa.history_of_when_you_asked_alexa_for_a_sports_team_s_next_game")
Query fields
No fields for this query
Ingredients
Game date timeThe date and time of the next game.
- Slug
- gameDateTime
- Filter code
- AmazonAlexa.historyOfWhenYouAskedAlexaForASportsTeamSNextGame.GameDateTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Asked team nameThe name of the team that was asked.
- Slug
- askedTeamName
- Filter code
- AmazonAlexa.historyOfWhenYouAskedAlexaForASportsTeamSNextGame.AskedTeamName
- Type
- String
- Example
- Lakers
Next game opponentThe name of the opponent in the next game.
- Slug
- opposingTeamName
- Filter code
- AmazonAlexa.historyOfWhenYouAskedAlexaForASportsTeamSNextGame.NextGameOpponent
- Type
- String
- Example
- Nets
Date time askedDate and time next game information was asked.
- Slug
- dateTimeAsked
- Filter code
- AmazonAlexa.historyOfWhenYouAskedAlexaForASportsTeamSNextGame.DateTimeAsked
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00