Get input on UNHANDLED


#1

Hi

Is there any way to get the input phrase on UNHANDLED?. I want to add some logic here but need to parse the unexpected phrase.

https://www.jovo.tech/docs/handlers#unhandled

Thanks


#2

In Jovo v4, you can access user input with the $input parameter: https://www.jovo.tech/docs/input

For platforms that provide raw text, you can use this.$input.getText();