Since yesterday, the Conversation service sometimes doesn't answer a response. It recognizes intents and entities, but there is not text in the response. This is what I get when I use CURL:
{"input":{"text":"soporte"},"context":{"conversation_id":"4c700daf-6dd2-4308-be8
d-b76426278536","system":{"dialog_stack":["root"],"dialog_turn_counter":1,"dialo
g_request_counter":1}},"entities":[],"intents":[{"intent":"soporte","confidence"
:1}],"output":{"log_messages":[{"level":"warn","msg":"No dialog node matched for
the input at a root level!"},{"level":"warn","msg":"No dialog node condition ma
tched to true in the last dialog round - context.nodes_visited is empty. Falling
back to the root node in the next round."}],"text":[]}}
When I test the Conversation from the Web interface, it shows that it recognizes the intent, but doesn't give an anwser.
This happens with any intent or entity, in both models I currently have. I clarify that it is an intermittent behavior, sometimes it works fine (it works fine aprox. 1 out of 3 times)