简体   繁体   English

如何禁用 Microsoft Teams Bot 中的消息推荐

[英]How can I disable message recommendations in Microsoft Teams Bot

I followed this tutorial to build my first bot in Microsoft Teams.我按照本教程在 Microsoft Teams 中构建了我的第一个机器人。 In the chat window I always get recommendations on what I can ask the bot.在聊天 window 中,我总是得到关于我可以问机器人什么的建议。 After a while that gets quite annoying... How can I disable that?过了一会儿,这变得很烦人......我怎样才能禁用它?

Here a picture of what I mean (Vorschläge means recommendations): message hint/recommendation这是我的意思的图片(Vorschläge 表示建议):消息提示/建议

Command menu with a drop-down list of commands is added for your bot, to define a set of core commands that your bot can respond to.为您的机器人添加了带有命令下拉列表的命令菜单,以定义您的机器人可以响应的一组核心命令。 The list of commands is presented to the users in the compose message area when they are in conversation with your bot.当用户与您的机器人对话时,命令列表会在撰写消息区域中呈现给用户。 You can disable those commands by removing command list in manifest file of your bot app where these are defined.您可以通过删除定义这些命令的机器人应用程序的清单文件中的命令列表来禁用这些命令。 在此处输入图像描述

If you remove any commands from your manifest, you must redeploy your app to implement the changes.如果您从清单中删除任何命令,则必须重新部署您的应用程序以实施更改。 In general, any changes to the manifest require you to redeploy your app.通常,对清单的任何更改都需要您重新部署您的应用程序。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM