June 2017
Beginner to intermediate
336 pages
8h 44m
English
Using the conversation Id received in the preceding step, you can send multiple messages and receive responses:
-- connect to directline.botframework.com --POST directline.botframework.com/api/conversations/[Conversation Id]/messages HTTP/1.1Authorization: Bearer [Token]{ "from": "Manish", "conversationId": "[Conversation Id]", "text": "sample text",}-- response from directline.botframework.com --HTTP/1.1 204 No Content
Read now
Unlock full access