I have a conversation service with intents and entities. I don't really have a dialog flow as my conversation agent would have to respond to a query which is not tiered or rather have a cadence.
For e.g.
These are parallel intents which could respond to a question. What I get on dialog service is a tiered workflow, Start ->Intent 1 -> Intent2
Without Intent1, I cannot go beyond any of the flows.
Kindly advice if I am missing anything here.
Another query related is does natural language classifier service scale to return a response similar to conversation engine? What I wanted was "what is weather in Los Angeles" and it gives me back information as "Temperature" =>Intent and Entity @City=Los Angeles. Assuming that I have list of cities in my Entity City.