Closed Shubham1500 closed 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.
We can use - type: 'invisible',
Sample - const message = { type: 'invisible', text: XYZ, };
XYZ
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.