Global intent detection as per button click
usecase: At time users ask multiple questions in a single go. The entire text may have 3-4 questions and each question may correspond to a different intent. I want to read "last_uttenrence" and using "set_AI" want to segregate the questions and populate them as buttons to the user. Next, as user selects the button/question he wants to be addressed first, based on that if the right intent can trigger then my usecase of multi question handling can be fulfilled.
