Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Amazon Alexa 中建立会话技能。一旦我开始我的技能,当我设置为时,我如何知道用户第二次说了should_end_session什么false?
should_end_session
false
用户第二次说的话是什么意思?用户在实时会话中提供的任何响应都应与您的技能的话语之一相匹配,并且这些话语与意图相关联。
你想从用户那里得到什么回应?请提供更多信息。