Untitled
unknown
plain_text
a year ago
436 B
6
Indexable
def lambda_handler(event, context):
return {
"sessionAttributes": {},
"dialogAction": {
"type": "Close",
"fulfillmentState": "Fulfilled",
"message": {
"contentType": "PlainText",
"content": "Hi Roshan Shaji Philip, I have ordered your sweet potato curly fries. As selected, your fries will be light salt."
}
}
}
Editor is loading...
Leave a Comment