Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Formatting Lex output String
0
Formatting Lex output String
I'm using the C# implementation for Lambda and my code looks like this:
Step1: string response = "Hi.. I'm Jenie your virtual assistant.'\n'Test";
Step2: string response = "Hi.. I'm Jenie your virtual assistant.\nTest";