@roarkanalytics/sdk 3.12.0 → 3.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/client.d.mts +5 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +5 -2
- package/client.d.ts.map +1 -1
- package/client.js +3 -0
- package/client.js.map +1 -1
- package/client.mjs +3 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/benchmark.d.mts +547 -0
- package/resources/benchmark.d.mts.map +1 -0
- package/resources/benchmark.d.ts +547 -0
- package/resources/benchmark.d.ts.map +1 -0
- package/resources/benchmark.js +110 -0
- package/resources/benchmark.js.map +1 -0
- package/resources/benchmark.mjs +106 -0
- package/resources/benchmark.mjs.map +1 -0
- package/resources/config.d.mts +3 -3
- package/resources/config.d.mts.map +1 -1
- package/resources/config.d.ts +3 -3
- package/resources/config.d.ts.map +1 -1
- package/resources/customer-flow-edge-case.d.mts +27 -18
- package/resources/customer-flow-edge-case.d.mts.map +1 -1
- package/resources/customer-flow-edge-case.d.ts +27 -18
- package/resources/customer-flow-edge-case.d.ts.map +1 -1
- package/resources/customer-flow.d.mts +117 -72
- package/resources/customer-flow.d.mts.map +1 -1
- package/resources/customer-flow.d.ts +117 -72
- package/resources/customer-flow.d.ts.map +1 -1
- package/resources/index.d.mts +2 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/simulation-job.d.mts +6 -4
- package/resources/simulation-job.d.mts.map +1 -1
- package/resources/simulation-job.d.ts +6 -4
- package/resources/simulation-job.d.ts.map +1 -1
- package/resources/simulation-persona.d.mts +18 -12
- package/resources/simulation-persona.d.mts.map +1 -1
- package/resources/simulation-persona.d.ts +18 -12
- package/resources/simulation-persona.d.ts.map +1 -1
- package/resources/simulation-run-plan-job.d.mts +141 -3
- package/resources/simulation-run-plan-job.d.mts.map +1 -1
- package/resources/simulation-run-plan-job.d.ts +141 -3
- package/resources/simulation-run-plan-job.d.ts.map +1 -1
- package/resources/simulation-run-plan-job.js +16 -0
- package/resources/simulation-run-plan-job.js.map +1 -1
- package/resources/simulation-run-plan-job.mjs +16 -0
- package/resources/simulation-run-plan-job.mjs.map +1 -1
- package/resources/simulation-run-plan.d.mts +38 -0
- package/resources/simulation-run-plan.d.mts.map +1 -1
- package/resources/simulation-run-plan.d.ts +38 -0
- package/resources/simulation-run-plan.d.ts.map +1 -1
- package/resources/simulation.d.mts +9 -0
- package/resources/simulation.d.mts.map +1 -1
- package/resources/simulation.d.ts +9 -0
- package/resources/simulation.d.ts.map +1 -1
- package/src/client.ts +33 -0
- package/src/resources/benchmark.ts +740 -0
- package/src/resources/config.ts +3 -3
- package/src/resources/customer-flow-edge-case.ts +27 -18
- package/src/resources/customer-flow.ts +120 -73
- package/src/resources/index.ts +15 -0
- package/src/resources/simulation-job.ts +6 -4
- package/src/resources/simulation-persona.ts +18 -12
- package/src/resources/simulation-run-plan-job.ts +201 -2
- package/src/resources/simulation-run-plan.ts +44 -0
- package/src/resources/simulation.ts +10 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/src/resources/config.ts
CHANGED
|
@@ -185,7 +185,7 @@ export namespace Bundle {
|
|
|
185
185
|
|
|
186
186
|
properties?: { [key: string]: unknown };
|
|
187
187
|
|
|
188
|
-
responseTiming?: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
188
|
+
responseTiming?: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
189
189
|
|
|
190
190
|
secondaryLanguage?: 'EN';
|
|
191
191
|
|
|
@@ -812,7 +812,7 @@ export namespace ConfigApplyParams {
|
|
|
812
812
|
|
|
813
813
|
properties?: { [key: string]: unknown };
|
|
814
814
|
|
|
815
|
-
responseTiming?: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
815
|
+
responseTiming?: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
816
816
|
|
|
817
817
|
secondaryLanguage?: 'EN';
|
|
818
818
|
|
|
@@ -1316,7 +1316,7 @@ export namespace ConfigDiffParams {
|
|
|
1316
1316
|
|
|
1317
1317
|
properties?: { [key: string]: unknown };
|
|
1318
1318
|
|
|
1319
|
-
responseTiming?: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1319
|
+
responseTiming?: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1320
1320
|
|
|
1321
1321
|
secondaryLanguage?: 'EN';
|
|
1322
1322
|
|
|
@@ -372,9 +372,10 @@ export namespace CustomerFlowEdgeCaseUpdateResponse {
|
|
|
372
372
|
|
|
373
373
|
/**
|
|
374
374
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
375
|
-
* NORMAL, RELAXED)
|
|
375
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
376
|
+
* for several seconds.
|
|
376
377
|
*/
|
|
377
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
378
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
378
379
|
|
|
379
380
|
/**
|
|
380
381
|
* Speech clarity of the persona
|
|
@@ -697,9 +698,10 @@ export namespace CustomerFlowEdgeCaseUpdateResponse {
|
|
|
697
698
|
|
|
698
699
|
/**
|
|
699
700
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
700
|
-
* NORMAL, RELAXED)
|
|
701
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
702
|
+
* for several seconds.
|
|
701
703
|
*/
|
|
702
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
704
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
703
705
|
|
|
704
706
|
/**
|
|
705
707
|
* Speech clarity of the persona
|
|
@@ -1017,9 +1019,10 @@ export namespace CustomerFlowEdgeCaseUpdateResponse {
|
|
|
1017
1019
|
|
|
1018
1020
|
/**
|
|
1019
1021
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1020
|
-
* NORMAL, RELAXED)
|
|
1022
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1023
|
+
* for several seconds.
|
|
1021
1024
|
*/
|
|
1022
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1025
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1023
1026
|
|
|
1024
1027
|
/**
|
|
1025
1028
|
* Speech clarity of the persona
|
|
@@ -1356,9 +1359,10 @@ export namespace CustomerFlowEdgeCaseAddResponse {
|
|
|
1356
1359
|
|
|
1357
1360
|
/**
|
|
1358
1361
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1359
|
-
* NORMAL, RELAXED)
|
|
1362
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1363
|
+
* for several seconds.
|
|
1360
1364
|
*/
|
|
1361
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1365
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1362
1366
|
|
|
1363
1367
|
/**
|
|
1364
1368
|
* Speech clarity of the persona
|
|
@@ -1681,9 +1685,10 @@ export namespace CustomerFlowEdgeCaseAddResponse {
|
|
|
1681
1685
|
|
|
1682
1686
|
/**
|
|
1683
1687
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1684
|
-
* NORMAL, RELAXED)
|
|
1688
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1689
|
+
* for several seconds.
|
|
1685
1690
|
*/
|
|
1686
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1691
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1687
1692
|
|
|
1688
1693
|
/**
|
|
1689
1694
|
* Speech clarity of the persona
|
|
@@ -2001,9 +2006,10 @@ export namespace CustomerFlowEdgeCaseAddResponse {
|
|
|
2001
2006
|
|
|
2002
2007
|
/**
|
|
2003
2008
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2004
|
-
* NORMAL, RELAXED)
|
|
2009
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2010
|
+
* for several seconds.
|
|
2005
2011
|
*/
|
|
2006
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2012
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2007
2013
|
|
|
2008
2014
|
/**
|
|
2009
2015
|
* Speech clarity of the persona
|
|
@@ -2340,9 +2346,10 @@ export namespace CustomerFlowEdgeCasePromoteResponse {
|
|
|
2340
2346
|
|
|
2341
2347
|
/**
|
|
2342
2348
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2343
|
-
* NORMAL, RELAXED)
|
|
2349
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2350
|
+
* for several seconds.
|
|
2344
2351
|
*/
|
|
2345
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2352
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2346
2353
|
|
|
2347
2354
|
/**
|
|
2348
2355
|
* Speech clarity of the persona
|
|
@@ -2665,9 +2672,10 @@ export namespace CustomerFlowEdgeCasePromoteResponse {
|
|
|
2665
2672
|
|
|
2666
2673
|
/**
|
|
2667
2674
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2668
|
-
* NORMAL, RELAXED)
|
|
2675
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2676
|
+
* for several seconds.
|
|
2669
2677
|
*/
|
|
2670
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2678
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2671
2679
|
|
|
2672
2680
|
/**
|
|
2673
2681
|
* Speech clarity of the persona
|
|
@@ -2985,9 +2993,10 @@ export namespace CustomerFlowEdgeCasePromoteResponse {
|
|
|
2985
2993
|
|
|
2986
2994
|
/**
|
|
2987
2995
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2988
|
-
* NORMAL, RELAXED)
|
|
2996
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2997
|
+
* for several seconds.
|
|
2989
2998
|
*/
|
|
2990
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2999
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2991
3000
|
|
|
2992
3001
|
/**
|
|
2993
3002
|
* Speech clarity of the persona
|
|
@@ -760,9 +760,10 @@ export namespace CustomerFlowCreateResponse {
|
|
|
760
760
|
|
|
761
761
|
/**
|
|
762
762
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
763
|
-
* NORMAL, RELAXED)
|
|
763
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
764
|
+
* for several seconds.
|
|
764
765
|
*/
|
|
765
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
766
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
766
767
|
|
|
767
768
|
/**
|
|
768
769
|
* Speech clarity of the persona
|
|
@@ -1087,9 +1088,10 @@ export namespace CustomerFlowCreateResponse {
|
|
|
1087
1088
|
|
|
1088
1089
|
/**
|
|
1089
1090
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1090
|
-
* NORMAL, RELAXED)
|
|
1091
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1092
|
+
* for several seconds.
|
|
1091
1093
|
*/
|
|
1092
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1094
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1093
1095
|
|
|
1094
1096
|
/**
|
|
1095
1097
|
* Speech clarity of the persona
|
|
@@ -1525,9 +1527,10 @@ export namespace CustomerFlowCreateResponse {
|
|
|
1525
1527
|
|
|
1526
1528
|
/**
|
|
1527
1529
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1528
|
-
* NORMAL, RELAXED)
|
|
1530
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1531
|
+
* for several seconds.
|
|
1529
1532
|
*/
|
|
1530
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1533
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1531
1534
|
|
|
1532
1535
|
/**
|
|
1533
1536
|
* Speech clarity of the persona
|
|
@@ -1850,9 +1853,10 @@ export namespace CustomerFlowCreateResponse {
|
|
|
1850
1853
|
|
|
1851
1854
|
/**
|
|
1852
1855
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1853
|
-
* NORMAL, RELAXED)
|
|
1856
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1857
|
+
* for several seconds.
|
|
1854
1858
|
*/
|
|
1855
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1859
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1856
1860
|
|
|
1857
1861
|
/**
|
|
1858
1862
|
* Speech clarity of the persona
|
|
@@ -2258,9 +2262,10 @@ export namespace CustomerFlowCreateResponse {
|
|
|
2258
2262
|
|
|
2259
2263
|
/**
|
|
2260
2264
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2261
|
-
* NORMAL, RELAXED)
|
|
2265
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2266
|
+
* for several seconds.
|
|
2262
2267
|
*/
|
|
2263
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2268
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2264
2269
|
|
|
2265
2270
|
/**
|
|
2266
2271
|
* Speech clarity of the persona
|
|
@@ -2578,9 +2583,10 @@ export namespace CustomerFlowCreateResponse {
|
|
|
2578
2583
|
|
|
2579
2584
|
/**
|
|
2580
2585
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2581
|
-
* NORMAL, RELAXED)
|
|
2586
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2587
|
+
* for several seconds.
|
|
2582
2588
|
*/
|
|
2583
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2589
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2584
2590
|
|
|
2585
2591
|
/**
|
|
2586
2592
|
* Speech clarity of the persona
|
|
@@ -3047,9 +3053,10 @@ export namespace CustomerFlowUpdateResponse {
|
|
|
3047
3053
|
|
|
3048
3054
|
/**
|
|
3049
3055
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
3050
|
-
* NORMAL, RELAXED)
|
|
3056
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
3057
|
+
* for several seconds.
|
|
3051
3058
|
*/
|
|
3052
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
3059
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
3053
3060
|
|
|
3054
3061
|
/**
|
|
3055
3062
|
* Speech clarity of the persona
|
|
@@ -3374,9 +3381,10 @@ export namespace CustomerFlowUpdateResponse {
|
|
|
3374
3381
|
|
|
3375
3382
|
/**
|
|
3376
3383
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
3377
|
-
* NORMAL, RELAXED)
|
|
3384
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
3385
|
+
* for several seconds.
|
|
3378
3386
|
*/
|
|
3379
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
3387
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
3380
3388
|
|
|
3381
3389
|
/**
|
|
3382
3390
|
* Speech clarity of the persona
|
|
@@ -3812,9 +3820,10 @@ export namespace CustomerFlowUpdateResponse {
|
|
|
3812
3820
|
|
|
3813
3821
|
/**
|
|
3814
3822
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
3815
|
-
* NORMAL, RELAXED)
|
|
3823
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
3824
|
+
* for several seconds.
|
|
3816
3825
|
*/
|
|
3817
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
3826
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
3818
3827
|
|
|
3819
3828
|
/**
|
|
3820
3829
|
* Speech clarity of the persona
|
|
@@ -4137,9 +4146,10 @@ export namespace CustomerFlowUpdateResponse {
|
|
|
4137
4146
|
|
|
4138
4147
|
/**
|
|
4139
4148
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
4140
|
-
* NORMAL, RELAXED)
|
|
4149
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
4150
|
+
* for several seconds.
|
|
4141
4151
|
*/
|
|
4142
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
4152
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
4143
4153
|
|
|
4144
4154
|
/**
|
|
4145
4155
|
* Speech clarity of the persona
|
|
@@ -4545,9 +4555,10 @@ export namespace CustomerFlowUpdateResponse {
|
|
|
4545
4555
|
|
|
4546
4556
|
/**
|
|
4547
4557
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
4548
|
-
* NORMAL, RELAXED)
|
|
4558
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
4559
|
+
* for several seconds.
|
|
4549
4560
|
*/
|
|
4550
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
4561
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
4551
4562
|
|
|
4552
4563
|
/**
|
|
4553
4564
|
* Speech clarity of the persona
|
|
@@ -4865,9 +4876,10 @@ export namespace CustomerFlowUpdateResponse {
|
|
|
4865
4876
|
|
|
4866
4877
|
/**
|
|
4867
4878
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
4868
|
-
* NORMAL, RELAXED)
|
|
4879
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
4880
|
+
* for several seconds.
|
|
4869
4881
|
*/
|
|
4870
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
4882
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
4871
4883
|
|
|
4872
4884
|
/**
|
|
4873
4885
|
* Speech clarity of the persona
|
|
@@ -5337,9 +5349,10 @@ export namespace CustomerFlowListResponse {
|
|
|
5337
5349
|
|
|
5338
5350
|
/**
|
|
5339
5351
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
5340
|
-
* NORMAL, RELAXED)
|
|
5352
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
5353
|
+
* for several seconds.
|
|
5341
5354
|
*/
|
|
5342
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
5355
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
5343
5356
|
|
|
5344
5357
|
/**
|
|
5345
5358
|
* Speech clarity of the persona
|
|
@@ -5664,9 +5677,10 @@ export namespace CustomerFlowListResponse {
|
|
|
5664
5677
|
|
|
5665
5678
|
/**
|
|
5666
5679
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
5667
|
-
* NORMAL, RELAXED)
|
|
5680
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
5681
|
+
* for several seconds.
|
|
5668
5682
|
*/
|
|
5669
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
5683
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
5670
5684
|
|
|
5671
5685
|
/**
|
|
5672
5686
|
* Speech clarity of the persona
|
|
@@ -6102,9 +6116,10 @@ export namespace CustomerFlowListResponse {
|
|
|
6102
6116
|
|
|
6103
6117
|
/**
|
|
6104
6118
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
6105
|
-
* NORMAL, RELAXED)
|
|
6119
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
6120
|
+
* for several seconds.
|
|
6106
6121
|
*/
|
|
6107
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
6122
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
6108
6123
|
|
|
6109
6124
|
/**
|
|
6110
6125
|
* Speech clarity of the persona
|
|
@@ -6427,9 +6442,10 @@ export namespace CustomerFlowListResponse {
|
|
|
6427
6442
|
|
|
6428
6443
|
/**
|
|
6429
6444
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
6430
|
-
* NORMAL, RELAXED)
|
|
6445
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
6446
|
+
* for several seconds.
|
|
6431
6447
|
*/
|
|
6432
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
6448
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
6433
6449
|
|
|
6434
6450
|
/**
|
|
6435
6451
|
* Speech clarity of the persona
|
|
@@ -6835,9 +6851,10 @@ export namespace CustomerFlowListResponse {
|
|
|
6835
6851
|
|
|
6836
6852
|
/**
|
|
6837
6853
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
6838
|
-
* NORMAL, RELAXED)
|
|
6854
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
6855
|
+
* for several seconds.
|
|
6839
6856
|
*/
|
|
6840
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
6857
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
6841
6858
|
|
|
6842
6859
|
/**
|
|
6843
6860
|
* Speech clarity of the persona
|
|
@@ -7155,9 +7172,10 @@ export namespace CustomerFlowListResponse {
|
|
|
7155
7172
|
|
|
7156
7173
|
/**
|
|
7157
7174
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
7158
|
-
* NORMAL, RELAXED)
|
|
7175
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
7176
|
+
* for several seconds.
|
|
7159
7177
|
*/
|
|
7160
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
7178
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
7161
7179
|
|
|
7162
7180
|
/**
|
|
7163
7181
|
* Speech clarity of the persona
|
|
@@ -7654,9 +7672,10 @@ export namespace CustomerFlowDuplicateResponse {
|
|
|
7654
7672
|
|
|
7655
7673
|
/**
|
|
7656
7674
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
7657
|
-
* NORMAL, RELAXED)
|
|
7675
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
7676
|
+
* for several seconds.
|
|
7658
7677
|
*/
|
|
7659
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
7678
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
7660
7679
|
|
|
7661
7680
|
/**
|
|
7662
7681
|
* Speech clarity of the persona
|
|
@@ -7981,9 +8000,10 @@ export namespace CustomerFlowDuplicateResponse {
|
|
|
7981
8000
|
|
|
7982
8001
|
/**
|
|
7983
8002
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
7984
|
-
* NORMAL, RELAXED)
|
|
8003
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
8004
|
+
* for several seconds.
|
|
7985
8005
|
*/
|
|
7986
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
8006
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
7987
8007
|
|
|
7988
8008
|
/**
|
|
7989
8009
|
* Speech clarity of the persona
|
|
@@ -8419,9 +8439,10 @@ export namespace CustomerFlowDuplicateResponse {
|
|
|
8419
8439
|
|
|
8420
8440
|
/**
|
|
8421
8441
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
8422
|
-
* NORMAL, RELAXED)
|
|
8442
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
8443
|
+
* for several seconds.
|
|
8423
8444
|
*/
|
|
8424
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
8445
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
8425
8446
|
|
|
8426
8447
|
/**
|
|
8427
8448
|
* Speech clarity of the persona
|
|
@@ -8744,9 +8765,10 @@ export namespace CustomerFlowDuplicateResponse {
|
|
|
8744
8765
|
|
|
8745
8766
|
/**
|
|
8746
8767
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
8747
|
-
* NORMAL, RELAXED)
|
|
8768
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
8769
|
+
* for several seconds.
|
|
8748
8770
|
*/
|
|
8749
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
8771
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
8750
8772
|
|
|
8751
8773
|
/**
|
|
8752
8774
|
* Speech clarity of the persona
|
|
@@ -9152,9 +9174,10 @@ export namespace CustomerFlowDuplicateResponse {
|
|
|
9152
9174
|
|
|
9153
9175
|
/**
|
|
9154
9176
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
9155
|
-
* NORMAL, RELAXED)
|
|
9177
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
9178
|
+
* for several seconds.
|
|
9156
9179
|
*/
|
|
9157
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
9180
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
9158
9181
|
|
|
9159
9182
|
/**
|
|
9160
9183
|
* Speech clarity of the persona
|
|
@@ -9472,9 +9495,10 @@ export namespace CustomerFlowDuplicateResponse {
|
|
|
9472
9495
|
|
|
9473
9496
|
/**
|
|
9474
9497
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
9475
|
-
* NORMAL, RELAXED)
|
|
9498
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
9499
|
+
* for several seconds.
|
|
9476
9500
|
*/
|
|
9477
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
9501
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
9478
9502
|
|
|
9479
9503
|
/**
|
|
9480
9504
|
* Speech clarity of the persona
|
|
@@ -9941,9 +9965,10 @@ export namespace CustomerFlowGetByIDResponse {
|
|
|
9941
9965
|
|
|
9942
9966
|
/**
|
|
9943
9967
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
9944
|
-
* NORMAL, RELAXED)
|
|
9968
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
9969
|
+
* for several seconds.
|
|
9945
9970
|
*/
|
|
9946
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
9971
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
9947
9972
|
|
|
9948
9973
|
/**
|
|
9949
9974
|
* Speech clarity of the persona
|
|
@@ -10268,9 +10293,10 @@ export namespace CustomerFlowGetByIDResponse {
|
|
|
10268
10293
|
|
|
10269
10294
|
/**
|
|
10270
10295
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
10271
|
-
* NORMAL, RELAXED)
|
|
10296
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
10297
|
+
* for several seconds.
|
|
10272
10298
|
*/
|
|
10273
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
10299
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
10274
10300
|
|
|
10275
10301
|
/**
|
|
10276
10302
|
* Speech clarity of the persona
|
|
@@ -10706,9 +10732,10 @@ export namespace CustomerFlowGetByIDResponse {
|
|
|
10706
10732
|
|
|
10707
10733
|
/**
|
|
10708
10734
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
10709
|
-
* NORMAL, RELAXED)
|
|
10735
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
10736
|
+
* for several seconds.
|
|
10710
10737
|
*/
|
|
10711
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
10738
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
10712
10739
|
|
|
10713
10740
|
/**
|
|
10714
10741
|
* Speech clarity of the persona
|
|
@@ -11031,9 +11058,10 @@ export namespace CustomerFlowGetByIDResponse {
|
|
|
11031
11058
|
|
|
11032
11059
|
/**
|
|
11033
11060
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
11034
|
-
* NORMAL, RELAXED)
|
|
11061
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
11062
|
+
* for several seconds.
|
|
11035
11063
|
*/
|
|
11036
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
11064
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
11037
11065
|
|
|
11038
11066
|
/**
|
|
11039
11067
|
* Speech clarity of the persona
|
|
@@ -11439,9 +11467,10 @@ export namespace CustomerFlowGetByIDResponse {
|
|
|
11439
11467
|
|
|
11440
11468
|
/**
|
|
11441
11469
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
11442
|
-
* NORMAL, RELAXED)
|
|
11470
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
11471
|
+
* for several seconds.
|
|
11443
11472
|
*/
|
|
11444
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
11473
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
11445
11474
|
|
|
11446
11475
|
/**
|
|
11447
11476
|
* Speech clarity of the persona
|
|
@@ -11759,9 +11788,10 @@ export namespace CustomerFlowGetByIDResponse {
|
|
|
11759
11788
|
|
|
11760
11789
|
/**
|
|
11761
11790
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
11762
|
-
* NORMAL, RELAXED)
|
|
11791
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
11792
|
+
* for several seconds.
|
|
11763
11793
|
*/
|
|
11764
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
11794
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
11765
11795
|
|
|
11766
11796
|
/**
|
|
11767
11797
|
* Speech clarity of the persona
|
|
@@ -12116,9 +12146,10 @@ export namespace CustomerFlowReplaceGraphResponse {
|
|
|
12116
12146
|
|
|
12117
12147
|
/**
|
|
12118
12148
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
12119
|
-
* NORMAL, RELAXED)
|
|
12149
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
12150
|
+
* for several seconds.
|
|
12120
12151
|
*/
|
|
12121
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
12152
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
12122
12153
|
|
|
12123
12154
|
/**
|
|
12124
12155
|
* Speech clarity of the persona
|
|
@@ -12441,9 +12472,10 @@ export namespace CustomerFlowReplaceGraphResponse {
|
|
|
12441
12472
|
|
|
12442
12473
|
/**
|
|
12443
12474
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
12444
|
-
* NORMAL, RELAXED)
|
|
12475
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
12476
|
+
* for several seconds.
|
|
12445
12477
|
*/
|
|
12446
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
12478
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
12447
12479
|
|
|
12448
12480
|
/**
|
|
12449
12481
|
* Speech clarity of the persona
|
|
@@ -12761,9 +12793,10 @@ export namespace CustomerFlowReplaceGraphResponse {
|
|
|
12761
12793
|
|
|
12762
12794
|
/**
|
|
12763
12795
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
12764
|
-
* NORMAL, RELAXED)
|
|
12796
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
12797
|
+
* for several seconds.
|
|
12765
12798
|
*/
|
|
12766
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
12799
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
12767
12800
|
|
|
12768
12801
|
/**
|
|
12769
12802
|
* Speech clarity of the persona
|
|
@@ -13101,9 +13134,10 @@ export namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
13101
13134
|
|
|
13102
13135
|
/**
|
|
13103
13136
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
13104
|
-
* NORMAL, RELAXED)
|
|
13137
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
13138
|
+
* for several seconds.
|
|
13105
13139
|
*/
|
|
13106
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
13140
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
13107
13141
|
|
|
13108
13142
|
/**
|
|
13109
13143
|
* Speech clarity of the persona
|
|
@@ -13426,9 +13460,10 @@ export namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
13426
13460
|
|
|
13427
13461
|
/**
|
|
13428
13462
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
13429
|
-
* NORMAL, RELAXED)
|
|
13463
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
13464
|
+
* for several seconds.
|
|
13430
13465
|
*/
|
|
13431
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
13466
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
13432
13467
|
|
|
13433
13468
|
/**
|
|
13434
13469
|
* Speech clarity of the persona
|
|
@@ -13746,9 +13781,10 @@ export namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
13746
13781
|
|
|
13747
13782
|
/**
|
|
13748
13783
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
13749
|
-
* NORMAL, RELAXED)
|
|
13784
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
13785
|
+
* for several seconds.
|
|
13750
13786
|
*/
|
|
13751
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
13787
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
13752
13788
|
|
|
13753
13789
|
/**
|
|
13754
13790
|
* Speech clarity of the persona
|
|
@@ -14085,7 +14121,18 @@ export interface CustomerFlowListParams {
|
|
|
14085
14121
|
type?: 'SCRIPTED' | 'IMPROV' | 'VOICEMAIL';
|
|
14086
14122
|
}
|
|
14087
14123
|
|
|
14088
|
-
export interface CustomerFlowDuplicateParams {
|
|
14124
|
+
export interface CustomerFlowDuplicateParams {
|
|
14125
|
+
/**
|
|
14126
|
+
* Agents to link on the copy. Omit to carry the source flow's agents over.
|
|
14127
|
+
* Required when the source is a Roark-managed flow with no agents of its own.
|
|
14128
|
+
*/
|
|
14129
|
+
agentIds?: Array<string>;
|
|
14130
|
+
|
|
14131
|
+
/**
|
|
14132
|
+
* Title for the copy. Defaults to "Copy of" the source flow.
|
|
14133
|
+
*/
|
|
14134
|
+
title?: string;
|
|
14135
|
+
}
|
|
14089
14136
|
|
|
14090
14137
|
export interface CustomerFlowReplaceGraphParams {
|
|
14091
14138
|
/**
|
package/src/resources/index.ts
CHANGED
|
@@ -28,6 +28,20 @@ export {
|
|
|
28
28
|
type AgentPromptUpdateParams,
|
|
29
29
|
type AgentPromptListVersionsParams,
|
|
30
30
|
} from './agent-prompt';
|
|
31
|
+
export {
|
|
32
|
+
Benchmark,
|
|
33
|
+
type BenchmarkGetLeaderboardResponse,
|
|
34
|
+
type BenchmarkGetTargetResponse,
|
|
35
|
+
type BenchmarkListMetricsResponse,
|
|
36
|
+
type BenchmarkListSuitesResponse,
|
|
37
|
+
type BenchmarkListTargetHistoryResponse,
|
|
38
|
+
type BenchmarkListTargetScoreSamplesResponse,
|
|
39
|
+
type BenchmarkGetLeaderboardParams,
|
|
40
|
+
type BenchmarkGetTargetParams,
|
|
41
|
+
type BenchmarkListMetricsParams,
|
|
42
|
+
type BenchmarkListTargetHistoryParams,
|
|
43
|
+
type BenchmarkListTargetScoreSamplesParams,
|
|
44
|
+
} from './benchmark';
|
|
31
45
|
export {
|
|
32
46
|
Call,
|
|
33
47
|
type CallCreateResponse,
|
|
@@ -174,6 +188,7 @@ export {
|
|
|
174
188
|
export {
|
|
175
189
|
SimulationRunPlanJob,
|
|
176
190
|
type SimulationRunPlanJobListResponse,
|
|
191
|
+
type SimulationRunPlanJobCancelResponse,
|
|
177
192
|
type SimulationRunPlanJobGetByIDResponse,
|
|
178
193
|
type SimulationRunPlanJobStartResponse,
|
|
179
194
|
type SimulationRunPlanJobListParams,
|
|
@@ -378,9 +378,10 @@ export namespace SimulationJobGetByIDResponse {
|
|
|
378
378
|
|
|
379
379
|
/**
|
|
380
380
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
381
|
-
* NORMAL, RELAXED)
|
|
381
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
382
|
+
* for several seconds.
|
|
382
383
|
*/
|
|
383
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
384
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
384
385
|
|
|
385
386
|
/**
|
|
386
387
|
* Speech clarity of the persona
|
|
@@ -818,9 +819,10 @@ export namespace SimulationJobLookupResponse {
|
|
|
818
819
|
|
|
819
820
|
/**
|
|
820
821
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
821
|
-
* NORMAL, RELAXED)
|
|
822
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
823
|
+
* for several seconds.
|
|
822
824
|
*/
|
|
823
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
825
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
824
826
|
|
|
825
827
|
/**
|
|
826
828
|
* Speech clarity of the persona
|