File tree Expand file tree Collapse file tree 1 file changed +0
-155
lines changed Expand file tree Collapse file tree 1 file changed +0
-155
lines changed Original file line number Diff line number Diff line change 15106
15106
"maximum": 2,
15107
15107
"default": 1
15108
15108
},
15109
- "language": {
15110
- "type": "string",
15111
- "description": "This is the language code (ISO 639-1) that will be used.\n\n@default 'en-US'",
15112
- "enum": [
15113
- "en-US",
15114
- "en-GB",
15115
- "en-AU",
15116
- "en-CA",
15117
- "ja",
15118
- "zh",
15119
- "de",
15120
- "hi",
15121
- "fr-FR",
15122
- "fr-CA",
15123
- "ko",
15124
- "pt-BR",
15125
- "pt-PT",
15126
- "it",
15127
- "es-ES",
15128
- "es-MX",
15129
- "id",
15130
- "nl",
15131
- "tr",
15132
- "fil",
15133
- "pl",
15134
- "sv",
15135
- "bg",
15136
- "ro",
15137
- "ar-SA",
15138
- "ar-AE",
15139
- "cs",
15140
- "el",
15141
- "fi",
15142
- "hr",
15143
- "ms",
15144
- "sk",
15145
- "da",
15146
- "ta",
15147
- "uk",
15148
- "ru",
15149
- "hu",
15150
- "no",
15151
- "vi"
15152
- ],
15153
- "default": "en-US"
15154
- },
15155
15109
"chunkPlan": {
15156
15110
"description": "This is the plan for chunking the model output before it is sent to the voice provider.",
15157
15111
"allOf": [
16382
16336
"maximum": 2,
16383
16337
"default": 1
16384
16338
},
16385
- "language": {
16386
- "type": "string",
16387
- "description": "This is the language code (ISO 639-1) that will be used.\n\n@default 'en-US'",
16388
- "enum": [
16389
- "en-US",
16390
- "en-GB",
16391
- "en-AU",
16392
- "en-CA",
16393
- "ja",
16394
- "zh",
16395
- "de",
16396
- "hi",
16397
- "fr-FR",
16398
- "fr-CA",
16399
- "ko",
16400
- "pt-BR",
16401
- "pt-PT",
16402
- "it",
16403
- "es-ES",
16404
- "es-MX",
16405
- "id",
16406
- "nl",
16407
- "tr",
16408
- "fil",
16409
- "pl",
16410
- "sv",
16411
- "bg",
16412
- "ro",
16413
- "ar-SA",
16414
- "ar-AE",
16415
- "cs",
16416
- "el",
16417
- "fi",
16418
- "hr",
16419
- "ms",
16420
- "sk",
16421
- "da",
16422
- "ta",
16423
- "uk",
16424
- "ru",
16425
- "hu",
16426
- "no",
16427
- "vi"
16428
- ],
16429
- "default": "en-US"
16430
- },
16431
16339
"chunkPlan": {
16432
16340
"description": "This is the plan for chunking the model output before it is sent to the voice provider.",
16433
16341
"allOf": [
30645
30553
}
30646
30554
}
30647
30555
},
30648
- "Metrics": {
30649
- "type": "object",
30650
- "properties": {
30651
- "orgId": {
30652
- "type": "string"
30653
- },
30654
- "rangeStart": {
30655
- "type": "string"
30656
- },
30657
- "rangeEnd": {
30658
- "type": "string"
30659
- },
30660
- "bill": {
30661
- "type": "number"
30662
- },
30663
- "billWithinBillingLimit": {
30664
- "type": "boolean"
30665
- },
30666
- "billDailyBreakdown": {
30667
- "type": "object"
30668
- },
30669
- "callActive": {
30670
- "type": "number"
30671
- },
30672
- "callActiveWithinConcurrencyLimit": {
30673
- "type": "boolean"
30674
- },
30675
- "callMinutes": {
30676
- "type": "number"
30677
- },
30678
- "callMinutesDailyBreakdown": {
30679
- "type": "object"
30680
- },
30681
- "callMinutesAverage": {
30682
- "type": "number"
30683
- },
30684
- "callMinutesAverageDailyBreakdown": {
30685
- "type": "object"
30686
- },
30687
- "callCount": {
30688
- "type": "number"
30689
- },
30690
- "callCountDailyBreakdown": {
30691
- "type": "object"
30692
- }
30693
- },
30694
- "required": [
30695
- "orgId",
30696
- "rangeStart",
30697
- "rangeEnd",
30698
- "bill",
30699
- "billWithinBillingLimit",
30700
- "billDailyBreakdown",
30701
- "callActive",
30702
- "callActiveWithinConcurrencyLimit",
30703
- "callMinutes",
30704
- "callMinutesDailyBreakdown",
30705
- "callMinutesAverage",
30706
- "callMinutesAverageDailyBreakdown",
30707
- "callCount",
30708
- "callCountDailyBreakdown"
30709
- ]
30710
- },
30711
30556
"TimeRange": {
30712
30557
"type": "object",
30713
30558
"properties": {
You can’t perform that action at this time.
0 commit comments