ex_microsoftbot
ex_microsoftbot copied to clipboard
Elixir client for Microsoft bot framework
Docs: https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0#conversationparameters-object
I wasn't able to _actually_ test this request with pagination because (I think?) I don't have a large enough team... but the endpoint does work, even if it only returned...
Currently, this library only supports communicating with a single bot, as the app id / password come from the application config. What would it take to make it multi tenant,...
Currently the models have a respective parse function which return different types based on if its binary data or if its a map. It would be nice to make them...