Currently I'm working with the chatbot service provided by the IBM Watson Coversation api. Now I'm facing a problem, related to adding a new line in the text reply from the chatbot. Can anyone tell me how to do this?
相关问题
- Bluemix Analytics for Apache Spark log file inform
- How to disable okhttp3.internal.platform.Platform
- Watson Conversation supports nested Intents?
- Not able to push my local app to bluemix
- How to extract current date in watson conversation
相关文章
- Is there an npm module to modify a pdf file in nod
- Kubernetes Persistent Volume Claim mounted with wr
- How to pipe multiple readable streams, from multip
- how to order SoftLayer_Virtual_ReservedCapacityGro
- Can I call the Bluemix message hub service from Py
- How to convert multiple documents using the Docume
- GYP ERR! build error. stack Error: 'make'
- Unable to run bms-samples-cordova-hellopush - bms_
in this case, you can use
HTML
for that, inside conversation flow with<br>
.Check my example:
You can see that does not work in "Try it out":
But if you open with a browser, you see that work:
Check JSON example:
You can use other tags, example:
<button>
,<id>
, etc.