Versions Compared

Key

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

...

Response: “Orbita was founded in 2015

Configuring Simple FAQ

...

Experience Manager

Creating a Simple FAQ is a quick way to create a question and answer without having to do any coding.

...

Info

You can use images that are in the Asset browser only. To upload an image from your local system to the Asset Browser, click Browse. After the image is added, you can select it and click OK.

...

Experience Designer

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

...