I have created one AWS Lex
bot and I am invoking one lambda
function from that bot. When testing the lambda
function I am getting proper response but at bot I am getting below error:
An error has occurred: Received invalid response from Lambda: Can not construct instance of IntentResponse: no String-argument constructor/factory method to deserialize from String value ('2017-06-22 10:23:55.0') at [Source: "2017-06-22 10:23:55.0"; line: 1, column: 1]
Not sure, what is wrong and where I am missing. Could anyone assist me please?