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
Copy file name to clipboardExpand all lines: fern/apis/api/openapi.json
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15975,6 +15975,10 @@
15975
15975
"minimum": 1,
15976
15976
"maximum": 10
15977
15977
},
15978
+
"idleMessageResetCountOnUserSpeechEnabled": {
15979
+
"type": "boolean",
15980
+
"description": "This determines whether the idle message count is reset whenever the user speaks.\n\n@default false"
15981
+
},
15978
15982
"idleTimeoutSeconds": {
15979
15983
"type": "number",
15980
15984
"description": "This is the timeout in seconds before a message from `idleMessages` is spoken. The clock starts when the assistant finishes speaking and remains active until the user speaks.\n\n@default 10",
@@ -18031,6 +18035,39 @@
18031
18035
"members"
18032
18036
]
18033
18037
},
18038
+
"PhoneNumberHookCallRinging": {
18039
+
"type": "object",
18040
+
"properties": {
18041
+
"on": {
18042
+
"type": "string",
18043
+
"description": "This is the event to trigger the hook on",
18044
+
"enum": [
18045
+
"call.ringing"
18046
+
],
18047
+
"maxLength": 1000
18048
+
},
18049
+
"do": {
18050
+
"type": "array",
18051
+
"description": "This is the set of actions to perform when the hook triggers",
0 commit comments