【发布时间】:2019-08-10 17:16:45
【问题描述】:
我如何确保当用户回复问题时:
“你想要一首快乐、悲伤、愤怒或自信的歌曲吗?”
使用“愤怒”,代理将用户带回到“愤怒”意图(它是祖父母的兄弟)而不是默认的欢迎意图?
这是我的布局: DefaultWelcomeIntent-->-Happy-->-Happy-noIncorrectEmotion(返回 DefaultWelcomeIntent) 用户对原来的“感觉怎么样?”回复“开心”。问题
|_____The user replies "no" to the emotion checker intent (saying "I have
detected that you are "feeling happy, is this correct?"
|_____The user replies that they are angry to the follow up of this
which asks "Are you wanting a happy, sad, angry or confident
song?"
实际响应:回到默认的欢迎意图 预期响应:转到愤怒意图
预期响应:转到愤怒的意图 我已将输出上下文设置为生气、悲伤和自信(尽管我认为这并没有多大作用)
【问题讨论】:
标签: dialogflow-es google-assistant-sdk