Action results
After Neuro sends an action command, your game should return back the following packet to tell Neuro if the command succeeded:
{ "command": "action/result", "game": string, "data": { "id": string, "success": boolean, "message"?: string }}data Parameters
Section titled “data Parameters”id- The ID of the action you are sending the result of. This should have been sent to you from Neuro when she executed anactioncommand.success- Whether or not the action succeeded.
message- A short, optional (required ifsuccessisfalse) string that gets received by Neuro.