abstract fun makeEngageHuman(context: RobotContext!, target: Human!): Future<EngageHuman!>!
Generate an 'engage human' action.
context
- RobotContext!: The context to authorize the action to be effectively executed on a robot.
target
- Human!: The human to engage.
Return
Future<EngageHuman!>!: The 'engage human' action.
Since
2