ExMicrosoftBot (ex_microsoftbot v3.0.0)
Starts the application for connecting to Microsoft Bot Services. Make sure that the application id and password for your bot is set in config as:
config :ex_microsoftbot,
app_id: "BOT_APP_ID",
app_password: "BOT_APP_PASSWORD"
Link to this section Summary
Functions
Callback implementation for Application.start/2
.
Link to this section Functions
Link to this function
start(type, args)
Callback implementation for Application.start/2
.