reminder_required

View as Markdown

Direction: Dial → your server. The user has gone quiet for a while. You may produce a gentle nudge (e.g. “Are you still there?”) using the same mechanics as response_required — or ignore it.

Schema

FieldTypeDescription
typestringAlways "reminder_required".
response_idintegerIdentifies this turn. Echo it back on every response frame.
transcriptarrayThe full conversation so far — [{ role, content }].

Example

1{
2 "type": "reminder_required",
3 "response_id": 8,
4 "transcript": [
5 { "role": "agent", "content": "I can help with that — what's your order number?" }
6 ]
7}

Reply with response frames carrying this response_id, exactly as you would for response_required.