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.
我正在尝试使用 webhook 实现搜索功能。我想将用户话语保存在参数中,以防用户查询与起始页上的任何意图不匹配。有什么方法可以将用户话语保存在参数中,以便 webhook 可以使用它。目前没有正确调用匹配意图,但话语不会进入 webhook。
你可以做什么:
no-match-utterance
@sys.any
$session.params.no-match-utterance
我的项目中的一个例子: