Skip to content

Commit

Permalink
Added property "locale" to Alexa.NET.Request.Type.Request
Browse files Browse the repository at this point in the history
Alexa supplies the following locales:
"en-US"
"en-GB"
"de-DE"
  • Loading branch information
TechPreacher committed Feb 15, 2017
1 parent 090ed9c commit 3de9185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Alexa.NET/Request/Type/Request.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ public abstract class Request
[JsonProperty("requestId")]
public string RequestId { get; set; }

[JsonProperty("locale")]
public string Locale { get; set; }

[JsonProperty("timestamp")]
public DateTime Timestamp { get; set; }
}
Expand Down

0 comments on commit 3de9185

Please sign in to comment.