Is there a way I can directly send in the probabilities of intents and entity list in :
interpreter.parse() format: {‘intent’: {‘name’: ‘intent_name’, ‘confidence’: 1},‘entities’: [],‘text’: ‘testing core’}
I tried rewriting the NLU parse function to send the above output, but the core isn’t executing as required.