Is it possible to call my bot webservice, witch is hosted locally and public visible on the web, from a another .net application using the directline api but without having to route the message through the Microsoft Bot Connector ?
I mean, instead of the client app have to post an http message to
https://directline.botframework.com/v3/directline/conversations/{conversationId}/activities
make the request directly to
https://{mydomain}/v3/directline/conversations/{conversationId}/activities
Follows a diagram to help to understand what I'm trying to do: