Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the Experience Designer, search for the Dialog Request node and drop it in the Canvas.

You can connect Connect the Dialog Request node with a Say node and then a Response node to get the output in your chatbot as shown below.

...

In the Experience Manager > Simple FAQ, if you choose the Custom Content option, you have to use the below path in the Say node to get the output from the Chatbot.

...

Code Block
msg.payload.dialogData.voiceResponse.contentLib.voice.sayText

If you choose the Content Repository option, the content from the Content Repository will be available in the following path.

Code Block
{{msg.payload.dialogData.voiceResponse.contentLib.contentRef.sample.voice.sayText}}

If you use the Date and time schema type, the output payload path will be at

Code Block
{{msg.payload.dialogData.voiceResponse.contentLib.contentRef.time}}

Sample flow

Attachments
previewfalse
uploadfalse
oldfalse
patterns.*json

...