June 2017
Beginner to intermediate
336 pages
8h 44m
English
Using the token received in the preceding step, you need to call the start conversation API to get a new conversation ID, as follows:
-- connect to directline.botframework.com --POST directline.botframework.com/api/conversations HTTP/1.1Authorization: Bearer [Token]-- response from directline.botframework.com --HTTP/1.1 200 OK{ "conversationId": [Conversation Id], "token": [Token], "expires_in": 1800}
Read now
Unlock full access