I am using IBM Watson Assistant Java client to develop a client application:
Assistant service = new Assistant("2018-02-16");
I have read the recommended approach to process client side actions triggers from workspace:
But I can't find where to get the "actions" content I enter in the node as described in that page, in the MessageResponse object where response is returned (it has intents, response, contexts... but no "actions")
How should client know if the workspace node requests the execution of an action?