-3

I am building a chat bot to send URL in Watson conversation bot which can sometime send URL of the required information.

1 Answers1

0

You can send in your message as Follows.

{
  "context": {
    "msg": "My URL",
    "url": "http://someURL/"
  }
}
Arjun Singh
  • 125
  • 9