Skip to content

Commit f209e21

Browse files
authored
links (#406)
1 parent 8565367 commit f209e21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/calls/voicemail-detection.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ For each detection method, you can fine-tune the following parameters:
6262

6363
| Parameter | Description |
6464
| :-------- | :---------- |
65-
| **Initial Detection Delay** | How long to wait (in seconds) before starting voicemail detection |
66-
| **Detection Retry Interval** | How frequently to check for voicemail (in seconds) |
67-
| **Max Detection Retries** | Maximum number of detection attempts before stopping |
68-
| **Max Voicemail Message Wait** | Maximum time to wait before leaving a message (even without beep detection) |
65+
| **<a href="https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailDetection.vapi.backoffPlan.startAtSeconds" target="_blank">Initial Detection Delay</a>** | How long to wait (in seconds) before starting voicemail detection |
66+
| **<a href="https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailDetection.vapi.backoffPlan.frequencySeconds" target="_blank">Detection Retry Interval</a>** | How frequently to check for voicemail (in seconds) |
67+
| **<a href="https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailDetection.vapi.backoffPlan.maxRetries" target="_blank">Max Detection Retries</a>** | Maximum number of detection attempts before stopping |
68+
| **<a href="https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailDetection.vapi.beepMaxAwaitSeconds" target="_blank">Max Voicemail Message Wait</a>** | Maximum time to wait before leaving a message (even without beep detection) |
6969

7070
These settings allow you to balance:
7171
- **Speed** (how quickly voicemail is detected)

0 commit comments

Comments
 (0)