Handling policy for multiline text in NLU intents file and in shell

Hi,

I would appreciate a clarification & example of the proper syntax for handling multiline text in the following situations:

  • Multiline NLU Intent example
  • Multiline bot utterance
  • Multiline pasted user message on shell (Multiline text seems to be pasted properly, however I’m not sure if the backend engine actually process all of the lines)
  • Multiline manually written user message on shell- how to apply a line break?

My goal is to validate that I use the correct syntax.

Thank you