You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receive function gets registered and it gets executed. Problem is that the following hears function doesn't get triggered. I made sure the intent is matching.
what is puzzling to me is, why does wrapper doesn't work and direct receive middleware registration works. My understanding is in both cases next is not implemented.
I am trying to filter messages passed to the Watson. I followed the step to use the wrapper function.
Receive function gets registered and it gets executed. Problem is that the following hears function doesn't get triggered. I made sure the intent is matching.
Above mentioned hears function gets triggered fine with the following receive handler.
The text was updated successfully, but these errors were encountered: