Skip to content

Bot Framework Composer DirectLine #9341

Answered by rschuetzler
projalm asked this question in Q&A
Discussion options

You must be logged in to vote

My understanding of how to get it to work:

  1. Get your key from the Site for Direct Line, not the App Service Extension (it looks in yours like you need to create a site by clicking "Nuevo Sito")
  2. Create a conversation by sending a request like the one below. Notice the request goes to https://directline.botframework.com/v3/directline/conversations/, not the site's URL. The bearer token should be the site secret keys you got in (1):
  3. Send a message like the one you had, but to https://directline.botframework.com/v3/directline/conversations/{{conversation_id}}/activities, where the {{conversation_id}} comes from the response to (2).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by projalm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants