{
"sessionState": {
"sessionAttributes": {},
"dialogAction": {
"type": "Close",
"fulfillmentState": "Fulfilled"
}
},
"messages": [
{
"contentType": "PlainText",
"content": "I have flights from to"
}
]
}
this is the response from Lambda function. Lexv2 bot is not accepting this response. It is saying invalid JSON response.