1

I have a Amazon Sumerian Chat Bot connected to Amazon's Lex.

Currently, the chatbot responds back to the user in voice only.

How do I connect Lex to a 3D HTML entity in Sumerian to display the Lex response?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
  • one this about HTML3D is that it will not work as expected in VR mode. If you are using it as a webVR, then it's fine. But for VR it may not render properly. – Noopur Dabhi Dec 22 '19 at 04:44

1 Answers1

1

Follow this tutorial, it will explain you how to do it : https://docs.sumerian.amazonaws.com/tutorials/create/beginner/lex-html/

As you can see in the tutorial, you can fetch the lex response via a custom script by invoking the following :

ctx.entity.getData('lexResponse')

alfallouji
  • 1,160
  • 8
  • 12