I know Microsoft Luis is basically a black box that takes the utterances as input and outputs a JSON object which contains 1) a list for the entities, 2) a list for all the intents along with their scores.
My question is that how can I take the conversational context into consideration when Luis is processing its outputs.
For example, for the sentence "Yes, I am interested in coding", I want it to have different intents according to the contexts.
In "context a", it is supposed to be intent "positive_confirmation";
In "context b", it is supposed to be intent "user_preference".
Is this can be achieved by LUIS? or Is there any other way to realize it?
Thank you!