Skip to content
Developer Preview

userInput/settled

The first durable user-input settlement landed; protected delivery.

Type: UserInputSettledParams

userInput/settled params: the first durable prompt settlement.

Field Type Stability Presence Description
answers UserInputAnswer[] required
clarification UserInputClarification | null required
decidedByCommandId string | null required
outcome UserInputOutcome required
reason string | null required
sessionId string required
sourceRange SourceRange required
userInputId string required
viewCursor string required
Source

schema/msp/experimental/msp.schema.json#/notifications/userInput~2Fsettled

{
"description": "The first durable user-input settlement landed; protected delivery.",
"params": {
"$ref": "#/$defs/UserInputSettledParams"
}
}