Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个聊天机器人以在 Watson 对话机器人中发送 URL,它有时可以发送所需信息的 URL。
您可以按照以下方式发送消息。
{ "context": { "msg": "My URL", "url": "http://someURL/" } }