Rasa interprets /<something>{"Entity1":"value1", ...} as a direct call to an intent with name <something> and passing parameters as entities. This is how buttons are implemented. This also completely bypasses NLU.
We should not simply pass on all direct intent calls, but make the following configurable:
Rasa interprets
/<something>{"Entity1":"value1", ...}
as a direct call to an intent with name<something>
and passing parameters as entities. This is how buttons are implemented. This also completely bypasses NLU.We should not simply pass on all direct intent calls, but make the following configurable:
/feedback{...}
as mentioned in https://github.com/SDiFI/webchat/issues/16#issuecomment-1513343047. This reaction of the user needs to be captured by Masdif for marking the last message status