Confirms a pending action to resume the task. Use when task.listMessages shows agent_status: "waiting". For messageAskUser events, use task.sendMessage instead. See the Task Lifecycle guide for input formats.
The unique identifier of the task with a pending action. Supports the shortcut agent-default-main_task for the IM agent's main task.
The waiting_for_event_id value from the status_update event that triggered the confirmation request. This identifies which specific action to confirm.
Optional input data for the pending action. The expected schema is defined by the confirm_input_schema field in the status_update event. For simple confirmations, this can be omitted.
Action confirmed successfully. The task will resume processing.