Virtual Agent Bot Response Text Display Issue with Line Breaks showing as /n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 06:35 AM
Hi All
I'm building a new topic today and when I enter a list of steps in a bot response text component, it runs the text together and shows the line breaks as /n. This is consistently happening within the topic. Wondering if you know of a solution. Thanks!
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 06:53 AM
I would suggest using the HTML component to display the information from the screen shot.
Alternative is to use the gs.getMessage() and format the message in there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 07:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 08:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 03:26 PM
The <br/> works! Just wondering why I have to use this now....