Intents/Slots history for awareness #6
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
We need to provide an history of intents with their slots in the
Agent
.With that in mind, when parsing a new sentence, if some slots couldn't have been extracted, we could try to look for them in the recent history before calling the skill handler.
The idea behind this is to be able to make something like this:
As a side effect, refering to #4 :
should work too :)
Open questions are:
Regarding the implementation, nothing breaking here, a method such as
get_available_slots(intent_name)
should be added toInterpreter
and returns the list of possible slot names given an intent (as per the training data)`.The text was updated successfully, but these errors were encountered: