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
"description": "These are the messages that will be sent to your Server URL. Default is conversation-update,end-of-call-report,function-call,hang,speech-update,status-update,tool-calls,transfer-destination-request,user-interrupted. You can check the shape of the messages in ServerMessage schema.",
17223
17192
"items": {
17224
-
"type": "string",
17225
-
"enum": [
17193
+
"required": false,
17194
+
"example": [
17226
17195
"conversation-update",
17227
17196
"end-of-call-report",
17228
17197
"function-call",
17229
17198
"hang",
17230
-
"language-changed",
17231
-
"language-change-detected",
17232
-
"model-output",
17233
-
"phone-call-control",
17234
17199
"speech-update",
17235
17200
"status-update",
17236
-
"transcript",
17237
-
"transcript[transcriptType=\"final\"]",
17238
17201
"tool-calls",
17239
17202
"transfer-destination-request",
17240
-
"transfer-update",
17241
-
"user-interrupted",
17242
-
"voice-input"
17243
-
]
17203
+
"user-interrupted"
17204
+
],
17205
+
"description": "These are the messages that will be sent to your Server URL. Default is conversation-update,end-of-call-report,function-call,hang,speech-update,status-update,tool-calls,transfer-destination-request,user-interrupted. You can check the shape of the messages in ServerMessage schema.",
17206
+
"type": "array",
17207
+
"items": {
17208
+
"type": "object"
17209
+
}
17244
17210
}
17245
17211
},
17246
17212
"silenceTimeoutSeconds": {
@@ -17669,7 +17635,10 @@
17669
17635
"keypadInputPlan": {
17670
17636
"$ref": "#/components/schemas/KeypadInputPlan"
17671
17637
}
17672
-
}
17638
+
},
17639
+
"required": [
17640
+
"serverMessages"
17641
+
]
17673
17642
},
17674
17643
"AssistantOverrides": {
17675
17644
"type": "object",
@@ -17950,58 +17919,24 @@
17950
17919
},
17951
17920
"serverMessages": {
17952
17921
"type": "array",
17953
-
"enum": [
17954
-
"conversation-update",
17955
-
"end-of-call-report",
17956
-
"function-call",
17957
-
"hang",
17958
-
"language-changed",
17959
-
"language-change-detected",
17960
-
"model-output",
17961
-
"phone-call-control",
17962
-
"speech-update",
17963
-
"status-update",
17964
-
"transcript",
17965
-
"transcript[transcriptType=\"final\"]",
17966
-
"tool-calls",
17967
-
"transfer-destination-request",
17968
-
"transfer-update",
17969
-
"user-interrupted",
17970
-
"voice-input"
17971
-
],
17972
-
"example": [
17973
-
"conversation-update",
17974
-
"end-of-call-report",
17975
-
"function-call",
17976
-
"hang",
17977
-
"speech-update",
17978
-
"status-update",
17979
-
"tool-calls",
17980
-
"transfer-destination-request",
17981
-
"user-interrupted"
17982
-
],
17983
-
"description": "These are the messages that will be sent to your Server URL. Default is conversation-update,end-of-call-report,function-call,hang,speech-update,status-update,tool-calls,transfer-destination-request,user-interrupted. You can check the shape of the messages in ServerMessage schema.",
17984
17922
"items": {
17985
-
"type": "string",
17986
-
"enum": [
17923
+
"required": false,
17924
+
"example": [
17987
17925
"conversation-update",
17988
17926
"end-of-call-report",
17989
17927
"function-call",
17990
17928
"hang",
17991
-
"language-changed",
17992
-
"language-change-detected",
17993
-
"model-output",
17994
-
"phone-call-control",
17995
17929
"speech-update",
17996
17930
"status-update",
17997
-
"transcript",
17998
-
"transcript[transcriptType=\"final\"]",
17999
17931
"tool-calls",
18000
17932
"transfer-destination-request",
18001
-
"transfer-update",
18002
-
"user-interrupted",
18003
-
"voice-input"
18004
-
]
17933
+
"user-interrupted"
17934
+
],
17935
+
"description": "These are the messages that will be sent to your Server URL. Default is conversation-update,end-of-call-report,function-call,hang,speech-update,status-update,tool-calls,transfer-destination-request,user-interrupted. You can check the shape of the messages in ServerMessage schema.",
17936
+
"type": "array",
17937
+
"items": {
17938
+
"type": "object"
17939
+
}
18005
17940
}
18006
17941
},
18007
17942
"silenceTimeoutSeconds": {
@@ -18434,7 +18369,10 @@
18434
18369
"keypadInputPlan": {
18435
18370
"$ref": "#/components/schemas/KeypadInputPlan"
18436
18371
}
18437
-
}
18372
+
},
18373
+
"required": [
18374
+
"serverMessages"
18375
+
]
18438
18376
},
18439
18377
"SquadMemberDTO": {
18440
18378
"type": "object",
@@ -20586,58 +20524,24 @@
20586
20524
},
20587
20525
"serverMessages": {
20588
20526
"type": "array",
20589
-
"enum": [
20590
-
"conversation-update",
20591
-
"end-of-call-report",
20592
-
"function-call",
20593
-
"hang",
20594
-
"language-changed",
20595
-
"language-change-detected",
20596
-
"model-output",
20597
-
"phone-call-control",
20598
-
"speech-update",
20599
-
"status-update",
20600
-
"transcript",
20601
-
"transcript[transcriptType=\"final\"]",
20602
-
"tool-calls",
20603
-
"transfer-destination-request",
20604
-
"transfer-update",
20605
-
"user-interrupted",
20606
-
"voice-input"
20607
-
],
20608
-
"example": [
20609
-
"conversation-update",
20610
-
"end-of-call-report",
20611
-
"function-call",
20612
-
"hang",
20613
-
"speech-update",
20614
-
"status-update",
20615
-
"tool-calls",
20616
-
"transfer-destination-request",
20617
-
"user-interrupted"
20618
-
],
20619
-
"description": "These are the messages that will be sent to your Server URL. Default is conversation-update,end-of-call-report,function-call,hang,speech-update,status-update,tool-calls,transfer-destination-request,user-interrupted. You can check the shape of the messages in ServerMessage schema.",
20620
20527
"items": {
20621
-
"type": "string",
20622
-
"enum": [
20528
+
"required": false,
20529
+
"example": [
20623
20530
"conversation-update",
20624
20531
"end-of-call-report",
20625
20532
"function-call",
20626
20533
"hang",
20627
-
"language-changed",
20628
-
"language-change-detected",
20629
-
"model-output",
20630
-
"phone-call-control",
20631
20534
"speech-update",
20632
20535
"status-update",
20633
-
"transcript",
20634
-
"transcript[transcriptType=\"final\"]",
20635
20536
"tool-calls",
20636
20537
"transfer-destination-request",
20637
-
"transfer-update",
20638
-
"user-interrupted",
20639
-
"voice-input"
20640
-
]
20538
+
"user-interrupted"
20539
+
],
20540
+
"description": "These are the messages that will be sent to your Server URL. Default is conversation-update,end-of-call-report,function-call,hang,speech-update,status-update,tool-calls,transfer-destination-request,user-interrupted. You can check the shape of the messages in ServerMessage schema.",
0 commit comments