> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# USER_INPUT_TIMEOUT

> This event triggers when the AI Agent ends a call due to the user not responding within the timeout period.

The AI Agent terminated the call because the user did not respond.

To test a payload with the `USER_INPUT_TIMEOUT` event, you can use an empty Flow.

Input: Start a call via the Interaction Panel by clicking <img src="https://mintcdn.com/cognigy-15abf2ba/TTEslzNwYb1tMNix/_assets/icons/blue/phone.svg?fit=max&auto=format&n=TTEslzNwYb1tMNix&q=85&s=b0dfd79d576387a44d002e45323ed759" alt="phone" width="20" height="20" data-path="_assets/icons/blue/phone.svg" /> **> Start Call**. When the call starts, say "Hello". Wait several seconds until a payload with the `USER_INPUT_TIMEOUT` event appears.

Payload:

```json theme={null}
{
  "payload": {
    "call_sid": "ee654c0b-e1e3-45d9-xxxx-xxxxxxxxxxxx",
    "direction": "inbound",
    "from": "user-a6dRWVsNTxEYPU1Qkkxxxx",
    "to": "123456789",
    "call_id": "23b61302-5f72-123c-xxxx-xxxxxxxxxxxx",
    "sip_status": 200,
    "sip_reason": "OK",
    "call_status": "in-progress",
    "account_sid": "a6a34b37-6391-4f36-xxxx-xxxxxxxxxxxx",
    "trace_id": "012e7f38ccf2150c80f4169a8dd6xxxx",
    "application_sid": "16f9efd3-bb18-475f-xxxx-xxxxxxxxxxxx",
    "fs_sip_address": "10.1.193.xxx:xxxx",
    "originating_sip_ip": "88.77.xx.xxx",
    "api_base_url": "voice-gateway-app.cognigy.ai/v1",
    "reason": "timeout"
  },
  "event": "USER_INPUT_TIMEOUT"
}
```

## More Information

* [User Input Timeout](/ai/agents/develop/node-reference/voice/voice-gateway/parameter-details)
