@aws-sdk/client-lex-models-v2 3.427.0 → 3.429.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/dist-types/models/models_0.d.ts +117 -117
- package/dist-types/models/models_1.d.ts +87 -87
- package/dist-types/ts3.4/models/models_0.d.ts +120 -117
- package/dist-types/ts3.4/models/models_1.d.ts +87 -87
- package/package.json +32 -32
|
@@ -31,7 +31,7 @@ export interface AdvancedRecognitionSetting {
|
|
|
31
31
|
* @public
|
|
32
32
|
* <p>Enables using the slot values as a custom vocabulary for recognizing user utterances.</p>
|
|
33
33
|
*/
|
|
34
|
-
audioRecognitionStrategy?: AudioRecognitionStrategy
|
|
34
|
+
audioRecognitionStrategy?: AudioRecognitionStrategy;
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* @public
|
|
@@ -124,7 +124,7 @@ export interface AggregatedUtterancesFilter {
|
|
|
124
124
|
* @public
|
|
125
125
|
* <p>The name of the field to filter the utterance list.</p>
|
|
126
126
|
*/
|
|
127
|
-
name: AggregatedUtterancesFilterName |
|
|
127
|
+
name: AggregatedUtterancesFilterName | undefined;
|
|
128
128
|
/**
|
|
129
129
|
* @public
|
|
130
130
|
* <p>The value to use for filtering the list of bots.</p>
|
|
@@ -138,7 +138,7 @@ export interface AggregatedUtterancesFilter {
|
|
|
138
138
|
* the <code>ListAggregatedUtterances</code> operation should return
|
|
139
139
|
* utterances that contain the specified value.</p>
|
|
140
140
|
*/
|
|
141
|
-
operator: AggregatedUtterancesFilterOperator |
|
|
141
|
+
operator: AggregatedUtterancesFilterOperator | undefined;
|
|
142
142
|
}
|
|
143
143
|
/**
|
|
144
144
|
* @public
|
|
@@ -173,13 +173,13 @@ export interface AggregatedUtterancesSortBy {
|
|
|
173
173
|
* @public
|
|
174
174
|
* <p>The utterance attribute to sort by.</p>
|
|
175
175
|
*/
|
|
176
|
-
attribute: AggregatedUtterancesSortAttribute |
|
|
176
|
+
attribute: AggregatedUtterancesSortAttribute | undefined;
|
|
177
177
|
/**
|
|
178
178
|
* @public
|
|
179
179
|
* <p>Specifies whether to sort the aggregated utterances in ascending or
|
|
180
180
|
* descending order.</p>
|
|
181
181
|
*/
|
|
182
|
-
order: SortOrder |
|
|
182
|
+
order: SortOrder | undefined;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* @public
|
|
@@ -293,17 +293,17 @@ export interface AnalyticsBinBySpecification {
|
|
|
293
293
|
* @public
|
|
294
294
|
* <p>Specifies the time metric by which to bin the analytics data.</p>
|
|
295
295
|
*/
|
|
296
|
-
name: AnalyticsBinByName |
|
|
296
|
+
name: AnalyticsBinByName | undefined;
|
|
297
297
|
/**
|
|
298
298
|
* @public
|
|
299
299
|
* <p>Specifies the interval of time by which to bin the analytics data.</p>
|
|
300
300
|
*/
|
|
301
|
-
interval: AnalyticsInterval |
|
|
301
|
+
interval: AnalyticsInterval | undefined;
|
|
302
302
|
/**
|
|
303
303
|
* @public
|
|
304
304
|
* <p>Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.</p>
|
|
305
305
|
*/
|
|
306
|
-
order?: AnalyticsSortOrder
|
|
306
|
+
order?: AnalyticsSortOrder;
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
309
|
* @public
|
|
@@ -314,7 +314,7 @@ export interface AnalyticsBinKey {
|
|
|
314
314
|
* @public
|
|
315
315
|
* <p>The criterion by which to bin the results.</p>
|
|
316
316
|
*/
|
|
317
|
-
name?: AnalyticsBinByName
|
|
317
|
+
name?: AnalyticsBinByName;
|
|
318
318
|
/**
|
|
319
319
|
* @public
|
|
320
320
|
* <p>The value of the criterion that defines the bin.</p>
|
|
@@ -479,7 +479,7 @@ export interface AnalyticsIntentFilter {
|
|
|
479
479
|
* </li>
|
|
480
480
|
* </ul>
|
|
481
481
|
*/
|
|
482
|
-
name: AnalyticsIntentFilterName |
|
|
482
|
+
name: AnalyticsIntentFilterName | undefined;
|
|
483
483
|
/**
|
|
484
484
|
* @public
|
|
485
485
|
* <p>The operation by which to filter the category. The following operations are possible:</p>
|
|
@@ -541,7 +541,7 @@ export interface AnalyticsIntentFilter {
|
|
|
541
541
|
* </li>
|
|
542
542
|
* </ul>
|
|
543
543
|
*/
|
|
544
|
-
operator: AnalyticsFilterOperator |
|
|
544
|
+
operator: AnalyticsFilterOperator | undefined;
|
|
545
545
|
/**
|
|
546
546
|
* @public
|
|
547
547
|
* <p>An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is <code>EQ</code> or <code>CO</code>. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the <code>name</code>, <code>operator</code>, and <code>values</code> fields are <code>Modality</code>, <code>EQ</code>, and <code>[Speech, Text]</code>, the operation filters for results where the modality was either <code>Speech</code> or <code>Text</code>.</p>
|
|
@@ -557,7 +557,7 @@ export interface AnalyticsIntentGroupByKey {
|
|
|
557
557
|
* @public
|
|
558
558
|
* <p>A category by which the intent analytics were grouped.</p>
|
|
559
559
|
*/
|
|
560
|
-
name?: AnalyticsIntentField
|
|
560
|
+
name?: AnalyticsIntentField;
|
|
561
561
|
/**
|
|
562
562
|
* @public
|
|
563
563
|
* <p>A member of the category by which the intent analytics were grouped.</p>
|
|
@@ -573,7 +573,7 @@ export interface AnalyticsIntentGroupBySpecification {
|
|
|
573
573
|
* @public
|
|
574
574
|
* <p>Specifies whether to group the intent stages by their name or their end state.</p>
|
|
575
575
|
*/
|
|
576
|
-
name: AnalyticsIntentField |
|
|
576
|
+
name: AnalyticsIntentField | undefined;
|
|
577
577
|
}
|
|
578
578
|
/**
|
|
579
579
|
* @public
|
|
@@ -634,7 +634,7 @@ export interface AnalyticsIntentMetric {
|
|
|
634
634
|
* </li>
|
|
635
635
|
* </ul>
|
|
636
636
|
*/
|
|
637
|
-
name: AnalyticsIntentMetricName |
|
|
637
|
+
name: AnalyticsIntentMetricName | undefined;
|
|
638
638
|
/**
|
|
639
639
|
* @public
|
|
640
640
|
* <p>The summary statistic to calculate.</p>
|
|
@@ -653,12 +653,12 @@ export interface AnalyticsIntentMetric {
|
|
|
653
653
|
* </li>
|
|
654
654
|
* </ul>
|
|
655
655
|
*/
|
|
656
|
-
statistic: AnalyticsMetricStatistic |
|
|
656
|
+
statistic: AnalyticsMetricStatistic | undefined;
|
|
657
657
|
/**
|
|
658
658
|
* @public
|
|
659
659
|
* <p>Specifies whether to sort the results in ascending or descending order.</p>
|
|
660
660
|
*/
|
|
661
|
-
order?: AnalyticsSortOrder
|
|
661
|
+
order?: AnalyticsSortOrder;
|
|
662
662
|
}
|
|
663
663
|
/**
|
|
664
664
|
* @public
|
|
@@ -691,7 +691,7 @@ export interface AnalyticsIntentMetricResult {
|
|
|
691
691
|
* </li>
|
|
692
692
|
* </ul>
|
|
693
693
|
*/
|
|
694
|
-
name?: AnalyticsIntentMetricName
|
|
694
|
+
name?: AnalyticsIntentMetricName;
|
|
695
695
|
/**
|
|
696
696
|
* @public
|
|
697
697
|
* <p>The statistic that you requested to calculate.</p>
|
|
@@ -710,7 +710,7 @@ export interface AnalyticsIntentMetricResult {
|
|
|
710
710
|
* </li>
|
|
711
711
|
* </ul>
|
|
712
712
|
*/
|
|
713
|
-
statistic?: AnalyticsMetricStatistic
|
|
713
|
+
statistic?: AnalyticsMetricStatistic;
|
|
714
714
|
/**
|
|
715
715
|
* @public
|
|
716
716
|
* <p>The value of the summary statistic for the metric that you requested.</p>
|
|
@@ -758,7 +758,7 @@ export interface AnalyticsIntentNodeSummary {
|
|
|
758
758
|
* @public
|
|
759
759
|
* <p>Specifies whether the node is the end of a path (<code>Exit</code>) or not (<code>Inner</code>).</p>
|
|
760
760
|
*/
|
|
761
|
-
nodeType?: AnalyticsNodeType
|
|
761
|
+
nodeType?: AnalyticsNodeType;
|
|
762
762
|
}
|
|
763
763
|
/**
|
|
764
764
|
* @public
|
|
@@ -910,7 +910,7 @@ export interface AnalyticsIntentStageFilter {
|
|
|
910
910
|
* </li>
|
|
911
911
|
* </ul>
|
|
912
912
|
*/
|
|
913
|
-
name: AnalyticsIntentStageFilterName |
|
|
913
|
+
name: AnalyticsIntentStageFilterName | undefined;
|
|
914
914
|
/**
|
|
915
915
|
* @public
|
|
916
916
|
* <p>The operation by which to filter the category. The following operations are possible:</p>
|
|
@@ -972,7 +972,7 @@ export interface AnalyticsIntentStageFilter {
|
|
|
972
972
|
* </li>
|
|
973
973
|
* </ul>
|
|
974
974
|
*/
|
|
975
|
-
operator: AnalyticsFilterOperator |
|
|
975
|
+
operator: AnalyticsFilterOperator | undefined;
|
|
976
976
|
/**
|
|
977
977
|
* @public
|
|
978
978
|
* <p>An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is <code>EQ</code> or <code>CO</code>. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the <code>name</code>, <code>operator</code>, and <code>values</code> fields are <code>Modality</code>, <code>EQ</code>, and <code>[Speech, Text]</code>, the operation filters for results where the modality was either <code>Speech</code> or <code>Text</code>.</p>
|
|
@@ -988,7 +988,7 @@ export interface AnalyticsIntentStageGroupByKey {
|
|
|
988
988
|
* @public
|
|
989
989
|
* <p>A category by which the intent stage analytics were grouped.</p>
|
|
990
990
|
*/
|
|
991
|
-
name?: AnalyticsIntentStageField
|
|
991
|
+
name?: AnalyticsIntentStageField;
|
|
992
992
|
/**
|
|
993
993
|
* @public
|
|
994
994
|
* <p>A member of the category by which the intent stage analytics were grouped.</p>
|
|
@@ -1004,7 +1004,7 @@ export interface AnalyticsIntentStageGroupBySpecification {
|
|
|
1004
1004
|
* @public
|
|
1005
1005
|
* <p>Specifies whether to group the intent stages by their name or the intent to which the session was switched.</p>
|
|
1006
1006
|
*/
|
|
1007
|
-
name: AnalyticsIntentStageField |
|
|
1007
|
+
name: AnalyticsIntentStageField | undefined;
|
|
1008
1008
|
}
|
|
1009
1009
|
/**
|
|
1010
1010
|
* @public
|
|
@@ -1052,7 +1052,7 @@ export interface AnalyticsIntentStageMetric {
|
|
|
1052
1052
|
* </li>
|
|
1053
1053
|
* </ul>
|
|
1054
1054
|
*/
|
|
1055
|
-
name: AnalyticsIntentStageMetricName |
|
|
1055
|
+
name: AnalyticsIntentStageMetricName | undefined;
|
|
1056
1056
|
/**
|
|
1057
1057
|
* @public
|
|
1058
1058
|
* <p>The summary statistic to calculate.</p>
|
|
@@ -1071,12 +1071,12 @@ export interface AnalyticsIntentStageMetric {
|
|
|
1071
1071
|
* </li>
|
|
1072
1072
|
* </ul>
|
|
1073
1073
|
*/
|
|
1074
|
-
statistic: AnalyticsMetricStatistic |
|
|
1074
|
+
statistic: AnalyticsMetricStatistic | undefined;
|
|
1075
1075
|
/**
|
|
1076
1076
|
* @public
|
|
1077
1077
|
* <p>Specifies whether to sort the results in ascending or descending order of the summary statistic (<code>value</code> in the response).</p>
|
|
1078
1078
|
*/
|
|
1079
|
-
order?: AnalyticsSortOrder
|
|
1079
|
+
order?: AnalyticsSortOrder;
|
|
1080
1080
|
}
|
|
1081
1081
|
/**
|
|
1082
1082
|
* @public
|
|
@@ -1109,7 +1109,7 @@ export interface AnalyticsIntentStageMetricResult {
|
|
|
1109
1109
|
* </li>
|
|
1110
1110
|
* </ul>
|
|
1111
1111
|
*/
|
|
1112
|
-
name?: AnalyticsIntentStageMetricName
|
|
1112
|
+
name?: AnalyticsIntentStageMetricName;
|
|
1113
1113
|
/**
|
|
1114
1114
|
* @public
|
|
1115
1115
|
* <p>The summary statistic that you requested to calculate.</p>
|
|
@@ -1128,7 +1128,7 @@ export interface AnalyticsIntentStageMetricResult {
|
|
|
1128
1128
|
* </li>
|
|
1129
1129
|
* </ul>
|
|
1130
1130
|
*/
|
|
1131
|
-
statistic?: AnalyticsMetricStatistic
|
|
1131
|
+
statistic?: AnalyticsMetricStatistic;
|
|
1132
1132
|
/**
|
|
1133
1133
|
* @public
|
|
1134
1134
|
* <p>The value of the summary statistic for the metric that you requested.</p>
|
|
@@ -1236,7 +1236,7 @@ export interface AnalyticsPathFilter {
|
|
|
1236
1236
|
* </li>
|
|
1237
1237
|
* </ul>
|
|
1238
1238
|
*/
|
|
1239
|
-
name: AnalyticsCommonFilterName |
|
|
1239
|
+
name: AnalyticsCommonFilterName | undefined;
|
|
1240
1240
|
/**
|
|
1241
1241
|
* @public
|
|
1242
1242
|
* <p>The operation by which to filter the category. The following operations are possible:</p>
|
|
@@ -1282,7 +1282,7 @@ export interface AnalyticsPathFilter {
|
|
|
1282
1282
|
* </li>
|
|
1283
1283
|
* </ul>
|
|
1284
1284
|
*/
|
|
1285
|
-
operator: AnalyticsFilterOperator |
|
|
1285
|
+
operator: AnalyticsFilterOperator | undefined;
|
|
1286
1286
|
/**
|
|
1287
1287
|
* @public
|
|
1288
1288
|
* <p>An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is <code>EQ</code> or <code>CO</code>. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the <code>name</code>, <code>operator</code>, and <code>values</code> fields are <code>Modality</code>, <code>EQ</code>, and <code>[Speech, Text]</code>, the operation filters for results where the modality was either <code>Speech</code> or <code>Text</code>.</p>
|
|
@@ -1427,7 +1427,7 @@ export interface AnalyticsSessionFilter {
|
|
|
1427
1427
|
* </li>
|
|
1428
1428
|
* </ul>
|
|
1429
1429
|
*/
|
|
1430
|
-
name: AnalyticsSessionFilterName |
|
|
1430
|
+
name: AnalyticsSessionFilterName | undefined;
|
|
1431
1431
|
/**
|
|
1432
1432
|
* @public
|
|
1433
1433
|
* <p>The operation by which to filter the category. The following operations are possible:</p>
|
|
@@ -1493,7 +1493,7 @@ export interface AnalyticsSessionFilter {
|
|
|
1493
1493
|
* </li>
|
|
1494
1494
|
* </ul>
|
|
1495
1495
|
*/
|
|
1496
|
-
operator: AnalyticsFilterOperator |
|
|
1496
|
+
operator: AnalyticsFilterOperator | undefined;
|
|
1497
1497
|
/**
|
|
1498
1498
|
* @public
|
|
1499
1499
|
* <p>An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is <code>EQ</code> or <code>CO</code>. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the <code>name</code>, <code>operator</code>, and <code>values</code> fields are <code>Modality</code>, <code>EQ</code>, and <code>[Speech, Text]</code>, the operation filters for results where the modality was either <code>Speech</code> or <code>Text</code>.</p>
|
|
@@ -1509,7 +1509,7 @@ export interface AnalyticsSessionGroupByKey {
|
|
|
1509
1509
|
* @public
|
|
1510
1510
|
* <p>The category by which the session analytics were grouped.</p>
|
|
1511
1511
|
*/
|
|
1512
|
-
name?: AnalyticsSessionField
|
|
1512
|
+
name?: AnalyticsSessionField;
|
|
1513
1513
|
/**
|
|
1514
1514
|
* @public
|
|
1515
1515
|
* <p>A member of the category by which the session analytics were grouped.</p>
|
|
@@ -1525,7 +1525,7 @@ export interface AnalyticsSessionGroupBySpecification {
|
|
|
1525
1525
|
* @public
|
|
1526
1526
|
* <p>Specifies whether to group the session by their end state or their locale.</p>
|
|
1527
1527
|
*/
|
|
1528
|
-
name: AnalyticsSessionField |
|
|
1528
|
+
name: AnalyticsSessionField | undefined;
|
|
1529
1529
|
}
|
|
1530
1530
|
/**
|
|
1531
1531
|
* @public
|
|
@@ -1583,7 +1583,7 @@ export interface AnalyticsSessionMetric {
|
|
|
1583
1583
|
* </li>
|
|
1584
1584
|
* </ul>
|
|
1585
1585
|
*/
|
|
1586
|
-
name: AnalyticsSessionMetricName |
|
|
1586
|
+
name: AnalyticsSessionMetricName | undefined;
|
|
1587
1587
|
/**
|
|
1588
1588
|
* @public
|
|
1589
1589
|
* <p>The summary statistic to calculate.</p>
|
|
@@ -1602,12 +1602,12 @@ export interface AnalyticsSessionMetric {
|
|
|
1602
1602
|
* </li>
|
|
1603
1603
|
* </ul>
|
|
1604
1604
|
*/
|
|
1605
|
-
statistic: AnalyticsMetricStatistic |
|
|
1605
|
+
statistic: AnalyticsMetricStatistic | undefined;
|
|
1606
1606
|
/**
|
|
1607
1607
|
* @public
|
|
1608
1608
|
* <p>Specifies whether to sort the results in ascending or descending order.</p>
|
|
1609
1609
|
*/
|
|
1610
|
-
order?: AnalyticsSortOrder
|
|
1610
|
+
order?: AnalyticsSortOrder;
|
|
1611
1611
|
}
|
|
1612
1612
|
/**
|
|
1613
1613
|
* @public
|
|
@@ -1648,7 +1648,7 @@ export interface AnalyticsSessionMetricResult {
|
|
|
1648
1648
|
* </li>
|
|
1649
1649
|
* </ul>
|
|
1650
1650
|
*/
|
|
1651
|
-
name?: AnalyticsSessionMetricName
|
|
1651
|
+
name?: AnalyticsSessionMetricName;
|
|
1652
1652
|
/**
|
|
1653
1653
|
* @public
|
|
1654
1654
|
* <p>The summary statistic that you requested to calculate.</p>
|
|
@@ -1667,7 +1667,7 @@ export interface AnalyticsSessionMetricResult {
|
|
|
1667
1667
|
* </li>
|
|
1668
1668
|
* </ul>
|
|
1669
1669
|
*/
|
|
1670
|
-
statistic?: AnalyticsMetricStatistic
|
|
1670
|
+
statistic?: AnalyticsMetricStatistic;
|
|
1671
1671
|
/**
|
|
1672
1672
|
* @public
|
|
1673
1673
|
* <p>The value of the summary statistic for the metric that you requested.</p>
|
|
@@ -1728,7 +1728,7 @@ export interface AnalyticsUtteranceAttribute {
|
|
|
1728
1728
|
* @public
|
|
1729
1729
|
* <p>An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.</p>
|
|
1730
1730
|
*/
|
|
1731
|
-
name: AnalyticsUtteranceAttributeName |
|
|
1731
|
+
name: AnalyticsUtteranceAttributeName | undefined;
|
|
1732
1732
|
}
|
|
1733
1733
|
/**
|
|
1734
1734
|
* @public
|
|
@@ -1870,7 +1870,7 @@ export interface AnalyticsUtteranceFilter {
|
|
|
1870
1870
|
* </li>
|
|
1871
1871
|
* </ul>
|
|
1872
1872
|
*/
|
|
1873
|
-
name: AnalyticsUtteranceFilterName |
|
|
1873
|
+
name: AnalyticsUtteranceFilterName | undefined;
|
|
1874
1874
|
/**
|
|
1875
1875
|
* @public
|
|
1876
1876
|
* <p>The operation by which to filter the category. The following operations are possible:</p>
|
|
@@ -1932,7 +1932,7 @@ export interface AnalyticsUtteranceFilter {
|
|
|
1932
1932
|
* </li>
|
|
1933
1933
|
* </ul>
|
|
1934
1934
|
*/
|
|
1935
|
-
operator: AnalyticsFilterOperator |
|
|
1935
|
+
operator: AnalyticsFilterOperator | undefined;
|
|
1936
1936
|
/**
|
|
1937
1937
|
* @public
|
|
1938
1938
|
* <p>An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is <code>EQ</code> or <code>CO</code>. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the <code>name</code>, <code>operator</code>, and <code>values</code> fields are <code>Modality</code>, <code>EQ</code>, and <code>[Speech, Text]</code>, the operation filters for results where the modality was either <code>Speech</code> or <code>Text</code>.</p>
|
|
@@ -1948,7 +1948,7 @@ export interface AnalyticsUtteranceGroupByKey {
|
|
|
1948
1948
|
* @public
|
|
1949
1949
|
* <p>The category by which the utterance analytics were grouped.</p>
|
|
1950
1950
|
*/
|
|
1951
|
-
name?: AnalyticsUtteranceField
|
|
1951
|
+
name?: AnalyticsUtteranceField;
|
|
1952
1952
|
/**
|
|
1953
1953
|
* @public
|
|
1954
1954
|
* <p>A member of the category by which the utterance analytics were grouped.</p>
|
|
@@ -1964,7 +1964,7 @@ export interface AnalyticsUtteranceGroupBySpecification {
|
|
|
1964
1964
|
* @public
|
|
1965
1965
|
* <p>Specifies whether to group the utterances by their text or their state.</p>
|
|
1966
1966
|
*/
|
|
1967
|
-
name: AnalyticsUtteranceField |
|
|
1967
|
+
name: AnalyticsUtteranceField | undefined;
|
|
1968
1968
|
}
|
|
1969
1969
|
/**
|
|
1970
1970
|
* @public
|
|
@@ -2007,7 +2007,7 @@ export interface AnalyticsUtteranceMetric {
|
|
|
2007
2007
|
* </li>
|
|
2008
2008
|
* </ul>
|
|
2009
2009
|
*/
|
|
2010
|
-
name: AnalyticsUtteranceMetricName |
|
|
2010
|
+
name: AnalyticsUtteranceMetricName | undefined;
|
|
2011
2011
|
/**
|
|
2012
2012
|
* @public
|
|
2013
2013
|
* <p>The summary statistic to calculate.</p>
|
|
@@ -2026,12 +2026,12 @@ export interface AnalyticsUtteranceMetric {
|
|
|
2026
2026
|
* </li>
|
|
2027
2027
|
* </ul>
|
|
2028
2028
|
*/
|
|
2029
|
-
statistic: AnalyticsMetricStatistic |
|
|
2029
|
+
statistic: AnalyticsMetricStatistic | undefined;
|
|
2030
2030
|
/**
|
|
2031
2031
|
* @public
|
|
2032
2032
|
* <p>Specifies whether to sort the results in ascending or descending order.</p>
|
|
2033
2033
|
*/
|
|
2034
|
-
order?: AnalyticsSortOrder
|
|
2034
|
+
order?: AnalyticsSortOrder;
|
|
2035
2035
|
}
|
|
2036
2036
|
/**
|
|
2037
2037
|
* @public
|
|
@@ -2060,7 +2060,7 @@ export interface AnalyticsUtteranceMetricResult {
|
|
|
2060
2060
|
* </li>
|
|
2061
2061
|
* </ul>
|
|
2062
2062
|
*/
|
|
2063
|
-
name?: AnalyticsUtteranceMetricName
|
|
2063
|
+
name?: AnalyticsUtteranceMetricName;
|
|
2064
2064
|
/**
|
|
2065
2065
|
* @public
|
|
2066
2066
|
* <p>The summary statistic that you requested to calculate.</p>
|
|
@@ -2079,7 +2079,7 @@ export interface AnalyticsUtteranceMetricResult {
|
|
|
2079
2079
|
* </li>
|
|
2080
2080
|
* </ul>
|
|
2081
2081
|
*/
|
|
2082
|
-
statistic?: AnalyticsMetricStatistic
|
|
2082
|
+
statistic?: AnalyticsMetricStatistic;
|
|
2083
2083
|
/**
|
|
2084
2084
|
* @public
|
|
2085
2085
|
* <p>The value of the summary statistic for the metric that you requested.</p>
|
|
@@ -2159,7 +2159,7 @@ export interface AssociatedTranscriptFilter {
|
|
|
2159
2159
|
* <p>The name of the field to use for filtering. The allowed names are
|
|
2160
2160
|
* IntentId and SlotTypeId.</p>
|
|
2161
2161
|
*/
|
|
2162
|
-
name: AssociatedTranscriptFilterName |
|
|
2162
|
+
name: AssociatedTranscriptFilterName | undefined;
|
|
2163
2163
|
/**
|
|
2164
2164
|
* @public
|
|
2165
2165
|
* <p>The values to use to filter the transcript.</p>
|
|
@@ -2382,7 +2382,7 @@ export interface FailedCustomVocabularyItem {
|
|
|
2382
2382
|
* <p>The unique error code for the failed custom vocabulary item
|
|
2383
2383
|
* from the custom vocabulary list.</p>
|
|
2384
2384
|
*/
|
|
2385
|
-
errorCode?: ErrorCode
|
|
2385
|
+
errorCode?: ErrorCode;
|
|
2386
2386
|
}
|
|
2387
2387
|
/**
|
|
2388
2388
|
* @public
|
|
@@ -2778,7 +2778,7 @@ export interface BotAliasSummary {
|
|
|
2778
2778
|
* <p>The current state of the bot alias. If the status is
|
|
2779
2779
|
* <code>Available</code>, the alias is ready for use.</p>
|
|
2780
2780
|
*/
|
|
2781
|
-
botAliasStatus?: BotAliasStatus
|
|
2781
|
+
botAliasStatus?: BotAliasStatus;
|
|
2782
2782
|
/**
|
|
2783
2783
|
* @public
|
|
2784
2784
|
* <p>A timestamp of the date and time that the bot alias was
|
|
@@ -2865,7 +2865,7 @@ export interface BotFilter {
|
|
|
2865
2865
|
* @public
|
|
2866
2866
|
* <p>The name of the field to filter the list of bots.</p>
|
|
2867
2867
|
*/
|
|
2868
|
-
name: BotFilterName |
|
|
2868
|
+
name: BotFilterName | undefined;
|
|
2869
2869
|
/**
|
|
2870
2870
|
* @public
|
|
2871
2871
|
* <p>The value to use for filtering the list of bots.</p>
|
|
@@ -2879,7 +2879,7 @@ export interface BotFilter {
|
|
|
2879
2879
|
* <code>ListBots</code> operation should return aliases that contain
|
|
2880
2880
|
* the specified value.</p>
|
|
2881
2881
|
*/
|
|
2882
|
-
operator: BotFilterOperator |
|
|
2882
|
+
operator: BotFilterOperator | undefined;
|
|
2883
2883
|
}
|
|
2884
2884
|
/**
|
|
2885
2885
|
* @public
|
|
@@ -3028,7 +3028,7 @@ export interface BotLocaleFilter {
|
|
|
3028
3028
|
* @public
|
|
3029
3029
|
* <p>The name of the field to filter the list of bots.</p>
|
|
3030
3030
|
*/
|
|
3031
|
-
name: BotLocaleFilterName |
|
|
3031
|
+
name: BotLocaleFilterName | undefined;
|
|
3032
3032
|
/**
|
|
3033
3033
|
* @public
|
|
3034
3034
|
* <p>The value to use for filtering the list of bots.</p>
|
|
@@ -3042,7 +3042,7 @@ export interface BotLocaleFilter {
|
|
|
3042
3042
|
* <code>ListBotLocales</code> operation should return aliases that
|
|
3043
3043
|
* contain the specified value.</p>
|
|
3044
3044
|
*/
|
|
3045
|
-
operator: BotLocaleFilterOperator |
|
|
3045
|
+
operator: BotLocaleFilterOperator | undefined;
|
|
3046
3046
|
}
|
|
3047
3047
|
/**
|
|
3048
3048
|
* @public
|
|
@@ -3090,7 +3090,7 @@ export interface VoiceSettings {
|
|
|
3090
3090
|
* <code>engine</code> parameter of the <code>SynthesizeSpeech</code> operation</a> in the <i>Amazon Polly developer guide</i>.</p>
|
|
3091
3091
|
* <p>If you do not specify a value, the default is <code>standard</code>.</p>
|
|
3092
3092
|
*/
|
|
3093
|
-
engine?: VoiceEngine
|
|
3093
|
+
engine?: VoiceEngine;
|
|
3094
3094
|
}
|
|
3095
3095
|
/**
|
|
3096
3096
|
* @public
|
|
@@ -3182,13 +3182,13 @@ export interface BotLocaleSortBy {
|
|
|
3182
3182
|
* @public
|
|
3183
3183
|
* <p>The bot locale attribute to sort by.</p>
|
|
3184
3184
|
*/
|
|
3185
|
-
attribute: BotLocaleSortAttribute |
|
|
3185
|
+
attribute: BotLocaleSortAttribute | undefined;
|
|
3186
3186
|
/**
|
|
3187
3187
|
* @public
|
|
3188
3188
|
* <p>Specifies whether to sort the bot locales in ascending or descending
|
|
3189
3189
|
* order.</p>
|
|
3190
3190
|
*/
|
|
3191
|
-
order: SortOrder |
|
|
3191
|
+
order: SortOrder | undefined;
|
|
3192
3192
|
}
|
|
3193
3193
|
/**
|
|
3194
3194
|
* @public
|
|
@@ -3234,7 +3234,7 @@ export interface BotLocaleSummary {
|
|
|
3234
3234
|
* <p>The current status of the bot locale. When the status is
|
|
3235
3235
|
* <code>Built</code> the locale is ready for use.</p>
|
|
3236
3236
|
*/
|
|
3237
|
-
botLocaleStatus?: BotLocaleStatus
|
|
3237
|
+
botLocaleStatus?: BotLocaleStatus;
|
|
3238
3238
|
/**
|
|
3239
3239
|
* @public
|
|
3240
3240
|
* <p>A timestamp of the date and time that the bot locale was last
|
|
@@ -3376,7 +3376,7 @@ export interface BotRecommendationSummary {
|
|
|
3376
3376
|
* <p>If the status is Failed, then the reasons for the failure are listed
|
|
3377
3377
|
* in the failureReasons field. </p>
|
|
3378
3378
|
*/
|
|
3379
|
-
botRecommendationStatus: BotRecommendationStatus |
|
|
3379
|
+
botRecommendationStatus: BotRecommendationStatus | undefined;
|
|
3380
3380
|
/**
|
|
3381
3381
|
* @public
|
|
3382
3382
|
* <p>The unique identifier of the bot recommendation to be
|
|
@@ -3416,13 +3416,13 @@ export interface BotSortBy {
|
|
|
3416
3416
|
* @public
|
|
3417
3417
|
* <p>The attribute to use to sort the list of bots.</p>
|
|
3418
3418
|
*/
|
|
3419
|
-
attribute: BotSortAttribute |
|
|
3419
|
+
attribute: BotSortAttribute | undefined;
|
|
3420
3420
|
/**
|
|
3421
3421
|
* @public
|
|
3422
3422
|
* <p>The order to sort the list. You can choose ascending or
|
|
3423
3423
|
* descending.</p>
|
|
3424
3424
|
*/
|
|
3425
|
-
order: SortOrder |
|
|
3425
|
+
order: SortOrder | undefined;
|
|
3426
3426
|
}
|
|
3427
3427
|
/**
|
|
3428
3428
|
* @public
|
|
@@ -3480,7 +3480,7 @@ export interface BotSummary {
|
|
|
3480
3480
|
* <p>The current status of the bot. When the status is
|
|
3481
3481
|
* <code>Available</code> the bot is ready for use.</p>
|
|
3482
3482
|
*/
|
|
3483
|
-
botStatus?: BotStatus
|
|
3483
|
+
botStatus?: BotStatus;
|
|
3484
3484
|
/**
|
|
3485
3485
|
* @public
|
|
3486
3486
|
* <p>The latest numerical version in use for the bot.</p>
|
|
@@ -3495,7 +3495,7 @@ export interface BotSummary {
|
|
|
3495
3495
|
* @public
|
|
3496
3496
|
* <p>The type of the bot.</p>
|
|
3497
3497
|
*/
|
|
3498
|
-
botType?: BotType
|
|
3498
|
+
botType?: BotType;
|
|
3499
3499
|
}
|
|
3500
3500
|
/**
|
|
3501
3501
|
* @public
|
|
@@ -3528,13 +3528,13 @@ export interface BotVersionSortBy {
|
|
|
3528
3528
|
* @public
|
|
3529
3529
|
* <p>The attribute to use to sort the list of versions.</p>
|
|
3530
3530
|
*/
|
|
3531
|
-
attribute: BotVersionSortAttribute |
|
|
3531
|
+
attribute: BotVersionSortAttribute | undefined;
|
|
3532
3532
|
/**
|
|
3533
3533
|
* @public
|
|
3534
3534
|
* <p>The order to sort the list. You can specify ascending or descending
|
|
3535
3535
|
* order.</p>
|
|
3536
3536
|
*/
|
|
3537
|
-
order: SortOrder |
|
|
3537
|
+
order: SortOrder | undefined;
|
|
3538
3538
|
}
|
|
3539
3539
|
/**
|
|
3540
3540
|
* @public
|
|
@@ -3562,7 +3562,7 @@ export interface BotVersionSummary {
|
|
|
3562
3562
|
* <p>The status of the bot. When the status is available, the version of
|
|
3563
3563
|
* the bot is ready for use.</p>
|
|
3564
3564
|
*/
|
|
3565
|
-
botStatus?: BotStatus
|
|
3565
|
+
botStatus?: BotStatus;
|
|
3566
3566
|
/**
|
|
3567
3567
|
* @public
|
|
3568
3568
|
* <p>A timestamp of the date and time that the version was
|
|
@@ -3624,7 +3624,7 @@ export interface BuildBotLocaleResponse {
|
|
|
3624
3624
|
* <code>Built</code>, the bot is ready for use and can be tested using
|
|
3625
3625
|
* any utterance.</p>
|
|
3626
3626
|
*/
|
|
3627
|
-
botLocaleStatus?: BotLocaleStatus
|
|
3627
|
+
botLocaleStatus?: BotLocaleStatus;
|
|
3628
3628
|
/**
|
|
3629
3629
|
* @public
|
|
3630
3630
|
* <p>A timestamp indicating the date and time that the bot was last built
|
|
@@ -3680,13 +3680,13 @@ export interface BuiltInIntentSortBy {
|
|
|
3680
3680
|
* @public
|
|
3681
3681
|
* <p>The attribute to use to sort the list of built-in intents.</p>
|
|
3682
3682
|
*/
|
|
3683
|
-
attribute: BuiltInIntentSortAttribute |
|
|
3683
|
+
attribute: BuiltInIntentSortAttribute | undefined;
|
|
3684
3684
|
/**
|
|
3685
3685
|
* @public
|
|
3686
3686
|
* <p>The order to sort the list. You can specify ascending or descending
|
|
3687
3687
|
* order.</p>
|
|
3688
3688
|
*/
|
|
3689
|
-
order: SortOrder |
|
|
3689
|
+
order: SortOrder | undefined;
|
|
3690
3690
|
}
|
|
3691
3691
|
/**
|
|
3692
3692
|
* @public
|
|
@@ -3726,13 +3726,13 @@ export interface BuiltInSlotTypeSortBy {
|
|
|
3726
3726
|
* @public
|
|
3727
3727
|
* <p>The attribute to use to sort the list of built-in intents.</p>
|
|
3728
3728
|
*/
|
|
3729
|
-
attribute: BuiltInSlotTypeSortAttribute |
|
|
3729
|
+
attribute: BuiltInSlotTypeSortAttribute | undefined;
|
|
3730
3730
|
/**
|
|
3731
3731
|
* @public
|
|
3732
3732
|
* <p>The order to sort the list. You can choose ascending or
|
|
3733
3733
|
* descending.</p>
|
|
3734
3734
|
*/
|
|
3735
|
-
order: SortOrder |
|
|
3735
|
+
order: SortOrder | undefined;
|
|
3736
3736
|
}
|
|
3737
3737
|
/**
|
|
3738
3738
|
* @public
|
|
@@ -3860,7 +3860,7 @@ export interface DialogAction {
|
|
|
3860
3860
|
* @public
|
|
3861
3861
|
* <p>The action that the bot should execute. </p>
|
|
3862
3862
|
*/
|
|
3863
|
-
type: DialogActionType |
|
|
3863
|
+
type: DialogActionType | undefined;
|
|
3864
3864
|
/**
|
|
3865
3865
|
* @public
|
|
3866
3866
|
* <p>If the dialog action is <code>ElicitSlot</code>, defines the slot to
|
|
@@ -4077,7 +4077,7 @@ export interface ConversationLevelIntentClassificationResultItem {
|
|
|
4077
4077
|
* <p>The number of times the specific intent is used in the evaluation of intent level
|
|
4078
4078
|
* success or failure.</p>
|
|
4079
4079
|
*/
|
|
4080
|
-
matchResult: TestResultMatchStatus |
|
|
4080
|
+
matchResult: TestResultMatchStatus | undefined;
|
|
4081
4081
|
}
|
|
4082
4082
|
/**
|
|
4083
4083
|
* @public
|
|
@@ -4088,12 +4088,12 @@ export interface ConversationLevelResultDetail {
|
|
|
4088
4088
|
* @public
|
|
4089
4089
|
* <p>The success or failure of the streaming of the conversation.</p>
|
|
4090
4090
|
*/
|
|
4091
|
-
endToEndResult: TestResultMatchStatus |
|
|
4091
|
+
endToEndResult: TestResultMatchStatus | undefined;
|
|
4092
4092
|
/**
|
|
4093
4093
|
* @public
|
|
4094
4094
|
* <p>The speech transcription success or failure details of the conversation.</p>
|
|
4095
4095
|
*/
|
|
4096
|
-
speechTranscriptionResult?: TestResultMatchStatus
|
|
4096
|
+
speechTranscriptionResult?: TestResultMatchStatus;
|
|
4097
4097
|
}
|
|
4098
4098
|
/**
|
|
4099
4099
|
* @public
|
|
@@ -4114,7 +4114,7 @@ export interface ConversationLevelSlotResolutionResultItem {
|
|
|
4114
4114
|
* @public
|
|
4115
4115
|
* <p>The number of matching slots used in the slots listings for the slot resolution evaluation.</p>
|
|
4116
4116
|
*/
|
|
4117
|
-
matchResult: TestResultMatchStatus |
|
|
4117
|
+
matchResult: TestResultMatchStatus | undefined;
|
|
4118
4118
|
}
|
|
4119
4119
|
/**
|
|
4120
4120
|
* @public
|
|
@@ -4130,12 +4130,12 @@ export interface ConversationLevelTestResultItem {
|
|
|
4130
4130
|
* @public
|
|
4131
4131
|
* <p>The end-to-end success or failure of the test result evaluation item.</p>
|
|
4132
4132
|
*/
|
|
4133
|
-
endToEndResult: TestResultMatchStatus |
|
|
4133
|
+
endToEndResult: TestResultMatchStatus | undefined;
|
|
4134
4134
|
/**
|
|
4135
4135
|
* @public
|
|
4136
4136
|
* <p>The speech transcription success or failure of the test result evaluation item.</p>
|
|
4137
4137
|
*/
|
|
4138
|
-
speechTranscriptionResult?: TestResultMatchStatus
|
|
4138
|
+
speechTranscriptionResult?: TestResultMatchStatus;
|
|
4139
4139
|
/**
|
|
4140
4140
|
* @public
|
|
4141
4141
|
* <p>The intent classification of the test result evaluation item.</p>
|
|
@@ -4168,7 +4168,7 @@ export interface ConversationLevelTestResultsFilterBy {
|
|
|
4168
4168
|
* <p>The selection of matched or mismatched end-to-end status to filter test set results data
|
|
4169
4169
|
* at the conversation level.</p>
|
|
4170
4170
|
*/
|
|
4171
|
-
endToEndResult?: TestResultMatchStatus
|
|
4171
|
+
endToEndResult?: TestResultMatchStatus;
|
|
4172
4172
|
}
|
|
4173
4173
|
/**
|
|
4174
4174
|
* @public
|
|
@@ -4201,7 +4201,7 @@ export interface ConversationLogsDataSourceFilterBy {
|
|
|
4201
4201
|
* @public
|
|
4202
4202
|
* <p>The selection to filter by input mode for the conversation logs. </p>
|
|
4203
4203
|
*/
|
|
4204
|
-
inputMode: ConversationLogsInputModeFilter |
|
|
4204
|
+
inputMode: ConversationLogsInputModeFilter | undefined;
|
|
4205
4205
|
}
|
|
4206
4206
|
/**
|
|
4207
4207
|
* @public
|
|
@@ -4336,7 +4336,7 @@ export interface CreateBotRequest {
|
|
|
4336
4336
|
* @public
|
|
4337
4337
|
* <p>The type of a bot to create.</p>
|
|
4338
4338
|
*/
|
|
4339
|
-
botType?: BotType
|
|
4339
|
+
botType?: BotType;
|
|
4340
4340
|
/**
|
|
4341
4341
|
* @public
|
|
4342
4342
|
* <p>The list of bot members in a network to be created.</p>
|
|
@@ -4385,7 +4385,7 @@ export interface CreateBotResponse {
|
|
|
4385
4385
|
* changes to the <code>Available</code> status. After the bot is created,
|
|
4386
4386
|
* you can use the <code>DRAFT</code> version of the bot.</p>
|
|
4387
4387
|
*/
|
|
4388
|
-
botStatus?: BotStatus
|
|
4388
|
+
botStatus?: BotStatus;
|
|
4389
4389
|
/**
|
|
4390
4390
|
* @public
|
|
4391
4391
|
* <p>A timestamp indicating the date and time that the bot was
|
|
@@ -4406,7 +4406,7 @@ export interface CreateBotResponse {
|
|
|
4406
4406
|
* @public
|
|
4407
4407
|
* <p>The type of a bot that was created.</p>
|
|
4408
4408
|
*/
|
|
4409
|
-
botType?: BotType
|
|
4409
|
+
botType?: BotType;
|
|
4410
4410
|
/**
|
|
4411
4411
|
* @public
|
|
4412
4412
|
* <p>The list of bots in a network that was created.</p>
|
|
@@ -4531,7 +4531,7 @@ export interface CreateBotAliasResponse {
|
|
|
4531
4531
|
* <code>DescribeBotAlias</code> operation to get the current state of
|
|
4532
4532
|
* an alias.</p>
|
|
4533
4533
|
*/
|
|
4534
|
-
botAliasStatus?: BotAliasStatus
|
|
4534
|
+
botAliasStatus?: BotAliasStatus;
|
|
4535
4535
|
/**
|
|
4536
4536
|
* @public
|
|
4537
4537
|
* <p>The unique identifier of the bot that this alias applies to.</p>
|
|
@@ -4670,7 +4670,7 @@ export interface CreateBotLocaleResponse {
|
|
|
4670
4670
|
* <code>Failed</code>. If the bot was saved but not built, the status
|
|
4671
4671
|
* is <code>NotBuilt</code>.</p>
|
|
4672
4672
|
*/
|
|
4673
|
-
botLocaleStatus?: BotLocaleStatus
|
|
4673
|
+
botLocaleStatus?: BotLocaleStatus;
|
|
4674
4674
|
/**
|
|
4675
4675
|
* @public
|
|
4676
4676
|
* <p>A timestamp specifying the date and time that the bot locale was
|
|
@@ -4733,7 +4733,7 @@ export interface CreateBotVersionResponse {
|
|
|
4733
4733
|
* the bot, it sets status to <code>Available</code>. If Amazon Lex can't build
|
|
4734
4734
|
* the bot, it sets status to <code>Failed</code>.</p>
|
|
4735
4735
|
*/
|
|
4736
|
-
botStatus?: BotStatus
|
|
4736
|
+
botStatus?: BotStatus;
|
|
4737
4737
|
/**
|
|
4738
4738
|
* @public
|
|
4739
4739
|
* <p>A timestamp of the date and time that the version was
|
|
@@ -4828,7 +4828,7 @@ export interface CreateExportRequest {
|
|
|
4828
4828
|
* @public
|
|
4829
4829
|
* <p>The file format of the bot or bot locale definition files.</p>
|
|
4830
4830
|
*/
|
|
4831
|
-
fileFormat: ImportExportFileFormat |
|
|
4831
|
+
fileFormat: ImportExportFileFormat | undefined;
|
|
4832
4832
|
/**
|
|
4833
4833
|
* @public
|
|
4834
4834
|
* <p>An password to use to encrypt the exported archive. Using a password
|
|
@@ -4871,14 +4871,14 @@ export interface CreateExportResponse {
|
|
|
4871
4871
|
* <p>The file format used for the bot or bot locale definition
|
|
4872
4872
|
* files.</p>
|
|
4873
4873
|
*/
|
|
4874
|
-
fileFormat?: ImportExportFileFormat
|
|
4874
|
+
fileFormat?: ImportExportFileFormat;
|
|
4875
4875
|
/**
|
|
4876
4876
|
* @public
|
|
4877
4877
|
* <p>The status of the export. When the status is <code>Completed</code>,
|
|
4878
4878
|
* you can use the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeExport.html">DescribeExport</a> operation to get the
|
|
4879
4879
|
* pre-signed S3 URL link to your exported bot or bot locale.</p>
|
|
4880
4880
|
*/
|
|
4881
|
-
exportStatus?: ExportStatus
|
|
4881
|
+
exportStatus?: ExportStatus;
|
|
4882
4882
|
/**
|
|
4883
4883
|
* @public
|
|
4884
4884
|
* <p>The date and time that the request to export a bot was
|
|
@@ -5109,12 +5109,12 @@ export interface PromptSpecification {
|
|
|
5109
5109
|
* @public
|
|
5110
5110
|
* <p>Indicates how a message is selected from a message group among retries.</p>
|
|
5111
5111
|
*/
|
|
5112
|
-
messageSelectionStrategy?: MessageSelectionStrategy
|
|
5112
|
+
messageSelectionStrategy?: MessageSelectionStrategy;
|
|
5113
5113
|
/**
|
|
5114
5114
|
* @public
|
|
5115
5115
|
* <p>Specifies the advanced settings on each attempt of the prompt.</p>
|
|
5116
5116
|
*/
|
|
5117
|
-
promptAttemptsSpecification?: Record<
|
|
5117
|
+
promptAttemptsSpecification?: Record<PromptAttempt, PromptAttemptSpecification>;
|
|
5118
5118
|
}
|
|
5119
5119
|
/**
|
|
5120
5120
|
* @public
|
|
@@ -5280,7 +5280,7 @@ export interface CreateResourcePolicyStatementRequest {
|
|
|
5280
5280
|
* <p>Determines whether the statement allows or denies access to the
|
|
5281
5281
|
* resource.</p>
|
|
5282
5282
|
*/
|
|
5283
|
-
effect: Effect |
|
|
5283
|
+
effect: Effect | undefined;
|
|
5284
5284
|
/**
|
|
5285
5285
|
* @public
|
|
5286
5286
|
* <p>An IAM principal, such as an IAM user, IAM role,
|
|
@@ -5377,7 +5377,7 @@ export interface ObfuscationSetting {
|
|
|
5377
5377
|
* <p>Value that determines whether Amazon Lex obscures slot values in
|
|
5378
5378
|
* conversation logs. The default is to obscure the values.</p>
|
|
5379
5379
|
*/
|
|
5380
|
-
obfuscationSettingType: ObfuscationSettingType |
|
|
5380
|
+
obfuscationSettingType: ObfuscationSettingType | undefined;
|
|
5381
5381
|
}
|
|
5382
5382
|
/**
|
|
5383
5383
|
* @public
|
|
@@ -5700,7 +5700,7 @@ export interface SlotValueSelectionSetting {
|
|
|
5700
5700
|
* <p>If you don't specify the <code>valueSelectionStrategy</code>, the
|
|
5701
5701
|
* default is <code>ORIGINAL_VALUE</code>.</p>
|
|
5702
5702
|
*/
|
|
5703
|
-
resolutionStrategy: SlotValueResolutionStrategy |
|
|
5703
|
+
resolutionStrategy: SlotValueResolutionStrategy | undefined;
|
|
5704
5704
|
/**
|
|
5705
5705
|
* @public
|
|
5706
5706
|
* <p>A regular expression used to validate the value of a slot.</p>
|
|
@@ -6057,7 +6057,7 @@ export interface DeleteBotResponse {
|
|
|
6057
6057
|
* <p>The current status of the bot. The status is <code>Deleting</code>
|
|
6058
6058
|
* while the bot and its associated resources are being deleted.</p>
|
|
6059
6059
|
*/
|
|
6060
|
-
botStatus?: BotStatus
|
|
6060
|
+
botStatus?: BotStatus;
|
|
6061
6061
|
}
|
|
6062
6062
|
/**
|
|
6063
6063
|
* @public
|
|
@@ -6107,7 +6107,7 @@ export interface DeleteBotAliasResponse {
|
|
|
6107
6107
|
* deleted, it will no longer appear in the list of aliases returned by
|
|
6108
6108
|
* the <code>ListBotAliases</code> operation.</p>
|
|
6109
6109
|
*/
|
|
6110
|
-
botAliasStatus?: BotAliasStatus
|
|
6110
|
+
botAliasStatus?: BotAliasStatus;
|
|
6111
6111
|
}
|
|
6112
6112
|
/**
|
|
6113
6113
|
* @public
|
|
@@ -6156,7 +6156,7 @@ export interface DeleteBotLocaleResponse {
|
|
|
6156
6156
|
* <code>Deleting</code> status. Once the locale is deleted it no
|
|
6157
6157
|
* longer appears in the list of locales for the bot.</p>
|
|
6158
6158
|
*/
|
|
6159
|
-
botLocaleStatus?: BotLocaleStatus
|
|
6159
|
+
botLocaleStatus?: BotLocaleStatus;
|
|
6160
6160
|
}
|
|
6161
6161
|
/**
|
|
6162
6162
|
* @public
|
|
@@ -6201,7 +6201,7 @@ export interface DeleteBotVersionResponse {
|
|
|
6201
6201
|
* @public
|
|
6202
6202
|
* <p>The current status of the bot. </p>
|
|
6203
6203
|
*/
|
|
6204
|
-
botStatus?: BotStatus
|
|
6204
|
+
botStatus?: BotStatus;
|
|
6205
6205
|
}
|
|
6206
6206
|
/**
|
|
6207
6207
|
* @public
|
|
@@ -6252,7 +6252,7 @@ export interface DeleteCustomVocabularyResponse {
|
|
|
6252
6252
|
* @public
|
|
6253
6253
|
* <p>The status of removing the custom vocabulary.</p>
|
|
6254
6254
|
*/
|
|
6255
|
-
customVocabularyStatus?: CustomVocabularyStatus
|
|
6255
|
+
customVocabularyStatus?: CustomVocabularyStatus;
|
|
6256
6256
|
}
|
|
6257
6257
|
/**
|
|
6258
6258
|
* @public
|
|
@@ -6280,7 +6280,7 @@ export interface DeleteExportResponse {
|
|
|
6280
6280
|
* DescribeExport</a> operation with the export identifier will
|
|
6281
6281
|
* fail.</p>
|
|
6282
6282
|
*/
|
|
6283
|
-
exportStatus?: ExportStatus
|
|
6283
|
+
exportStatus?: ExportStatus;
|
|
6284
6284
|
}
|
|
6285
6285
|
/**
|
|
6286
6286
|
* @public
|
|
@@ -6321,7 +6321,7 @@ export interface DeleteImportResponse {
|
|
|
6321
6321
|
* the import will no longer be returned by the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListImports.html">ListImports</a> operation and calls to the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeImport.html">DescribeImport</a> operation with the import identifier will
|
|
6322
6322
|
* fail.</p>
|
|
6323
6323
|
*/
|
|
6324
|
-
importStatus?: ImportStatus
|
|
6324
|
+
importStatus?: ImportStatus;
|
|
6325
6325
|
}
|
|
6326
6326
|
/**
|
|
6327
6327
|
* @public
|
|
@@ -6593,7 +6593,7 @@ export interface DescribeBotResponse {
|
|
|
6593
6593
|
* <code>Available</code> the bot is ready to be used in conversations
|
|
6594
6594
|
* with users.</p>
|
|
6595
6595
|
*/
|
|
6596
|
-
botStatus?: BotStatus
|
|
6596
|
+
botStatus?: BotStatus;
|
|
6597
6597
|
/**
|
|
6598
6598
|
* @public
|
|
6599
6599
|
* <p>A timestamp of the date and time that the bot was created.</p>
|
|
@@ -6609,7 +6609,7 @@ export interface DescribeBotResponse {
|
|
|
6609
6609
|
* @public
|
|
6610
6610
|
* <p>The type of the bot that was described.</p>
|
|
6611
6611
|
*/
|
|
6612
|
-
botType?: BotType
|
|
6612
|
+
botType?: BotType;
|
|
6613
6613
|
/**
|
|
6614
6614
|
* @public
|
|
6615
6615
|
* <p>The list of bots in the network that was described.</p>
|
|
@@ -6707,7 +6707,7 @@ export interface DescribeBotAliasResponse {
|
|
|
6707
6707
|
* <code>Available</code>, the alias is ready for use with your
|
|
6708
6708
|
* bot.</p>
|
|
6709
6709
|
*/
|
|
6710
|
-
botAliasStatus?: BotAliasStatus
|
|
6710
|
+
botAliasStatus?: BotAliasStatus;
|
|
6711
6711
|
/**
|
|
6712
6712
|
* @public
|
|
6713
6713
|
* <p>The identifier of the bot associated with the bot alias.</p>
|
|
@@ -6812,7 +6812,7 @@ export interface DescribeBotLocaleResponse {
|
|
|
6812
6812
|
* reasons for the failure are listed in the <code>failureReasons</code>
|
|
6813
6813
|
* field.</p>
|
|
6814
6814
|
*/
|
|
6815
|
-
botLocaleStatus?: BotLocaleStatus
|
|
6815
|
+
botLocaleStatus?: BotLocaleStatus;
|
|
6816
6816
|
/**
|
|
6817
6817
|
* @public
|
|
6818
6818
|
* <p>if <code>botLocaleStatus</code> is <code>Failed</code>, Amazon Lex
|
|
@@ -6982,7 +6982,7 @@ export interface S3BucketTranscriptSource {
|
|
|
6982
6982
|
* <p>The format of the transcript content. Currently, Genie only supports
|
|
6983
6983
|
* the Amazon Lex transcript format.</p>
|
|
6984
6984
|
*/
|
|
6985
|
-
transcriptFormat: TranscriptFormat |
|
|
6985
|
+
transcriptFormat: TranscriptFormat | undefined;
|
|
6986
6986
|
/**
|
|
6987
6987
|
* @public
|
|
6988
6988
|
* <p>The object that contains the filter which will be applied when Amazon Lex
|
|
@@ -7040,7 +7040,7 @@ export interface DescribeBotRecommendationResponse {
|
|
|
7040
7040
|
* the reasons for the failure are listed in the failureReasons field.
|
|
7041
7041
|
* </p>
|
|
7042
7042
|
*/
|
|
7043
|
-
botRecommendationStatus?: BotRecommendationStatus
|
|
7043
|
+
botRecommendationStatus?: BotRecommendationStatus;
|
|
7044
7044
|
/**
|
|
7045
7045
|
* @public
|
|
7046
7046
|
* <p>The identifier of the bot recommendation being described.</p>
|
|
@@ -7145,7 +7145,7 @@ export interface DescribeBotVersionResponse {
|
|
|
7145
7145
|
* <p>The current status of the bot. When the status is
|
|
7146
7146
|
* <code>Available</code>, the bot version is ready for use.</p>
|
|
7147
7147
|
*/
|
|
7148
|
-
botStatus?: BotStatus
|
|
7148
|
+
botStatus?: BotStatus;
|
|
7149
7149
|
/**
|
|
7150
7150
|
* @public
|
|
7151
7151
|
* <p>If the <code>botStatus</code> is <code>Failed</code>, this contains
|
|
@@ -7167,7 +7167,7 @@ export interface DescribeBotVersionResponse {
|
|
|
7167
7167
|
* @public
|
|
7168
7168
|
* <p>The type of the bot in the version that was described.</p>
|
|
7169
7169
|
*/
|
|
7170
|
-
botType?: BotType
|
|
7170
|
+
botType?: BotType;
|
|
7171
7171
|
/**
|
|
7172
7172
|
* @public
|
|
7173
7173
|
* <p>The members of bot network in the version that was described.</p>
|
|
@@ -7219,7 +7219,7 @@ export interface DescribeCustomVocabularyMetadataResponse {
|
|
|
7219
7219
|
* <p>The status of the custom vocabulary. If the status is
|
|
7220
7220
|
* <code>Ready</code> the custom vocabulary is ready to use.</p>
|
|
7221
7221
|
*/
|
|
7222
|
-
customVocabularyStatus?: CustomVocabularyStatus
|
|
7222
|
+
customVocabularyStatus?: CustomVocabularyStatus;
|
|
7223
7223
|
/**
|
|
7224
7224
|
* @public
|
|
7225
7225
|
* <p>The date and time that the custom vocabulary was created.</p>
|
|
@@ -7261,13 +7261,13 @@ export interface DescribeExportResponse {
|
|
|
7261
7261
|
* <p>The file format used in the files that describe the resource.
|
|
7262
7262
|
* </p>
|
|
7263
7263
|
*/
|
|
7264
|
-
fileFormat?: ImportExportFileFormat
|
|
7264
|
+
fileFormat?: ImportExportFileFormat;
|
|
7265
7265
|
/**
|
|
7266
7266
|
* @public
|
|
7267
7267
|
* <p>The status of the export. When the status is <code>Complete</code>
|
|
7268
7268
|
* the export archive file is available for download.</p>
|
|
7269
7269
|
*/
|
|
7270
|
-
exportStatus?: ExportStatus
|
|
7270
|
+
exportStatus?: ExportStatus;
|
|
7271
7271
|
/**
|
|
7272
7272
|
* @public
|
|
7273
7273
|
* <p>If the <code>exportStatus</code> is failed, contains one or more
|
|
@@ -7400,7 +7400,7 @@ export interface TestSetImportResourceSpecification {
|
|
|
7400
7400
|
* @public
|
|
7401
7401
|
* <p>Specifies whether the test-set being imported contains written or spoken data.</p>
|
|
7402
7402
|
*/
|
|
7403
|
-
modality: TestSetModality |
|
|
7403
|
+
modality: TestSetModality | undefined;
|
|
7404
7404
|
/**
|
|
7405
7405
|
* @public
|
|
7406
7406
|
* <p>A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can't use the <code>UpdateTestSet</code> operation to update tags. To update tags, use the <code>TagResource</code> operation.</p>
|
|
@@ -7468,14 +7468,14 @@ export interface DescribeImportResponse {
|
|
|
7468
7468
|
* <code>FailOnConflict</code> existing resources are not overwritten
|
|
7469
7469
|
* and the import fails.</p>
|
|
7470
7470
|
*/
|
|
7471
|
-
mergeStrategy?: MergeStrategy
|
|
7471
|
+
mergeStrategy?: MergeStrategy;
|
|
7472
7472
|
/**
|
|
7473
7473
|
* @public
|
|
7474
7474
|
* <p>The status of the import process. When the status is
|
|
7475
7475
|
* <code>Completed</code> the resource is imported and ready for
|
|
7476
7476
|
* use.</p>
|
|
7477
7477
|
*/
|
|
7478
|
-
importStatus?: ImportStatus
|
|
7478
|
+
importStatus?: ImportStatus;
|
|
7479
7479
|
/**
|
|
7480
7480
|
* @public
|
|
7481
7481
|
* <p>If the <code>importStatus</code> field is <code>Failed</code>, this
|