Package com.t4a.api
Interface JavaMethodAction
- All Superinterfaces:
AIAction
- All Known Implementing Classes:
BlankAction
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
default ActionRisk
By default return low action risk so that it can pass without human verificationdefault ActionType
default String
Provide a detailed description of this action namedefault boolean
-
Method Details
-
getActionType
- Specified by:
getActionType
in interfaceAIAction
- Returns:
- ActionType
- See Also:
-
getActionName
- Specified by:
getActionName
in interfaceAIAction
-
getDescription
Description copied from interface:AIAction
Provide a detailed description of this action name- Specified by:
getDescription
in interfaceAIAction
- Returns:
-
getActionRisk
Description copied from interface:AIAction
By default return low action risk so that it can pass without human verification- Specified by:
getActionRisk
in interfaceAIAction
- Returns:
-
isComplexMethod
default boolean isComplexMethod()
-