Confirmation Request
class ConfirmationRequest<P : Any>(payload: P, val message: String, persistent: Boolean = false) : AbstractAwaitable<P, ConfirmationResponse>
Request confirmation from the user before promoting an object to the blackboard. Rejection will hold back a flow.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open override fun onResponse(response: ConfirmationResponse, agentProcess: AgentProcess): ResponseImpact
Update process state based on this response
Link copied to clipboard