Is it possible to use html tags on Microsoft QnA Maker replies?

試著忘記壹切 提交于 2019-12-13 02:54:52

问题


It is possible to use html tags on Microsoft QnAMaker replies?

I already try to create new line with \n\n but it is not working on webchat or skype. Moreover, how can I create bullets or numbering on QnA Maker?


回答1:


Currently Microsoft QnAMaker service send the HTML tags added in answer as escaped HTML. A code like the following

<b> bold text </b>

will be sent as escaped HTML like given below

&lt;b&gt; bold text &lt;/b&gt;

I faced the same issue when we trained QNAMaker answers with HTML formatting and this content was consumed using APIs. This is the response received from Microsoft support team when reported this issue.

We are aware of this issue with our answering service. We'll work on a fix and deploy it in our next update.



来源:https://stackoverflow.com/questions/49071383/is-it-possible-to-use-html-tags-on-microsoft-qna-maker-replies

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!