An Azure service that provides an integrated environment for bot development.
Azure Bot Service typically expects the messaging endpoint to be the bot application's web endpoint with /api/messages appended.
Example format:
https://<your-bot-hostname>/api/messages
In Azure portal:
- Open the Azure Bot resource.
- Go to Configuration.
- In Messaging endpoint, paste the web app hostname URL.
- Append
/api/messages. - Select Apply.
In the SDK/API surface, this endpoint is represented as the bot's Endpoint property.
References: