I am creating a bot using Amazon Lex. Currently I am stuck in how to get new line character. My message should look like this:
hello my name is X. #New-line
How can I help you?
But currently I am getting this:
hello my name is X. How can I help you?
I have already tried the following thing but it's not working:
import os
message='hello my name is X. \n How can I help you?'