OptionalAIOptional array of structured directives for the AI agent. Propagated from ActionResult.AIDirectives.
OptionalLogWhenever an action is executed a log entry is created. This log entry is stored in the database and can be used to track the execution of the action. This property contains the log entry object for the action that was run. Note that the log entry will be created
OptionalMessageOptional, a message an action can include that describes the outcome of the action. This is typically used to display a message to the user.
OptionalParamsAll parameters including inputs and outputs are provided here for convenience
OptionalResultA code that indicates the outcome of the action. Will be one of the possible ResultCodes enumerated in the MJActionResultCodeEntity
Contains the parameters that were used to run the action as a convenience.
Indicates if the action was successful or not.
Class that has the result of a complete action execution, returned by the Run method of the ActionEngine.