I am building a chat bot to send URL in Watson conversation bot which can sometime send URL of the required information.
Asked
Active
Viewed 845 times
-3
-
1Have you done any work? Can you show it? – C R Dec 01 '16 at 16:43
-
1URLs can be set in the Watson Response part as a text, so this should work as expected. – Michal Bida Dec 04 '16 at 10:57
1 Answers
0
You can send in your message as Follows.
{
"context": {
"msg": "My URL",
"url": "http://someURL/"
}
}

Arjun Singh
- 125
- 9