You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some situations (e.g. when all training sentences of an intent have a parameter) we may want to discard the matching of the intent if the NLP server was unable to identify a value for the parameter in the sentence to predict.
This could be implemented by:
overwriting the AbstractIntentRecognitionProvider.getBestCandidate method
adding a new configuration property to say whether this is the desired behaviour
The text was updated successfully, but these errors were encountered:
In some situations (e.g. when all training sentences of an intent have a parameter) we may want to discard the matching of the intent if the NLP server was unable to identify a value for the parameter in the sentence to predict.
This could be implemented by:
The text was updated successfully, but these errors were encountered: