Alexa Skill to inquiry public transit departures of the city Linz, Austria.
The ASP.NET Core project src/LinzLinienAlexaSkill
provides a HTTP endpoint for the Alexa Skill under the path /alexa
. This Skill only supports the German language.
The slot type for the names of the stops was created using the utility util/LinzLinienAlexaSkill.ModelUtil
. This utility just creates the slot type. The intents and utterances have to be modeled in the Alexa Skills Console.
Alexa, frage Linz Linien ...
Alexa, öffne Linz Linien ...
wann fährt die Straßenbahn von {originStopName} nach {finalDestinationStopName}
wann fährt die nächste Straßenbahn von {originStopName} nach {finalDestinationStopName}
nach der Straßenbahn von {originStopName} nach {finalDestinationStopName}
nach der nächsten Straßenbahn von {originStopName} nach {finalDestinationStopName}
wann fährt der Bus von {originStopName} nach {finalDestinationStopName}
wann fährt der nächste Bus von {originStopName} nach {finalDestinationStopName}
nach dem Bus von {originStopName} nach {finalDestinationStopName}
nach dem nächsten Bus von {originStopName} nach {finalDestinationStopName}
wann fährt die nächste Linie {lineNr} von {originStopName} nach {finalDestinationStopName}
wann fährt die Linie {lineNr} von {originStopName} nach {finalDestinationStopName}
nach den Abfahrten von {originStopName}
was sind die Abfahrten von {originStopName}
nach den nächsten Abfahrten von {originStopName}
was sind die nächsten Abfahrten von {originStopName}
See the privacy-policy.md file for details.
This project is licensed under the MIT license. See the LICENSE file for details.
- The public transport data by the city Linz is licensed under CC BY 3.0 AT.
- The Alexa Skills SDK for .NET by Tim Heuer is licensed under MIT.
- The Alexa.NET.Security library by Thomas Pentenrieder is licensed under MIT.
(For the usage, the validation code had to be copied into my Alexa Skill request handling middleware.) - The bus stop icon for this Skill by Freepik from www.flaticon.com is licensed under CC 3.0 BY.
develop | master |
---|---|
Changes to the master branch are automatically built and deployed to Azure.