- The skill is live now, and you can enable it from here
- "Alexa, open contest tracker", "Are there any upcoming contests?"
- "Alexa, ask contest tracker are there any upcoming contests?"
- "Alexa, ask contest tracker are there any upcoming contests on Codeforces?"
- "Alexa, ask contest tracker are there any upcoming contests on Codeforces on 30th of March?"
- "Alexa, ask contest tracker are there any upcoming contests on Codeforces before 30th of March?"
- "Alexa, ask contest tracker are there any upcoming contests on Codeforces after 30th of March?"
- "Alexa, ask contest tracker are there any upcoming contests on Codeforces before/on/after 10 PM?"
- To launch this skill user may use the invoke name i.e. "Contest tracker". For eg:
User: "Alexa, open contest tracker"
This will launch the skill.
- To ask for the contests user may invoke the
LaunchRequest
first and then theIntentRequest
, or he/she may directly invoke theIntentRequest
. For eg:
User: "Alexa, open contest tracker"
// LaunchRequest
Alexa: "How may I help you?"
User: "Are there any upcoming contests on Hackerrank"
//IntentRequest
User: "Alexa, ask contest tracker are there any upcoming contests on Hackerrank".
//IntentRequest with invokation name
To help user to use the skill, a help prompt is also provided.
User: "Alexa, open contest tracker"
// LaunchRequest
Alexa: "How may I help you?"
User: "Help"
To exit from the skill user may say "Exit" or "Stop".
-
User can filter his request to get the details of any particular Platform or to get the details of contests to be held on any particular day.
-
User can specify the following platforms
- Codeforces
- Codechef
- Top Coder
- Hackerrank
- Hackerearth
- Google Code Jam
-If user specifies a platform, the skill will tell about the latest two contests to held on that platform. And if no platform is specified, then it will tell about one contest to be held on each of the supported platforms.
- User may get the details of the contests held before, on or after a particular date/time. The skill will get him/her the details as requested (provided there are any results).