update appid

This commit is contained in:
Tommy Parnell
2016-12-02 21:41:22 -05:00
parent 21821a9a25
commit 6395bfb222

View File

@@ -27,7 +27,7 @@ namespace alexa.dev.excuses
public override bool OnRequestValidation(SpeechletRequestValidationResult result, DateTime referenceTimeUtc, SpeechletRequestEnvelope requestEnvelope)
{
if(!string.IsNullOrWhiteSpace(requestEnvelope?.Session?.Application?.Id) && !requestEnvelope.Session.Application.Id.Equals("amzn1.ask.skill.2327a089-3c06-47f7-accb-4b627136b652"))
if(!string.IsNullOrWhiteSpace(requestEnvelope?.Session?.Application?.Id) && !requestEnvelope.Session.Application.Id.Equals("amzn1.ask.skill.77ffa04a-699d-452d-b8d5-4c128079a1b2"))
{
WebApiApplication.telemetry.TrackEvent("Request envelope does not contain the appid");
return false;