问题
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
<b> bold text </b>
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