@roarkanalytics/sdk 3.12.0 → 3.14.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 +24 -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 +6 -6
- package/resources/config.d.mts.map +1 -1
- package/resources/config.d.ts +6 -6
- package/resources/config.d.ts.map +1 -1
- package/resources/customer-flow-edge-case.d.mts +45 -36
- package/resources/customer-flow-edge-case.d.mts.map +1 -1
- package/resources/customer-flow-edge-case.d.ts +45 -36
- package/resources/customer-flow-edge-case.d.ts.map +1 -1
- package/resources/customer-flow.d.mts +189 -144
- package/resources/customer-flow.d.mts.map +1 -1
- package/resources/customer-flow.d.ts +189 -144
- 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-environment.d.mts +6 -6
- package/resources/simulation-environment.d.mts.map +1 -1
- package/resources/simulation-environment.d.ts +6 -6
- package/resources/simulation-environment.d.ts.map +1 -1
- package/resources/simulation-job.d.mts +8 -6
- package/resources/simulation-job.d.mts.map +1 -1
- package/resources/simulation-job.d.ts +8 -6
- package/resources/simulation-job.d.ts.map +1 -1
- package/resources/simulation-persona.d.mts +24 -18
- package/resources/simulation-persona.d.mts.map +1 -1
- package/resources/simulation-persona.d.ts +24 -18
- package/resources/simulation-persona.d.ts.map +1 -1
- package/resources/simulation-run-plan-job.d.mts +142 -4
- package/resources/simulation-run-plan-job.d.mts.map +1 -1
- package/resources/simulation-run-plan-job.d.ts +142 -4
- 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 +18 -6
- package/src/resources/customer-flow-edge-case.ts +117 -36
- package/src/resources/customer-flow.ts +480 -145
- package/src/resources/index.ts +15 -0
- package/src/resources/simulation-environment.ts +30 -6
- package/src/resources/simulation-job.ts +16 -6
- package/src/resources/simulation-persona.ts +48 -18
- package/src/resources/simulation-run-plan-job.ts +206 -3
- 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
|
@@ -415,7 +415,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
415
415
|
*/
|
|
416
416
|
interface Environment {
|
|
417
417
|
id: string;
|
|
418
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
418
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
419
419
|
backgroundNoiseVolume: number;
|
|
420
420
|
/**
|
|
421
421
|
* Creation timestamp in ISO 8601 format
|
|
@@ -449,7 +449,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
449
449
|
/**
|
|
450
450
|
* Background noise setting
|
|
451
451
|
*/
|
|
452
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
452
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
453
453
|
/**
|
|
454
454
|
* Base emotional state of the persona
|
|
455
455
|
*/
|
|
@@ -511,9 +511,10 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
511
511
|
};
|
|
512
512
|
/**
|
|
513
513
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
514
|
-
* NORMAL, RELAXED)
|
|
514
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
515
|
+
* for several seconds.
|
|
515
516
|
*/
|
|
516
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
517
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
517
518
|
/**
|
|
518
519
|
* Speech clarity of the persona
|
|
519
520
|
*/
|
|
@@ -609,7 +610,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
609
610
|
*/
|
|
610
611
|
interface Environment {
|
|
611
612
|
id: string;
|
|
612
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
613
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
613
614
|
backgroundNoiseVolume: number;
|
|
614
615
|
/**
|
|
615
616
|
* Creation timestamp in ISO 8601 format
|
|
@@ -643,7 +644,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
643
644
|
/**
|
|
644
645
|
* Background noise setting
|
|
645
646
|
*/
|
|
646
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
647
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
647
648
|
/**
|
|
648
649
|
* Base emotional state of the persona
|
|
649
650
|
*/
|
|
@@ -705,9 +706,10 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
705
706
|
};
|
|
706
707
|
/**
|
|
707
708
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
708
|
-
* NORMAL, RELAXED)
|
|
709
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
710
|
+
* for several seconds.
|
|
709
711
|
*/
|
|
710
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
712
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
711
713
|
/**
|
|
712
714
|
* Speech clarity of the persona
|
|
713
715
|
*/
|
|
@@ -890,7 +892,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
890
892
|
*/
|
|
891
893
|
interface Environment {
|
|
892
894
|
id: string;
|
|
893
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
895
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
894
896
|
backgroundNoiseVolume: number;
|
|
895
897
|
/**
|
|
896
898
|
* Creation timestamp in ISO 8601 format
|
|
@@ -924,7 +926,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
924
926
|
/**
|
|
925
927
|
* Background noise setting
|
|
926
928
|
*/
|
|
927
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
929
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
928
930
|
/**
|
|
929
931
|
* Base emotional state of the persona
|
|
930
932
|
*/
|
|
@@ -986,9 +988,10 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
986
988
|
};
|
|
987
989
|
/**
|
|
988
990
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
989
|
-
* NORMAL, RELAXED)
|
|
991
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
992
|
+
* for several seconds.
|
|
990
993
|
*/
|
|
991
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
994
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
992
995
|
/**
|
|
993
996
|
* Speech clarity of the persona
|
|
994
997
|
*/
|
|
@@ -1082,7 +1085,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1082
1085
|
*/
|
|
1083
1086
|
interface Environment {
|
|
1084
1087
|
id: string;
|
|
1085
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
1088
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
1086
1089
|
backgroundNoiseVolume: number;
|
|
1087
1090
|
/**
|
|
1088
1091
|
* Creation timestamp in ISO 8601 format
|
|
@@ -1116,7 +1119,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1116
1119
|
/**
|
|
1117
1120
|
* Background noise setting
|
|
1118
1121
|
*/
|
|
1119
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
1122
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
1120
1123
|
/**
|
|
1121
1124
|
* Base emotional state of the persona
|
|
1122
1125
|
*/
|
|
@@ -1178,9 +1181,10 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1178
1181
|
};
|
|
1179
1182
|
/**
|
|
1180
1183
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1181
|
-
* NORMAL, RELAXED)
|
|
1184
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1185
|
+
* for several seconds.
|
|
1182
1186
|
*/
|
|
1183
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1187
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1184
1188
|
/**
|
|
1185
1189
|
* Speech clarity of the persona
|
|
1186
1190
|
*/
|
|
@@ -1339,7 +1343,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1339
1343
|
*/
|
|
1340
1344
|
interface Environment {
|
|
1341
1345
|
id: string;
|
|
1342
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
1346
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
1343
1347
|
backgroundNoiseVolume: number;
|
|
1344
1348
|
/**
|
|
1345
1349
|
* Creation timestamp in ISO 8601 format
|
|
@@ -1373,7 +1377,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1373
1377
|
/**
|
|
1374
1378
|
* Background noise setting
|
|
1375
1379
|
*/
|
|
1376
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
1380
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
1377
1381
|
/**
|
|
1378
1382
|
* Base emotional state of the persona
|
|
1379
1383
|
*/
|
|
@@ -1435,9 +1439,10 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1435
1439
|
};
|
|
1436
1440
|
/**
|
|
1437
1441
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1438
|
-
* NORMAL, RELAXED)
|
|
1442
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1443
|
+
* for several seconds.
|
|
1439
1444
|
*/
|
|
1440
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1445
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1441
1446
|
/**
|
|
1442
1447
|
* Speech clarity of the persona
|
|
1443
1448
|
*/
|
|
@@ -1527,7 +1532,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1527
1532
|
*/
|
|
1528
1533
|
interface Environment {
|
|
1529
1534
|
id: string;
|
|
1530
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
1535
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
1531
1536
|
backgroundNoiseVolume: number;
|
|
1532
1537
|
/**
|
|
1533
1538
|
* Creation timestamp in ISO 8601 format
|
|
@@ -1561,7 +1566,7 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1561
1566
|
/**
|
|
1562
1567
|
* Background noise setting
|
|
1563
1568
|
*/
|
|
1564
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
1569
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
1565
1570
|
/**
|
|
1566
1571
|
* Base emotional state of the persona
|
|
1567
1572
|
*/
|
|
@@ -1623,9 +1628,10 @@ export declare namespace CustomerFlowCreateResponse {
|
|
|
1623
1628
|
};
|
|
1624
1629
|
/**
|
|
1625
1630
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1626
|
-
* NORMAL, RELAXED)
|
|
1631
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1632
|
+
* for several seconds.
|
|
1627
1633
|
*/
|
|
1628
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1634
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1629
1635
|
/**
|
|
1630
1636
|
* Speech clarity of the persona
|
|
1631
1637
|
*/
|
|
@@ -1836,7 +1842,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
1836
1842
|
*/
|
|
1837
1843
|
interface Environment {
|
|
1838
1844
|
id: string;
|
|
1839
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
1845
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
1840
1846
|
backgroundNoiseVolume: number;
|
|
1841
1847
|
/**
|
|
1842
1848
|
* Creation timestamp in ISO 8601 format
|
|
@@ -1870,7 +1876,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
1870
1876
|
/**
|
|
1871
1877
|
* Background noise setting
|
|
1872
1878
|
*/
|
|
1873
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
1879
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
1874
1880
|
/**
|
|
1875
1881
|
* Base emotional state of the persona
|
|
1876
1882
|
*/
|
|
@@ -1932,9 +1938,10 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
1932
1938
|
};
|
|
1933
1939
|
/**
|
|
1934
1940
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
1935
|
-
* NORMAL, RELAXED)
|
|
1941
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
1942
|
+
* for several seconds.
|
|
1936
1943
|
*/
|
|
1937
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
1944
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
1938
1945
|
/**
|
|
1939
1946
|
* Speech clarity of the persona
|
|
1940
1947
|
*/
|
|
@@ -2030,7 +2037,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2030
2037
|
*/
|
|
2031
2038
|
interface Environment {
|
|
2032
2039
|
id: string;
|
|
2033
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2040
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2034
2041
|
backgroundNoiseVolume: number;
|
|
2035
2042
|
/**
|
|
2036
2043
|
* Creation timestamp in ISO 8601 format
|
|
@@ -2064,7 +2071,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2064
2071
|
/**
|
|
2065
2072
|
* Background noise setting
|
|
2066
2073
|
*/
|
|
2067
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2074
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2068
2075
|
/**
|
|
2069
2076
|
* Base emotional state of the persona
|
|
2070
2077
|
*/
|
|
@@ -2126,9 +2133,10 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2126
2133
|
};
|
|
2127
2134
|
/**
|
|
2128
2135
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2129
|
-
* NORMAL, RELAXED)
|
|
2136
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2137
|
+
* for several seconds.
|
|
2130
2138
|
*/
|
|
2131
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2139
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2132
2140
|
/**
|
|
2133
2141
|
* Speech clarity of the persona
|
|
2134
2142
|
*/
|
|
@@ -2311,7 +2319,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2311
2319
|
*/
|
|
2312
2320
|
interface Environment {
|
|
2313
2321
|
id: string;
|
|
2314
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2322
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2315
2323
|
backgroundNoiseVolume: number;
|
|
2316
2324
|
/**
|
|
2317
2325
|
* Creation timestamp in ISO 8601 format
|
|
@@ -2345,7 +2353,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2345
2353
|
/**
|
|
2346
2354
|
* Background noise setting
|
|
2347
2355
|
*/
|
|
2348
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2356
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2349
2357
|
/**
|
|
2350
2358
|
* Base emotional state of the persona
|
|
2351
2359
|
*/
|
|
@@ -2407,9 +2415,10 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2407
2415
|
};
|
|
2408
2416
|
/**
|
|
2409
2417
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2410
|
-
* NORMAL, RELAXED)
|
|
2418
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2419
|
+
* for several seconds.
|
|
2411
2420
|
*/
|
|
2412
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2421
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2413
2422
|
/**
|
|
2414
2423
|
* Speech clarity of the persona
|
|
2415
2424
|
*/
|
|
@@ -2503,7 +2512,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2503
2512
|
*/
|
|
2504
2513
|
interface Environment {
|
|
2505
2514
|
id: string;
|
|
2506
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2515
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2507
2516
|
backgroundNoiseVolume: number;
|
|
2508
2517
|
/**
|
|
2509
2518
|
* Creation timestamp in ISO 8601 format
|
|
@@ -2537,7 +2546,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2537
2546
|
/**
|
|
2538
2547
|
* Background noise setting
|
|
2539
2548
|
*/
|
|
2540
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2549
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2541
2550
|
/**
|
|
2542
2551
|
* Base emotional state of the persona
|
|
2543
2552
|
*/
|
|
@@ -2599,9 +2608,10 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2599
2608
|
};
|
|
2600
2609
|
/**
|
|
2601
2610
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2602
|
-
* NORMAL, RELAXED)
|
|
2611
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2612
|
+
* for several seconds.
|
|
2603
2613
|
*/
|
|
2604
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2614
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2605
2615
|
/**
|
|
2606
2616
|
* Speech clarity of the persona
|
|
2607
2617
|
*/
|
|
@@ -2760,7 +2770,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2760
2770
|
*/
|
|
2761
2771
|
interface Environment {
|
|
2762
2772
|
id: string;
|
|
2763
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2773
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2764
2774
|
backgroundNoiseVolume: number;
|
|
2765
2775
|
/**
|
|
2766
2776
|
* Creation timestamp in ISO 8601 format
|
|
@@ -2794,7 +2804,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2794
2804
|
/**
|
|
2795
2805
|
* Background noise setting
|
|
2796
2806
|
*/
|
|
2797
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2807
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2798
2808
|
/**
|
|
2799
2809
|
* Base emotional state of the persona
|
|
2800
2810
|
*/
|
|
@@ -2856,9 +2866,10 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2856
2866
|
};
|
|
2857
2867
|
/**
|
|
2858
2868
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
2859
|
-
* NORMAL, RELAXED)
|
|
2869
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
2870
|
+
* for several seconds.
|
|
2860
2871
|
*/
|
|
2861
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
2872
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
2862
2873
|
/**
|
|
2863
2874
|
* Speech clarity of the persona
|
|
2864
2875
|
*/
|
|
@@ -2948,7 +2959,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2948
2959
|
*/
|
|
2949
2960
|
interface Environment {
|
|
2950
2961
|
id: string;
|
|
2951
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2962
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2952
2963
|
backgroundNoiseVolume: number;
|
|
2953
2964
|
/**
|
|
2954
2965
|
* Creation timestamp in ISO 8601 format
|
|
@@ -2982,7 +2993,7 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
2982
2993
|
/**
|
|
2983
2994
|
* Background noise setting
|
|
2984
2995
|
*/
|
|
2985
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
2996
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
2986
2997
|
/**
|
|
2987
2998
|
* Base emotional state of the persona
|
|
2988
2999
|
*/
|
|
@@ -3044,9 +3055,10 @@ export declare namespace CustomerFlowUpdateResponse {
|
|
|
3044
3055
|
};
|
|
3045
3056
|
/**
|
|
3046
3057
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
3047
|
-
* NORMAL, RELAXED)
|
|
3058
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
3059
|
+
* for several seconds.
|
|
3048
3060
|
*/
|
|
3049
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
3061
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
3050
3062
|
/**
|
|
3051
3063
|
* Speech clarity of the persona
|
|
3052
3064
|
*/
|
|
@@ -3258,7 +3270,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3258
3270
|
*/
|
|
3259
3271
|
interface Environment {
|
|
3260
3272
|
id: string;
|
|
3261
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
3273
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
3262
3274
|
backgroundNoiseVolume: number;
|
|
3263
3275
|
/**
|
|
3264
3276
|
* Creation timestamp in ISO 8601 format
|
|
@@ -3292,7 +3304,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3292
3304
|
/**
|
|
3293
3305
|
* Background noise setting
|
|
3294
3306
|
*/
|
|
3295
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
3307
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
3296
3308
|
/**
|
|
3297
3309
|
* Base emotional state of the persona
|
|
3298
3310
|
*/
|
|
@@ -3354,9 +3366,10 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3354
3366
|
};
|
|
3355
3367
|
/**
|
|
3356
3368
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
3357
|
-
* NORMAL, RELAXED)
|
|
3369
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
3370
|
+
* for several seconds.
|
|
3358
3371
|
*/
|
|
3359
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
3372
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
3360
3373
|
/**
|
|
3361
3374
|
* Speech clarity of the persona
|
|
3362
3375
|
*/
|
|
@@ -3452,7 +3465,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3452
3465
|
*/
|
|
3453
3466
|
interface Environment {
|
|
3454
3467
|
id: string;
|
|
3455
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
3468
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
3456
3469
|
backgroundNoiseVolume: number;
|
|
3457
3470
|
/**
|
|
3458
3471
|
* Creation timestamp in ISO 8601 format
|
|
@@ -3486,7 +3499,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3486
3499
|
/**
|
|
3487
3500
|
* Background noise setting
|
|
3488
3501
|
*/
|
|
3489
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
3502
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
3490
3503
|
/**
|
|
3491
3504
|
* Base emotional state of the persona
|
|
3492
3505
|
*/
|
|
@@ -3548,9 +3561,10 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3548
3561
|
};
|
|
3549
3562
|
/**
|
|
3550
3563
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
3551
|
-
* NORMAL, RELAXED)
|
|
3564
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
3565
|
+
* for several seconds.
|
|
3552
3566
|
*/
|
|
3553
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
3567
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
3554
3568
|
/**
|
|
3555
3569
|
* Speech clarity of the persona
|
|
3556
3570
|
*/
|
|
@@ -3733,7 +3747,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3733
3747
|
*/
|
|
3734
3748
|
interface Environment {
|
|
3735
3749
|
id: string;
|
|
3736
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
3750
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
3737
3751
|
backgroundNoiseVolume: number;
|
|
3738
3752
|
/**
|
|
3739
3753
|
* Creation timestamp in ISO 8601 format
|
|
@@ -3767,7 +3781,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3767
3781
|
/**
|
|
3768
3782
|
* Background noise setting
|
|
3769
3783
|
*/
|
|
3770
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
3784
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
3771
3785
|
/**
|
|
3772
3786
|
* Base emotional state of the persona
|
|
3773
3787
|
*/
|
|
@@ -3829,9 +3843,10 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3829
3843
|
};
|
|
3830
3844
|
/**
|
|
3831
3845
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
3832
|
-
* NORMAL, RELAXED)
|
|
3846
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
3847
|
+
* for several seconds.
|
|
3833
3848
|
*/
|
|
3834
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
3849
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
3835
3850
|
/**
|
|
3836
3851
|
* Speech clarity of the persona
|
|
3837
3852
|
*/
|
|
@@ -3925,7 +3940,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3925
3940
|
*/
|
|
3926
3941
|
interface Environment {
|
|
3927
3942
|
id: string;
|
|
3928
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
3943
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
3929
3944
|
backgroundNoiseVolume: number;
|
|
3930
3945
|
/**
|
|
3931
3946
|
* Creation timestamp in ISO 8601 format
|
|
@@ -3959,7 +3974,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
3959
3974
|
/**
|
|
3960
3975
|
* Background noise setting
|
|
3961
3976
|
*/
|
|
3962
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
3977
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
3963
3978
|
/**
|
|
3964
3979
|
* Base emotional state of the persona
|
|
3965
3980
|
*/
|
|
@@ -4021,9 +4036,10 @@ export declare namespace CustomerFlowListResponse {
|
|
|
4021
4036
|
};
|
|
4022
4037
|
/**
|
|
4023
4038
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
4024
|
-
* NORMAL, RELAXED)
|
|
4039
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
4040
|
+
* for several seconds.
|
|
4025
4041
|
*/
|
|
4026
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
4042
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
4027
4043
|
/**
|
|
4028
4044
|
* Speech clarity of the persona
|
|
4029
4045
|
*/
|
|
@@ -4182,7 +4198,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
4182
4198
|
*/
|
|
4183
4199
|
interface Environment {
|
|
4184
4200
|
id: string;
|
|
4185
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
4201
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
4186
4202
|
backgroundNoiseVolume: number;
|
|
4187
4203
|
/**
|
|
4188
4204
|
* Creation timestamp in ISO 8601 format
|
|
@@ -4216,7 +4232,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
4216
4232
|
/**
|
|
4217
4233
|
* Background noise setting
|
|
4218
4234
|
*/
|
|
4219
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
4235
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
4220
4236
|
/**
|
|
4221
4237
|
* Base emotional state of the persona
|
|
4222
4238
|
*/
|
|
@@ -4278,9 +4294,10 @@ export declare namespace CustomerFlowListResponse {
|
|
|
4278
4294
|
};
|
|
4279
4295
|
/**
|
|
4280
4296
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
4281
|
-
* NORMAL, RELAXED)
|
|
4297
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
4298
|
+
* for several seconds.
|
|
4282
4299
|
*/
|
|
4283
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
4300
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
4284
4301
|
/**
|
|
4285
4302
|
* Speech clarity of the persona
|
|
4286
4303
|
*/
|
|
@@ -4370,7 +4387,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
4370
4387
|
*/
|
|
4371
4388
|
interface Environment {
|
|
4372
4389
|
id: string;
|
|
4373
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
4390
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
4374
4391
|
backgroundNoiseVolume: number;
|
|
4375
4392
|
/**
|
|
4376
4393
|
* Creation timestamp in ISO 8601 format
|
|
@@ -4404,7 +4421,7 @@ export declare namespace CustomerFlowListResponse {
|
|
|
4404
4421
|
/**
|
|
4405
4422
|
* Background noise setting
|
|
4406
4423
|
*/
|
|
4407
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
4424
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
4408
4425
|
/**
|
|
4409
4426
|
* Base emotional state of the persona
|
|
4410
4427
|
*/
|
|
@@ -4466,9 +4483,10 @@ export declare namespace CustomerFlowListResponse {
|
|
|
4466
4483
|
};
|
|
4467
4484
|
/**
|
|
4468
4485
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
4469
|
-
* NORMAL, RELAXED)
|
|
4486
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
4487
|
+
* for several seconds.
|
|
4470
4488
|
*/
|
|
4471
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
4489
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
4472
4490
|
/**
|
|
4473
4491
|
* Speech clarity of the persona
|
|
4474
4492
|
*/
|
|
@@ -4704,7 +4722,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
4704
4722
|
*/
|
|
4705
4723
|
interface Environment {
|
|
4706
4724
|
id: string;
|
|
4707
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
4725
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
4708
4726
|
backgroundNoiseVolume: number;
|
|
4709
4727
|
/**
|
|
4710
4728
|
* Creation timestamp in ISO 8601 format
|
|
@@ -4738,7 +4756,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
4738
4756
|
/**
|
|
4739
4757
|
* Background noise setting
|
|
4740
4758
|
*/
|
|
4741
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
4759
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
4742
4760
|
/**
|
|
4743
4761
|
* Base emotional state of the persona
|
|
4744
4762
|
*/
|
|
@@ -4800,9 +4818,10 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
4800
4818
|
};
|
|
4801
4819
|
/**
|
|
4802
4820
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
4803
|
-
* NORMAL, RELAXED)
|
|
4821
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
4822
|
+
* for several seconds.
|
|
4804
4823
|
*/
|
|
4805
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
4824
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
4806
4825
|
/**
|
|
4807
4826
|
* Speech clarity of the persona
|
|
4808
4827
|
*/
|
|
@@ -4898,7 +4917,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
4898
4917
|
*/
|
|
4899
4918
|
interface Environment {
|
|
4900
4919
|
id: string;
|
|
4901
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
4920
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
4902
4921
|
backgroundNoiseVolume: number;
|
|
4903
4922
|
/**
|
|
4904
4923
|
* Creation timestamp in ISO 8601 format
|
|
@@ -4932,7 +4951,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
4932
4951
|
/**
|
|
4933
4952
|
* Background noise setting
|
|
4934
4953
|
*/
|
|
4935
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
4954
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
4936
4955
|
/**
|
|
4937
4956
|
* Base emotional state of the persona
|
|
4938
4957
|
*/
|
|
@@ -4994,9 +5013,10 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
4994
5013
|
};
|
|
4995
5014
|
/**
|
|
4996
5015
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
4997
|
-
* NORMAL, RELAXED)
|
|
5016
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
5017
|
+
* for several seconds.
|
|
4998
5018
|
*/
|
|
4999
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
5019
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
5000
5020
|
/**
|
|
5001
5021
|
* Speech clarity of the persona
|
|
5002
5022
|
*/
|
|
@@ -5179,7 +5199,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5179
5199
|
*/
|
|
5180
5200
|
interface Environment {
|
|
5181
5201
|
id: string;
|
|
5182
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
5202
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
5183
5203
|
backgroundNoiseVolume: number;
|
|
5184
5204
|
/**
|
|
5185
5205
|
* Creation timestamp in ISO 8601 format
|
|
@@ -5213,7 +5233,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5213
5233
|
/**
|
|
5214
5234
|
* Background noise setting
|
|
5215
5235
|
*/
|
|
5216
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
5236
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
5217
5237
|
/**
|
|
5218
5238
|
* Base emotional state of the persona
|
|
5219
5239
|
*/
|
|
@@ -5275,9 +5295,10 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5275
5295
|
};
|
|
5276
5296
|
/**
|
|
5277
5297
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
5278
|
-
* NORMAL, RELAXED)
|
|
5298
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
5299
|
+
* for several seconds.
|
|
5279
5300
|
*/
|
|
5280
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
5301
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
5281
5302
|
/**
|
|
5282
5303
|
* Speech clarity of the persona
|
|
5283
5304
|
*/
|
|
@@ -5371,7 +5392,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5371
5392
|
*/
|
|
5372
5393
|
interface Environment {
|
|
5373
5394
|
id: string;
|
|
5374
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
5395
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
5375
5396
|
backgroundNoiseVolume: number;
|
|
5376
5397
|
/**
|
|
5377
5398
|
* Creation timestamp in ISO 8601 format
|
|
@@ -5405,7 +5426,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5405
5426
|
/**
|
|
5406
5427
|
* Background noise setting
|
|
5407
5428
|
*/
|
|
5408
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
5429
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
5409
5430
|
/**
|
|
5410
5431
|
* Base emotional state of the persona
|
|
5411
5432
|
*/
|
|
@@ -5467,9 +5488,10 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5467
5488
|
};
|
|
5468
5489
|
/**
|
|
5469
5490
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
5470
|
-
* NORMAL, RELAXED)
|
|
5491
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
5492
|
+
* for several seconds.
|
|
5471
5493
|
*/
|
|
5472
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
5494
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
5473
5495
|
/**
|
|
5474
5496
|
* Speech clarity of the persona
|
|
5475
5497
|
*/
|
|
@@ -5628,7 +5650,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5628
5650
|
*/
|
|
5629
5651
|
interface Environment {
|
|
5630
5652
|
id: string;
|
|
5631
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
5653
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
5632
5654
|
backgroundNoiseVolume: number;
|
|
5633
5655
|
/**
|
|
5634
5656
|
* Creation timestamp in ISO 8601 format
|
|
@@ -5662,7 +5684,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5662
5684
|
/**
|
|
5663
5685
|
* Background noise setting
|
|
5664
5686
|
*/
|
|
5665
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
5687
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
5666
5688
|
/**
|
|
5667
5689
|
* Base emotional state of the persona
|
|
5668
5690
|
*/
|
|
@@ -5724,9 +5746,10 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5724
5746
|
};
|
|
5725
5747
|
/**
|
|
5726
5748
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
5727
|
-
* NORMAL, RELAXED)
|
|
5749
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
5750
|
+
* for several seconds.
|
|
5728
5751
|
*/
|
|
5729
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
5752
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
5730
5753
|
/**
|
|
5731
5754
|
* Speech clarity of the persona
|
|
5732
5755
|
*/
|
|
@@ -5816,7 +5839,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5816
5839
|
*/
|
|
5817
5840
|
interface Environment {
|
|
5818
5841
|
id: string;
|
|
5819
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
5842
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
5820
5843
|
backgroundNoiseVolume: number;
|
|
5821
5844
|
/**
|
|
5822
5845
|
* Creation timestamp in ISO 8601 format
|
|
@@ -5850,7 +5873,7 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5850
5873
|
/**
|
|
5851
5874
|
* Background noise setting
|
|
5852
5875
|
*/
|
|
5853
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
5876
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
5854
5877
|
/**
|
|
5855
5878
|
* Base emotional state of the persona
|
|
5856
5879
|
*/
|
|
@@ -5912,9 +5935,10 @@ export declare namespace CustomerFlowDuplicateResponse {
|
|
|
5912
5935
|
};
|
|
5913
5936
|
/**
|
|
5914
5937
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
5915
|
-
* NORMAL, RELAXED)
|
|
5938
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
5939
|
+
* for several seconds.
|
|
5916
5940
|
*/
|
|
5917
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
5941
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
5918
5942
|
/**
|
|
5919
5943
|
* Speech clarity of the persona
|
|
5920
5944
|
*/
|
|
@@ -6125,7 +6149,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6125
6149
|
*/
|
|
6126
6150
|
interface Environment {
|
|
6127
6151
|
id: string;
|
|
6128
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
6152
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
6129
6153
|
backgroundNoiseVolume: number;
|
|
6130
6154
|
/**
|
|
6131
6155
|
* Creation timestamp in ISO 8601 format
|
|
@@ -6159,7 +6183,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6159
6183
|
/**
|
|
6160
6184
|
* Background noise setting
|
|
6161
6185
|
*/
|
|
6162
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
6186
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
6163
6187
|
/**
|
|
6164
6188
|
* Base emotional state of the persona
|
|
6165
6189
|
*/
|
|
@@ -6221,9 +6245,10 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6221
6245
|
};
|
|
6222
6246
|
/**
|
|
6223
6247
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
6224
|
-
* NORMAL, RELAXED)
|
|
6248
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
6249
|
+
* for several seconds.
|
|
6225
6250
|
*/
|
|
6226
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
6251
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
6227
6252
|
/**
|
|
6228
6253
|
* Speech clarity of the persona
|
|
6229
6254
|
*/
|
|
@@ -6319,7 +6344,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6319
6344
|
*/
|
|
6320
6345
|
interface Environment {
|
|
6321
6346
|
id: string;
|
|
6322
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
6347
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
6323
6348
|
backgroundNoiseVolume: number;
|
|
6324
6349
|
/**
|
|
6325
6350
|
* Creation timestamp in ISO 8601 format
|
|
@@ -6353,7 +6378,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6353
6378
|
/**
|
|
6354
6379
|
* Background noise setting
|
|
6355
6380
|
*/
|
|
6356
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
6381
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
6357
6382
|
/**
|
|
6358
6383
|
* Base emotional state of the persona
|
|
6359
6384
|
*/
|
|
@@ -6415,9 +6440,10 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6415
6440
|
};
|
|
6416
6441
|
/**
|
|
6417
6442
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
6418
|
-
* NORMAL, RELAXED)
|
|
6443
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
6444
|
+
* for several seconds.
|
|
6419
6445
|
*/
|
|
6420
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
6446
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
6421
6447
|
/**
|
|
6422
6448
|
* Speech clarity of the persona
|
|
6423
6449
|
*/
|
|
@@ -6600,7 +6626,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6600
6626
|
*/
|
|
6601
6627
|
interface Environment {
|
|
6602
6628
|
id: string;
|
|
6603
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
6629
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
6604
6630
|
backgroundNoiseVolume: number;
|
|
6605
6631
|
/**
|
|
6606
6632
|
* Creation timestamp in ISO 8601 format
|
|
@@ -6634,7 +6660,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6634
6660
|
/**
|
|
6635
6661
|
* Background noise setting
|
|
6636
6662
|
*/
|
|
6637
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
6663
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
6638
6664
|
/**
|
|
6639
6665
|
* Base emotional state of the persona
|
|
6640
6666
|
*/
|
|
@@ -6696,9 +6722,10 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6696
6722
|
};
|
|
6697
6723
|
/**
|
|
6698
6724
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
6699
|
-
* NORMAL, RELAXED)
|
|
6725
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
6726
|
+
* for several seconds.
|
|
6700
6727
|
*/
|
|
6701
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
6728
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
6702
6729
|
/**
|
|
6703
6730
|
* Speech clarity of the persona
|
|
6704
6731
|
*/
|
|
@@ -6792,7 +6819,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6792
6819
|
*/
|
|
6793
6820
|
interface Environment {
|
|
6794
6821
|
id: string;
|
|
6795
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
6822
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
6796
6823
|
backgroundNoiseVolume: number;
|
|
6797
6824
|
/**
|
|
6798
6825
|
* Creation timestamp in ISO 8601 format
|
|
@@ -6826,7 +6853,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6826
6853
|
/**
|
|
6827
6854
|
* Background noise setting
|
|
6828
6855
|
*/
|
|
6829
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
6856
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
6830
6857
|
/**
|
|
6831
6858
|
* Base emotional state of the persona
|
|
6832
6859
|
*/
|
|
@@ -6888,9 +6915,10 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
6888
6915
|
};
|
|
6889
6916
|
/**
|
|
6890
6917
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
6891
|
-
* NORMAL, RELAXED)
|
|
6918
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
6919
|
+
* for several seconds.
|
|
6892
6920
|
*/
|
|
6893
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
6921
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
6894
6922
|
/**
|
|
6895
6923
|
* Speech clarity of the persona
|
|
6896
6924
|
*/
|
|
@@ -7049,7 +7077,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
7049
7077
|
*/
|
|
7050
7078
|
interface Environment {
|
|
7051
7079
|
id: string;
|
|
7052
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7080
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7053
7081
|
backgroundNoiseVolume: number;
|
|
7054
7082
|
/**
|
|
7055
7083
|
* Creation timestamp in ISO 8601 format
|
|
@@ -7083,7 +7111,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
7083
7111
|
/**
|
|
7084
7112
|
* Background noise setting
|
|
7085
7113
|
*/
|
|
7086
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7114
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7087
7115
|
/**
|
|
7088
7116
|
* Base emotional state of the persona
|
|
7089
7117
|
*/
|
|
@@ -7145,9 +7173,10 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
7145
7173
|
};
|
|
7146
7174
|
/**
|
|
7147
7175
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
7148
|
-
* NORMAL, RELAXED)
|
|
7176
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
7177
|
+
* for several seconds.
|
|
7149
7178
|
*/
|
|
7150
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
7179
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
7151
7180
|
/**
|
|
7152
7181
|
* Speech clarity of the persona
|
|
7153
7182
|
*/
|
|
@@ -7237,7 +7266,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
7237
7266
|
*/
|
|
7238
7267
|
interface Environment {
|
|
7239
7268
|
id: string;
|
|
7240
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7269
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7241
7270
|
backgroundNoiseVolume: number;
|
|
7242
7271
|
/**
|
|
7243
7272
|
* Creation timestamp in ISO 8601 format
|
|
@@ -7271,7 +7300,7 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
7271
7300
|
/**
|
|
7272
7301
|
* Background noise setting
|
|
7273
7302
|
*/
|
|
7274
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7303
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7275
7304
|
/**
|
|
7276
7305
|
* Base emotional state of the persona
|
|
7277
7306
|
*/
|
|
@@ -7333,9 +7362,10 @@ export declare namespace CustomerFlowGetByIDResponse {
|
|
|
7333
7362
|
};
|
|
7334
7363
|
/**
|
|
7335
7364
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
7336
|
-
* NORMAL, RELAXED)
|
|
7365
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
7366
|
+
* for several seconds.
|
|
7337
7367
|
*/
|
|
7338
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
7368
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
7339
7369
|
/**
|
|
7340
7370
|
* Speech clarity of the persona
|
|
7341
7371
|
*/
|
|
@@ -7455,7 +7485,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7455
7485
|
*/
|
|
7456
7486
|
interface Environment {
|
|
7457
7487
|
id: string;
|
|
7458
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7488
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7459
7489
|
backgroundNoiseVolume: number;
|
|
7460
7490
|
/**
|
|
7461
7491
|
* Creation timestamp in ISO 8601 format
|
|
@@ -7489,7 +7519,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7489
7519
|
/**
|
|
7490
7520
|
* Background noise setting
|
|
7491
7521
|
*/
|
|
7492
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7522
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7493
7523
|
/**
|
|
7494
7524
|
* Base emotional state of the persona
|
|
7495
7525
|
*/
|
|
@@ -7551,9 +7581,10 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7551
7581
|
};
|
|
7552
7582
|
/**
|
|
7553
7583
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
7554
|
-
* NORMAL, RELAXED)
|
|
7584
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
7585
|
+
* for several seconds.
|
|
7555
7586
|
*/
|
|
7556
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
7587
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
7557
7588
|
/**
|
|
7558
7589
|
* Speech clarity of the persona
|
|
7559
7590
|
*/
|
|
@@ -7647,7 +7678,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7647
7678
|
*/
|
|
7648
7679
|
interface Environment {
|
|
7649
7680
|
id: string;
|
|
7650
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7681
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7651
7682
|
backgroundNoiseVolume: number;
|
|
7652
7683
|
/**
|
|
7653
7684
|
* Creation timestamp in ISO 8601 format
|
|
@@ -7681,7 +7712,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7681
7712
|
/**
|
|
7682
7713
|
* Background noise setting
|
|
7683
7714
|
*/
|
|
7684
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7715
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7685
7716
|
/**
|
|
7686
7717
|
* Base emotional state of the persona
|
|
7687
7718
|
*/
|
|
@@ -7743,9 +7774,10 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7743
7774
|
};
|
|
7744
7775
|
/**
|
|
7745
7776
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
7746
|
-
* NORMAL, RELAXED)
|
|
7777
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
7778
|
+
* for several seconds.
|
|
7747
7779
|
*/
|
|
7748
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
7780
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
7749
7781
|
/**
|
|
7750
7782
|
* Speech clarity of the persona
|
|
7751
7783
|
*/
|
|
@@ -7835,7 +7867,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7835
7867
|
*/
|
|
7836
7868
|
interface Environment {
|
|
7837
7869
|
id: string;
|
|
7838
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7870
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7839
7871
|
backgroundNoiseVolume: number;
|
|
7840
7872
|
/**
|
|
7841
7873
|
* Creation timestamp in ISO 8601 format
|
|
@@ -7869,7 +7901,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7869
7901
|
/**
|
|
7870
7902
|
* Background noise setting
|
|
7871
7903
|
*/
|
|
7872
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
7904
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
7873
7905
|
/**
|
|
7874
7906
|
* Base emotional state of the persona
|
|
7875
7907
|
*/
|
|
@@ -7931,9 +7963,10 @@ export declare namespace CustomerFlowReplaceGraphResponse {
|
|
|
7931
7963
|
};
|
|
7932
7964
|
/**
|
|
7933
7965
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
7934
|
-
* NORMAL, RELAXED)
|
|
7966
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
7967
|
+
* for several seconds.
|
|
7935
7968
|
*/
|
|
7936
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
7969
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
7937
7970
|
/**
|
|
7938
7971
|
* Speech clarity of the persona
|
|
7939
7972
|
*/
|
|
@@ -8038,7 +8071,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8038
8071
|
*/
|
|
8039
8072
|
interface Environment {
|
|
8040
8073
|
id: string;
|
|
8041
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
8074
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
8042
8075
|
backgroundNoiseVolume: number;
|
|
8043
8076
|
/**
|
|
8044
8077
|
* Creation timestamp in ISO 8601 format
|
|
@@ -8072,7 +8105,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8072
8105
|
/**
|
|
8073
8106
|
* Background noise setting
|
|
8074
8107
|
*/
|
|
8075
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
8108
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
8076
8109
|
/**
|
|
8077
8110
|
* Base emotional state of the persona
|
|
8078
8111
|
*/
|
|
@@ -8134,9 +8167,10 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8134
8167
|
};
|
|
8135
8168
|
/**
|
|
8136
8169
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
8137
|
-
* NORMAL, RELAXED)
|
|
8170
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
8171
|
+
* for several seconds.
|
|
8138
8172
|
*/
|
|
8139
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
8173
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
8140
8174
|
/**
|
|
8141
8175
|
* Speech clarity of the persona
|
|
8142
8176
|
*/
|
|
@@ -8230,7 +8264,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8230
8264
|
*/
|
|
8231
8265
|
interface Environment {
|
|
8232
8266
|
id: string;
|
|
8233
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
8267
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
8234
8268
|
backgroundNoiseVolume: number;
|
|
8235
8269
|
/**
|
|
8236
8270
|
* Creation timestamp in ISO 8601 format
|
|
@@ -8264,7 +8298,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8264
8298
|
/**
|
|
8265
8299
|
* Background noise setting
|
|
8266
8300
|
*/
|
|
8267
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
8301
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
8268
8302
|
/**
|
|
8269
8303
|
* Base emotional state of the persona
|
|
8270
8304
|
*/
|
|
@@ -8326,9 +8360,10 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8326
8360
|
};
|
|
8327
8361
|
/**
|
|
8328
8362
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
8329
|
-
* NORMAL, RELAXED)
|
|
8363
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
8364
|
+
* for several seconds.
|
|
8330
8365
|
*/
|
|
8331
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
8366
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
8332
8367
|
/**
|
|
8333
8368
|
* Speech clarity of the persona
|
|
8334
8369
|
*/
|
|
@@ -8418,7 +8453,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8418
8453
|
*/
|
|
8419
8454
|
interface Environment {
|
|
8420
8455
|
id: string;
|
|
8421
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
8456
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
8422
8457
|
backgroundNoiseVolume: number;
|
|
8423
8458
|
/**
|
|
8424
8459
|
* Creation timestamp in ISO 8601 format
|
|
@@ -8452,7 +8487,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8452
8487
|
/**
|
|
8453
8488
|
* Background noise setting
|
|
8454
8489
|
*/
|
|
8455
|
-
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
|
|
8490
|
+
backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
|
|
8456
8491
|
/**
|
|
8457
8492
|
* Base emotional state of the persona
|
|
8458
8493
|
*/
|
|
@@ -8514,9 +8549,10 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
|
|
|
8514
8549
|
};
|
|
8515
8550
|
/**
|
|
8516
8551
|
* Controls how quickly the persona responds to pauses in conversation (QUICK,
|
|
8517
|
-
* NORMAL, RELAXED)
|
|
8552
|
+
* NORMAL, RELAXED). BARGE_IN also talks over the agent once it has held the floor
|
|
8553
|
+
* for several seconds.
|
|
8518
8554
|
*/
|
|
8519
|
-
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK';
|
|
8555
|
+
responseTiming: 'RELAXED' | 'NORMAL' | 'QUICK' | 'BARGE_IN';
|
|
8520
8556
|
/**
|
|
8521
8557
|
* Speech clarity of the persona
|
|
8522
8558
|
*/
|
|
@@ -8770,6 +8806,15 @@ export interface CustomerFlowListParams {
|
|
|
8770
8806
|
type?: 'SCRIPTED' | 'IMPROV' | 'VOICEMAIL';
|
|
8771
8807
|
}
|
|
8772
8808
|
export interface CustomerFlowDuplicateParams {
|
|
8809
|
+
/**
|
|
8810
|
+
* Agents to link on the copy. Omit to carry the source flow's agents over.
|
|
8811
|
+
* Required when the source is a Roark-managed flow with no agents of its own.
|
|
8812
|
+
*/
|
|
8813
|
+
agentIds?: Array<string>;
|
|
8814
|
+
/**
|
|
8815
|
+
* Title for the copy. Defaults to "Copy of" the source flow.
|
|
8816
|
+
*/
|
|
8817
|
+
title?: string;
|
|
8773
8818
|
}
|
|
8774
8819
|
export interface CustomerFlowReplaceGraphParams {
|
|
8775
8820
|
/**
|