New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emulator Directline Html Tags #1245
Comments
Hello @SemenKrupin , we use a webchat client developed by Microsoft. This client can render plain text, adaptive cards and can also show some markdown features. Please, take a look to these links. |
Thank you very much for the information.
And how to form a response and send it to NLP.js? |
Hi @SemenKrupin , bot orchestration is able to send cards using the 'card' command. You can check its executeAction method to figure out how this card thing works. Note that, in the bot's use case, it's loading cards from files like:
|
Hello! Using the emulator in Directline, how can you pass not just text, but text in Html format so that Html elements are drawn in the chat window?

I looked at the documentation, but did not understand whether it is possible to operate with such Html components as Button, Div, Table, etc.
The text was updated successfully, but these errors were encountered: