Redux action creator function to dispatch response to
Function(payload) => ({ type:string; payload})
dispatchResponseTo
Name of event to dispatch response to
string
listenForTrixtaReactionResponse
This helper method will return the react redux dispatch event for a given roleName and reactionName. This can be used to listen for reactions in saga using the takeEvery effect