Skip to content

Commit

Permalink
Merge pull request timheuer#7 from TechPreacher/master
Browse files Browse the repository at this point in the history
Added property "locale" to Alexa.NET.Request.Type.Request
  • Loading branch information
timheuer authored Feb 15, 2017
2 parents 090ed9c + 3de9185 commit 75d4f02
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 75d4f02

Please sign in to comment.