简体   繁体   English

虚拟助手模板中的 ReturningUserIntroCard

[英]ReturningUserIntroCard in Virtual Assistant Template

In the Virtual Assistant Template introduction ( https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-virtual-assistant-template?view=azure-bot-service-4.0 ) it is said that "a returning user card is shown on subsequent interactions".在虚拟助手模板介绍( https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-virtual-assistant-template?view=azure-bot-service-4.0 )中说“在后续交互中显示返回的用户卡”。

I'm not able to have the returning ActiveCard shown.我无法显示返回的 ActiveCard。

What the user is supposed to do/say in the dialog to see that card?用户应该在对话框中做什么/说什么才能看到那张卡片?

What the user is supposed to do/say in the dialog to see that card?用户应该在对话框中做什么/说什么才能看到那张卡片?

Start a new converstation after having previous interacted with the bot.在之前与机器人交互后开始新的对话。 For example, using the out-of-the-box VA, if you use the 'test in webchat' blade on Azure, you'll get a welcome card, and a prompt to enter your name.例如,使用开箱即用的 VA,如果您在 Azure 上使用“网络聊天中的测试”刀片,您将获得一张欢迎卡,并提示您输入您的姓名。 Later converstations, if you 'restart conversation' in that pane, you won't be prompted to enter your name, you'll get just the card.以后的对话,如果您在该窗格中“重新开始对话”,则不会提示您输入您的姓名,您只会得到卡片。

In other channels, it would be as simple as sending 'hi' or 'are you there' to a bot to restart the convo after the bot has timed out (ie, the user hasn't messaged the bot after some time).在其他渠道中,发送“嗨”或“你在吗”到机器人以在机器人超时后重新启动 convo(即,用户在一段时间后没有向机器人发送消息)一样简单。 This is known as a 'welcome card'.这被称为“欢迎卡”。

For generic bot welcome messages: https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-send-welcome-message?view=azure-bot-service-4.0&tabs=csharp对于通用机器人欢迎消息: https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-send-welcome-message?view=azure-bot-service-4.0&tabs=csharp

For VA specific welcome messages:https://microsoft.github.io/botframework-solutions/virtual-assistant/tutorials/customize-assistant/csharp/2-edit-your-greeting/对于 VA 特定的欢迎消息:https://microsoft.github.io/botframework-solutions/virtual-assistant/tutorials/customize-assistant/csharp/2-edit-your-greeting/

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

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