Bot Framework Composer DirectLine

Jose Leon 6 Reputation points
2022-08-09T14:40:00.103+00:00

229652-captura-de-pantalla-30.pngI 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
229607-captura-de-pantalla-27.png229608-captura-de-pantalla-28.png229633-captura-de-pantalla-31.png229617-captura-de-pantalla-31.png229578-captura-de-pantalla-29.png

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
737 questions
{count} vote

1 answer

Sort by: Most helpful
  1. AP01 11 Reputation points
    2022-10-05T21:41:27.883+00:00

    You're using the incorrect endpoint. The "api/messages" endpoint is only for the messaging endpoint in the Azure Bot. When you enable the Direct Line channel, you will need to use the "/.bot/v3/directline" endpoint. See the following documentation for more information: https://learn.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-concepts?view=azure-bot-service-4.0

    1 person found this answer helpful.
    0 comments No comments