aws-samples / aws-lex-web-ui

Sample Amazon Lex chat bot web interface
Other
744 stars 471 forks source link

Silent Message - Lex web ui #742

Closed Shubham1500 closed 1 month ago

Shubham1500 commented 1 month ago

Hi Team,

Is there a way to send a silent message to lex from lex-web-ui. Requirement is that message should not display in chat window.

Shubham1500 commented 1 month ago

We can use - type: 'invisible',

Sample - const message = { type: 'invisible', text: XYZ, };