Builder
Properties
An approval decision supplied when resuming a paused agent execution. When an agent execution pauses to request approval for an elevated action, SendMessage streams an approval request carrying interrupt identifiers. To resume the paused execution, call SendMessage again with userActionResponse set to "APPROVAL_ACTION" and this member populated with those identifiers and the decision (APPROVED or REJECTED). Optional; omit it for messages that are not resuming an approval.
The current page or view the user is on
The ID of the last message in the conversation
Response to a UI prompt (not a text conversation message). Set this to the sentinel value "APPROVAL_ACTION" when the request is resuming a paused execution after an approval decision; in that case the structured decision is provided on the sibling approvalAction member. Preserved as a String for backward compatibility: clients that predate the typed approval field may still encode UI-prompt responses as JSON in this field.
Functions
construct an aws.sdk.kotlin.services.devopsagent.model.ApprovalAction inside the given block