IfBusy
Disposition when a turn is already running. The wire default
is queue: an SDK caller who has not looked at session state should not
silently mutate an in-flight turn.
Fields and variants
Section titled “Fields and variants”"queue""replace""steer"
Source
schema/msp/experimental/msp.schema.json#/types/IfBusy
{ "description": "Disposition when a turn is already running. The wire default\nis `queue`: an SDK caller who has not looked at session state should not\nsilently mutate an in-flight turn.", "enum": [ "queue", "steer", "replace" ], "type": "string", "x-msp-openness": "closed"}