SCCapstone / CognitoFormsDev

MIT License
0 stars 0 forks source link

Fixes to your branch part 3 #103

Closed tjcocklin closed 5 years ago

tjcocklin commented 5 years ago

https://github.com/SCCapstone/CognitoFormsDev/blob/dc54ddca7b033b80015261e7f827ea5fbae24e7e/cognito_form/lambda/us-east-1_cognito-skill/index.js#L432

Your messing an argument here. The correct form is:

this.emit(':askWithCard', speechOutput, repromptSpeech, cardTitle, cardContent, imageObj);

kblock97 commented 5 years ago

closes #103