简体   繁体   English

仅通知团队机器人的服务 URL

[英]Service URL for Notification-Only Teams Bot

I am working on a notification only teams bot limited to members of a single azure ad tenant.我正在开发仅限于单个 Azure 广告租户成员的仅通知团队机器人。 Based on this documentation - https://docs.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bots-context - the serviceUrl could change.根据此文档 - https://docs.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bots-context - serviceUrl 可能会更改。

Since the bot would hardly ever receive a request, how do I manage the serviceUrl?由于机器人几乎不会收到请求,我该如何管理 serviceUrl? What could cause the serviceUrl to change?什么可能导致 serviceUrl 改变?

Service URL are unique to region, not tenant.服务 URL 是区域唯一的,而不是租户。

You can cache the team and user details when bot is added to a team in conversation update bot event .对话更新机器人事件中将机器人添加到团队时,您可以缓存团队和用户详细信息。 You could use it later to send messages.您可以稍后使用它来发送消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 IP 对 Azure 机器人服务的 Teams 频道的地址限制 - IP address restriction to Teams channel of Azure Bot Service 如何将多个团队机器人连接到一个 Azure 机器人服务 - How to connect multiple teams bots to one Azure Bot Service 通过 AppId/BotId 注册 Azure Bot Service bot 时,Teams 如何知道它的端点? - How does Teams know the endpoint of an Azure Bot Service bot when registering it via the AppId/BotId? Azure 机器人对团队没有响应 - Azure Bot is not Responding On Teams 将bot发布到Microsoft Teams - Publishing a bot to Microsoft Teams 将机器人连接到 Skype 和团队 - Connect Bot to Skype and Teams 创建将内容上传到 web 服务的 Microsoft Teams 上传机器人的最佳方法是什么? - What is the best way to create a Microsoft Teams upload bot that uploads the contents to a web service? 我们在尝试使用 Microsoft Bot Framework 和 Azure Bot 服务为某些租户发送 Teams 消息时收到禁止错误 - We are receiving the Forbidden error trying to send the Teams message for some tenants using Microsoft Bot Framework and Azure Bot Service Microsoft Bot Teams 错误“未在 Teams 频道上为机器人启用 SSO。” - Microsoft Bot Teams error “SSO is not enabled for bot on Teams channel.” QnA机器人仅在Azure和团队聊天中使用精确措词时才响应 - QnA bot only responds when using exact phrasing in Azure and Teams Chat
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM