You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* These are the settings to configure or disable voicemail detection. Alternatively, voicemail detection can be configured using the model.tools=[VoicemailTool].
11119
11119
* This uses Twilio's built-in detection while the VoicemailTool relies on the model to detect if a voicemail was reached.
11120
11120
* You can use neither of them, one of them, or both of them. By default, Twilio built-in detection is enabled while VoicemailTool is not.
11121
+
* Set to 'off' to completely disable voicemail detection.
11121
11122
*/
11122
11123
voicemailDetection?:
11123
11124
| GoogleVoicemailDetectionPlan
11124
11125
| OpenAIVoicemailDetectionPlan
11125
11126
| TwilioVoicemailDetectionPlan
11126
-
| VapiVoicemailDetectionPlan;
11127
+
| VapiVoicemailDetectionPlan
11128
+
| 'off';
11127
11129
/**
11128
11130
* These are the messages that will be sent to your Client SDKs. Default is conversation-update,function-call,hang,model-output,speech-update,status-update,transfer-update,transcript,tool-calls,user-interrupted,voice-input,workflow.node.started. You can check the shape of the messages in ClientMessage schema.
* These are the settings to configure or disable voicemail detection. Alternatively, voicemail detection can be configured using the model.tools=[VoicemailTool].
11544
11546
* This uses Twilio's built-in detection while the VoicemailTool relies on the model to detect if a voicemail was reached.
11545
11547
* You can use neither of them, one of them, or both of them. By default, Twilio built-in detection is enabled while VoicemailTool is not.
11548
+
* Set to 'off' to completely disable voicemail detection.
11546
11549
*/
11547
11550
voicemailDetection?:
11548
11551
| GoogleVoicemailDetectionPlan
11549
11552
| OpenAIVoicemailDetectionPlan
11550
11553
| TwilioVoicemailDetectionPlan
11551
-
| VapiVoicemailDetectionPlan;
11554
+
| VapiVoicemailDetectionPlan
11555
+
| 'off';
11552
11556
/**
11553
11557
* These are the messages that will be sent to your Client SDKs. Default is conversation-update,function-call,hang,model-output,speech-update,status-update,transfer-update,transcript,tool-calls,user-interrupted,voice-input,workflow.node.started. You can check the shape of the messages in ClientMessage schema.
* These are the settings to configure or disable voicemail detection. Alternatively, voicemail detection can be configured using the model.tools=[VoicemailTool].
14420
14424
* This uses Twilio's built-in detection while the VoicemailTool relies on the model to detect if a voicemail was reached.
14421
14425
* You can use neither of them, one of them, or both of them. By default, Twilio built-in detection is enabled while VoicemailTool is not.
14426
+
* Set to 'off' to completely disable voicemail detection.
14422
14427
*/
14423
14428
voicemailDetection?:
14424
14429
| GoogleVoicemailDetectionPlan
14425
14430
| OpenAIVoicemailDetectionPlan
14426
14431
| TwilioVoicemailDetectionPlan
14427
-
| VapiVoicemailDetectionPlan;
14432
+
| VapiVoicemailDetectionPlan
14433
+
| 'off';
14428
14434
/**
14429
14435
* These are the messages that will be sent to your Client SDKs. Default is conversation-update,function-call,hang,model-output,speech-update,status-update,transfer-update,transcript,tool-calls,user-interrupted,voice-input,workflow.node.started. You can check the shape of the messages in ClientMessage schema.
* These are the settings to configure or disable voicemail detection. Alternatively, voicemail detection can be configured using the model.tools=[VoicemailTool].
14870
14876
* This uses Twilio's built-in detection while the VoicemailTool relies on the model to detect if a voicemail was reached.
14871
14877
* You can use neither of them, one of them, or both of them. By default, Twilio built-in detection is enabled while VoicemailTool is not.
14878
+
* Set to 'off' to completely disable voicemail detection.
14872
14879
*/
14873
14880
voicemailDetection?:
14874
14881
| GoogleVoicemailDetectionPlan
14875
14882
| OpenAIVoicemailDetectionPlan
14876
14883
| TwilioVoicemailDetectionPlan
14877
-
| VapiVoicemailDetectionPlan;
14884
+
| VapiVoicemailDetectionPlan
14885
+
| 'off';
14878
14886
/**
14879
14887
* These are the messages that will be sent to your Client SDKs. Default is conversation-update,function-call,hang,model-output,speech-update,status-update,transfer-update,transcript,tool-calls,user-interrupted,voice-input,workflow.node.started. You can check the shape of the messages in ClientMessage schema.
0 commit comments