mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: set detect voicemail false by default
This commit is contained in:
parent
df71dcdb13
commit
a6222a3c99
2 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ class NodeDataDTO(BaseModel):
|
|||
add_global_prompt: bool = True
|
||||
wait_for_user_response: bool = False
|
||||
wait_for_user_response_timeout: Optional[float] = None
|
||||
detect_voicemail: bool = True
|
||||
detect_voicemail: bool = False
|
||||
delayed_start: bool = False
|
||||
delayed_start_duration: Optional[float] = None
|
||||
trigger_path: Optional[str] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue