【发布时间】:2019-09-09 10:34:57
【问题描述】:
我有同样的问题:Get Intent Value in RASA Core/NLU 但我想要用户为给定意图提供的值。
例如:
User: I want to take it (this sentence is an intent called: 'use_it')
Bot: ....
User: .... (Later in the chat I decide to answer with the same phrase of intent 'use it')
Bot: you said previously "I want to take it"
我怎么能做这样的事情:tracker.get_slot 但出于意图?
我不想要最后一个意图的名称,我想要用户给定意图的文本。
【问题讨论】: