Show Lex response in Sumerian 3D HTML

399 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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')