Skip to content

Small helper library for Alexa.NET based skills to access the settings API

License

Notifications You must be signed in to change notification settings

stoiveyp/Alexa.NET.Settings

Repository files navigation

Alexa.NET.Settings

Small helper library for Alexa.NET based skills to access the settings API

Getting settings information

using Alexa.NET.Response

var client = new SettingsClient(skillRequest);
var timezone = await client.TimeZone();
var distance = await client.DistanceUnit();
var temp = await client.TemperatureUnit();

About

Small helper library for Alexa.NET based skills to access the settings API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages