About this trigger
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 Trigger fires every time you ask Alexa for a sports score. For example, "Alexa, what is the score of the Toronto Blue Jays game?"
- API endpoint slug
- amazon_alexa.sports_score_asked
Trigger fields
No fields for this trigger
Ingredients
Game date timeThe date and time of the game being played.
- Slug
- gameDateTime
- Filter code
- AmazonAlexa.sportsScoreAsked.GameDateTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Asked team nameThe name of the team that is asked for.
- Slug
- askedTeamName
- Filter code
- AmazonAlexa.sportsScoreAsked.AskedTeamName
- Type
- String
- Example
- Lakers
Opposing team nameThe name of the opposing team.
- Slug
- opposingTeamName
- Filter code
- AmazonAlexa.sportsScoreAsked.OpposingTeamName
- Type
- String
- Example
- Nets
Asked team scoreThe score for the team that is asked for.
- Slug
- askedTeamScore
- Filter code
- AmazonAlexa.sportsScoreAsked.AskedTeamScore
- Type
- String
- Example
- 100
Opposing team scoreThe score for the opposing team.
- Slug
- opposingTeamScore
- Filter code
- AmazonAlexa.sportsScoreAsked.OpposingTeamScore
- Type
- String
- Example
- 99
Date time askedThe date and time when the score was asked.
- Slug
- dateTimeAsked
- Filter code
- AmazonAlexa.sportsScoreAsked.DateTimeAsked
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00