timheuer / alexa-skills-dotnet

An Amazon Alexa Skills SDK for .NET
MIT License
547 stars 108 forks source link

Add support for properties used in the context of Alexa Smart Properties (review PR#236) #237

Closed nachawat closed 2 years ago

nachawat commented 2 years ago

Hello,

In the context of Alexa Smart Properties (e.g Alexa for Hospitality or Alexa for Residential), the request payload sent to a skill contains additional properties.

To ensure those properties are correctly deserialized, can you please review the PR https://github.com/timheuer/alexa-skills-dotnet/pull/236 ?

Objective is to provide support to the following properties into a new minor version of the Alexa.NET SDK for developers building skills in the context of Alexa Smart Properties using Alexa.NET SDK:

You can refer to the official Request and Response JSON Reference Alexa documentation for details about each above mentioned property.

Thank you Benoit

github-actions[bot] commented 2 years ago

👋 Hi there! Thanks for your contribution to the project by posting your first issue!

timheuer commented 2 years ago

Fixed in mentioned PR