add inputTranscript to Alexa Response.json
if an Alexa skill is not in production, add the inputTranscript attribute to the response.json. inputTranscript is used by Amazon Lex. In this fashion, one can use existing aws/lex tools to write automated tests ( context: I have the problem that my Alexa skill gives different answers based on whether I type the utterance or say it - although it is not quite ready my new tester using lex-runtime and Polly, will detect problems).
1
vote
