Skip to content
Developer Preview

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.

  • "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"
}