Skip to content

Alexa Skill to inquiry public transit departures of the city Linz, Austria.

License

Notifications You must be signed in to change notification settings

gjuttla/linz-linien-alexa-skill

Repository files navigation

Linz Linien Alexa Skill

Alexa Skill to inquiry public transit departures of the city Linz, Austria.

Description

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.

Usage

Invocation Name: Linz Linien

Alexa, frage Linz Linien ...
Alexa, öffne Linz Linien ... 

Intent: NextTramDepartureFromStop

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}

Intent: NextBusDepartureFromStop

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}

Intent: NextLineDepartureFromStop

wann fährt die nächste Linie {lineNr} von {originStopName} nach {finalDestinationStopName}
wann fährt die Linie {lineNr} von {originStopName} nach {finalDestinationStopName}

Intent: NextDeparturesFromStop

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}

Privacy Policy

See the privacy-policy.md file for details.

License

This project is licensed under the MIT license. See the LICENSE file for details.

Acknowledgments

Build Status

develop master
develop branch build status master branch build status

Changes to the master branch are automatically built and deployed to Azure.

About

Alexa Skill to inquiry public transit departures of the city Linz, Austria.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published