Bot Framework Composer DirectLine #9341
-
I hope you can help me in this problem I have created a chatbot in the azure framework Bot Framework Composer and I want to use it in WhatsApp Bussines . My problem comes for the reason that bot framework composer It still does not have a direct channel to whatsapp or any platform like Twilio or Gupshup. I was recommended to use the azure "DirectLine" channel that comes integrated, to take the endpoint of my chatbot produced by azure when deploying it in my group of resources and so with the keys of the channel that I provides "DirecLine" to be able to interact with my chatbot. try do the tests with the endpoint of my chatbot through Postman but I have not been successful, despite following the documentation as indicated microsoft, gives me an answer that is not authorized I follow this steps |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
My understanding of how to get it to work:
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):https://directline.botframework.com/v3/directline/conversations/{{conversation_id}}/activities
, where the {{conversation_id}} comes from the response to (2).