@aws-sdk/client-lex-models-v2 3.47.1 → 3.50.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 +35 -0
- package/dist-cjs/LexModelsV2.js +30 -0
- package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +36 -0
- package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +67 -6
- package/dist-cjs/protocols/Aws_restJson1.js +368 -3
- package/dist-es/LexModelsV2.js +30 -0
- package/dist-es/commands/DeleteCustomVocabularyCommand.js +39 -0
- package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +47 -0
- package/dist-es/protocols/Aws_restJson1.js +395 -7
- package/dist-types/LexModelsV2.d.ts +21 -6
- package/dist-types/LexModelsV2Client.d.ts +4 -2
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +36 -0
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +35 -0
- package/dist-types/commands/ListExportsCommand.d.ts +2 -2
- package/dist-types/commands/ListImportsCommand.d.ts +2 -2
- package/dist-types/commands/StartImportCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +264 -24
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +40 -34
- package/dist-types/ts3.4/LexModelsV2.d.ts +0 -325
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +0 -137
- package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -64
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3751
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -194
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -8
- package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +0 -7
|
@@ -1,3751 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export declare enum AggregatedUtterancesFilterName {
|
|
3
|
-
Utterance = "Utterance"
|
|
4
|
-
}
|
|
5
|
-
export declare enum AggregatedUtterancesFilterOperator {
|
|
6
|
-
Contains = "CO",
|
|
7
|
-
Equals = "EQ"
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface AggregatedUtterancesFilter {
|
|
11
|
-
|
|
12
|
-
name: AggregatedUtterancesFilterName | string | undefined;
|
|
13
|
-
|
|
14
|
-
values: string[] | undefined;
|
|
15
|
-
|
|
16
|
-
operator: AggregatedUtterancesFilterOperator | string | undefined;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace AggregatedUtterancesFilter {
|
|
19
|
-
|
|
20
|
-
const filterSensitiveLog: (obj: AggregatedUtterancesFilter) => any;
|
|
21
|
-
}
|
|
22
|
-
export declare enum AggregatedUtterancesSortAttribute {
|
|
23
|
-
HitCount = "HitCount",
|
|
24
|
-
MissedCount = "MissedCount"
|
|
25
|
-
}
|
|
26
|
-
export declare enum SortOrder {
|
|
27
|
-
Ascending = "Ascending",
|
|
28
|
-
Descending = "Descending"
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export interface AggregatedUtterancesSortBy {
|
|
32
|
-
|
|
33
|
-
attribute: AggregatedUtterancesSortAttribute | string | undefined;
|
|
34
|
-
|
|
35
|
-
order: SortOrder | string | undefined;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace AggregatedUtterancesSortBy {
|
|
38
|
-
|
|
39
|
-
const filterSensitiveLog: (obj: AggregatedUtterancesSortBy) => any;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export interface AggregatedUtterancesSummary {
|
|
43
|
-
|
|
44
|
-
utterance?: string;
|
|
45
|
-
|
|
46
|
-
hitCount?: number;
|
|
47
|
-
|
|
48
|
-
missedCount?: number;
|
|
49
|
-
|
|
50
|
-
utteranceFirstRecordedInAggregationDuration?: Date;
|
|
51
|
-
|
|
52
|
-
utteranceLastRecordedInAggregationDuration?: Date;
|
|
53
|
-
|
|
54
|
-
containsDataFromDeletedResources?: boolean;
|
|
55
|
-
}
|
|
56
|
-
export declare namespace AggregatedUtterancesSummary {
|
|
57
|
-
|
|
58
|
-
const filterSensitiveLog: (obj: AggregatedUtterancesSummary) => any;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export interface AssociatedTranscript {
|
|
62
|
-
|
|
63
|
-
transcript?: string;
|
|
64
|
-
}
|
|
65
|
-
export declare namespace AssociatedTranscript {
|
|
66
|
-
|
|
67
|
-
const filterSensitiveLog: (obj: AssociatedTranscript) => any;
|
|
68
|
-
}
|
|
69
|
-
export declare enum AssociatedTranscriptFilterName {
|
|
70
|
-
IntentId = "IntentId",
|
|
71
|
-
SlotTypeId = "SlotTypeId"
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
export interface AssociatedTranscriptFilter {
|
|
75
|
-
|
|
76
|
-
name: AssociatedTranscriptFilterName | string | undefined;
|
|
77
|
-
|
|
78
|
-
values: string[] | undefined;
|
|
79
|
-
}
|
|
80
|
-
export declare namespace AssociatedTranscriptFilter {
|
|
81
|
-
|
|
82
|
-
const filterSensitiveLog: (obj: AssociatedTranscriptFilter) => any;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
export interface S3BucketLogDestination {
|
|
86
|
-
|
|
87
|
-
kmsKeyArn?: string;
|
|
88
|
-
|
|
89
|
-
s3BucketArn: string | undefined;
|
|
90
|
-
|
|
91
|
-
logPrefix: string | undefined;
|
|
92
|
-
}
|
|
93
|
-
export declare namespace S3BucketLogDestination {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: S3BucketLogDestination) => any;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
export interface AudioLogDestination {
|
|
99
|
-
|
|
100
|
-
s3Bucket: S3BucketLogDestination | undefined;
|
|
101
|
-
}
|
|
102
|
-
export declare namespace AudioLogDestination {
|
|
103
|
-
|
|
104
|
-
const filterSensitiveLog: (obj: AudioLogDestination) => any;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
export interface AudioLogSetting {
|
|
108
|
-
|
|
109
|
-
enabled: boolean | undefined;
|
|
110
|
-
|
|
111
|
-
destination: AudioLogDestination | undefined;
|
|
112
|
-
}
|
|
113
|
-
export declare namespace AudioLogSetting {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: AudioLogSetting) => any;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export interface BotAliasHistoryEvent {
|
|
119
|
-
|
|
120
|
-
botVersion?: string;
|
|
121
|
-
|
|
122
|
-
startDate?: Date;
|
|
123
|
-
|
|
124
|
-
endDate?: Date;
|
|
125
|
-
}
|
|
126
|
-
export declare namespace BotAliasHistoryEvent {
|
|
127
|
-
|
|
128
|
-
const filterSensitiveLog: (obj: BotAliasHistoryEvent) => any;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
export interface LambdaCodeHook {
|
|
132
|
-
|
|
133
|
-
lambdaARN: string | undefined;
|
|
134
|
-
|
|
135
|
-
codeHookInterfaceVersion: string | undefined;
|
|
136
|
-
}
|
|
137
|
-
export declare namespace LambdaCodeHook {
|
|
138
|
-
|
|
139
|
-
const filterSensitiveLog: (obj: LambdaCodeHook) => any;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
export interface CodeHookSpecification {
|
|
143
|
-
|
|
144
|
-
lambdaCodeHook: LambdaCodeHook | undefined;
|
|
145
|
-
}
|
|
146
|
-
export declare namespace CodeHookSpecification {
|
|
147
|
-
|
|
148
|
-
const filterSensitiveLog: (obj: CodeHookSpecification) => any;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
export interface BotAliasLocaleSettings {
|
|
152
|
-
|
|
153
|
-
enabled: boolean | undefined;
|
|
154
|
-
|
|
155
|
-
codeHookSpecification?: CodeHookSpecification;
|
|
156
|
-
}
|
|
157
|
-
export declare namespace BotAliasLocaleSettings {
|
|
158
|
-
|
|
159
|
-
const filterSensitiveLog: (obj: BotAliasLocaleSettings) => any;
|
|
160
|
-
}
|
|
161
|
-
export declare enum BotAliasStatus {
|
|
162
|
-
Available = "Available",
|
|
163
|
-
Creating = "Creating",
|
|
164
|
-
Deleting = "Deleting",
|
|
165
|
-
Failed = "Failed"
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
export interface BotAliasSummary {
|
|
169
|
-
|
|
170
|
-
botAliasId?: string;
|
|
171
|
-
|
|
172
|
-
botAliasName?: string;
|
|
173
|
-
|
|
174
|
-
description?: string;
|
|
175
|
-
|
|
176
|
-
botVersion?: string;
|
|
177
|
-
|
|
178
|
-
botAliasStatus?: BotAliasStatus | string;
|
|
179
|
-
|
|
180
|
-
creationDateTime?: Date;
|
|
181
|
-
|
|
182
|
-
lastUpdatedDateTime?: Date;
|
|
183
|
-
}
|
|
184
|
-
export declare namespace BotAliasSummary {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: BotAliasSummary) => any;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export interface BotExportSpecification {
|
|
190
|
-
|
|
191
|
-
botId: string | undefined;
|
|
192
|
-
|
|
193
|
-
botVersion: string | undefined;
|
|
194
|
-
}
|
|
195
|
-
export declare namespace BotExportSpecification {
|
|
196
|
-
|
|
197
|
-
const filterSensitiveLog: (obj: BotExportSpecification) => any;
|
|
198
|
-
}
|
|
199
|
-
export declare enum BotFilterName {
|
|
200
|
-
BotName = "BotName"
|
|
201
|
-
}
|
|
202
|
-
export declare enum BotFilterOperator {
|
|
203
|
-
Contains = "CO",
|
|
204
|
-
Equals = "EQ"
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
export interface BotFilter {
|
|
208
|
-
|
|
209
|
-
name: BotFilterName | string | undefined;
|
|
210
|
-
|
|
211
|
-
values: string[] | undefined;
|
|
212
|
-
|
|
213
|
-
operator: BotFilterOperator | string | undefined;
|
|
214
|
-
}
|
|
215
|
-
export declare namespace BotFilter {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: BotFilter) => any;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
export interface DataPrivacy {
|
|
221
|
-
|
|
222
|
-
childDirected: boolean | undefined;
|
|
223
|
-
}
|
|
224
|
-
export declare namespace DataPrivacy {
|
|
225
|
-
|
|
226
|
-
const filterSensitiveLog: (obj: DataPrivacy) => any;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
export interface BotImportSpecification {
|
|
230
|
-
|
|
231
|
-
botName: string | undefined;
|
|
232
|
-
|
|
233
|
-
roleArn: string | undefined;
|
|
234
|
-
|
|
235
|
-
dataPrivacy: DataPrivacy | undefined;
|
|
236
|
-
|
|
237
|
-
idleSessionTTLInSeconds?: number;
|
|
238
|
-
|
|
239
|
-
botTags?: {
|
|
240
|
-
[key: string]: string;
|
|
241
|
-
};
|
|
242
|
-
|
|
243
|
-
testBotAliasTags?: {
|
|
244
|
-
[key: string]: string;
|
|
245
|
-
};
|
|
246
|
-
}
|
|
247
|
-
export declare namespace BotImportSpecification {
|
|
248
|
-
|
|
249
|
-
const filterSensitiveLog: (obj: BotImportSpecification) => any;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
export interface BotLocaleExportSpecification {
|
|
253
|
-
|
|
254
|
-
botId: string | undefined;
|
|
255
|
-
|
|
256
|
-
botVersion: string | undefined;
|
|
257
|
-
|
|
258
|
-
localeId: string | undefined;
|
|
259
|
-
}
|
|
260
|
-
export declare namespace BotLocaleExportSpecification {
|
|
261
|
-
|
|
262
|
-
const filterSensitiveLog: (obj: BotLocaleExportSpecification) => any;
|
|
263
|
-
}
|
|
264
|
-
export declare enum BotLocaleFilterName {
|
|
265
|
-
BotLocaleName = "BotLocaleName"
|
|
266
|
-
}
|
|
267
|
-
export declare enum BotLocaleFilterOperator {
|
|
268
|
-
Contains = "CO",
|
|
269
|
-
Equals = "EQ"
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
export interface BotLocaleFilter {
|
|
273
|
-
|
|
274
|
-
name: BotLocaleFilterName | string | undefined;
|
|
275
|
-
|
|
276
|
-
values: string[] | undefined;
|
|
277
|
-
|
|
278
|
-
operator: BotLocaleFilterOperator | string | undefined;
|
|
279
|
-
}
|
|
280
|
-
export declare namespace BotLocaleFilter {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: BotLocaleFilter) => any;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
export interface BotLocaleHistoryEvent {
|
|
286
|
-
|
|
287
|
-
event: string | undefined;
|
|
288
|
-
|
|
289
|
-
eventDate: Date | undefined;
|
|
290
|
-
}
|
|
291
|
-
export declare namespace BotLocaleHistoryEvent {
|
|
292
|
-
|
|
293
|
-
const filterSensitiveLog: (obj: BotLocaleHistoryEvent) => any;
|
|
294
|
-
}
|
|
295
|
-
export declare enum VoiceEngine {
|
|
296
|
-
Neural = "neural",
|
|
297
|
-
Standard = "standard"
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
export interface VoiceSettings {
|
|
301
|
-
|
|
302
|
-
voiceId: string | undefined;
|
|
303
|
-
|
|
304
|
-
engine?: VoiceEngine | string;
|
|
305
|
-
}
|
|
306
|
-
export declare namespace VoiceSettings {
|
|
307
|
-
|
|
308
|
-
const filterSensitiveLog: (obj: VoiceSettings) => any;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
export interface BotLocaleImportSpecification {
|
|
312
|
-
|
|
313
|
-
botId: string | undefined;
|
|
314
|
-
|
|
315
|
-
botVersion: string | undefined;
|
|
316
|
-
|
|
317
|
-
localeId: string | undefined;
|
|
318
|
-
|
|
319
|
-
nluIntentConfidenceThreshold?: number;
|
|
320
|
-
|
|
321
|
-
voiceSettings?: VoiceSettings;
|
|
322
|
-
}
|
|
323
|
-
export declare namespace BotLocaleImportSpecification {
|
|
324
|
-
|
|
325
|
-
const filterSensitiveLog: (obj: BotLocaleImportSpecification) => any;
|
|
326
|
-
}
|
|
327
|
-
export declare enum BotLocaleSortAttribute {
|
|
328
|
-
BotLocaleName = "BotLocaleName"
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
export interface BotLocaleSortBy {
|
|
332
|
-
|
|
333
|
-
attribute: BotLocaleSortAttribute | string | undefined;
|
|
334
|
-
|
|
335
|
-
order: SortOrder | string | undefined;
|
|
336
|
-
}
|
|
337
|
-
export declare namespace BotLocaleSortBy {
|
|
338
|
-
|
|
339
|
-
const filterSensitiveLog: (obj: BotLocaleSortBy) => any;
|
|
340
|
-
}
|
|
341
|
-
export declare enum BotLocaleStatus {
|
|
342
|
-
Building = "Building",
|
|
343
|
-
Built = "Built",
|
|
344
|
-
Creating = "Creating",
|
|
345
|
-
Deleting = "Deleting",
|
|
346
|
-
Failed = "Failed",
|
|
347
|
-
Importing = "Importing",
|
|
348
|
-
NotBuilt = "NotBuilt",
|
|
349
|
-
Processing = "Processing",
|
|
350
|
-
ReadyExpressTesting = "ReadyExpressTesting"
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
export interface BotLocaleSummary {
|
|
354
|
-
|
|
355
|
-
localeId?: string;
|
|
356
|
-
|
|
357
|
-
localeName?: string;
|
|
358
|
-
|
|
359
|
-
description?: string;
|
|
360
|
-
|
|
361
|
-
botLocaleStatus?: BotLocaleStatus | string;
|
|
362
|
-
|
|
363
|
-
lastUpdatedDateTime?: Date;
|
|
364
|
-
|
|
365
|
-
lastBuildSubmittedDateTime?: Date;
|
|
366
|
-
}
|
|
367
|
-
export declare namespace BotLocaleSummary {
|
|
368
|
-
|
|
369
|
-
const filterSensitiveLog: (obj: BotLocaleSummary) => any;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
export interface IntentStatistics {
|
|
373
|
-
|
|
374
|
-
discoveredIntentCount?: number;
|
|
375
|
-
}
|
|
376
|
-
export declare namespace IntentStatistics {
|
|
377
|
-
|
|
378
|
-
const filterSensitiveLog: (obj: IntentStatistics) => any;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
export interface SlotTypeStatistics {
|
|
382
|
-
|
|
383
|
-
discoveredSlotTypeCount?: number;
|
|
384
|
-
}
|
|
385
|
-
export declare namespace SlotTypeStatistics {
|
|
386
|
-
|
|
387
|
-
const filterSensitiveLog: (obj: SlotTypeStatistics) => any;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
export interface BotRecommendationResultStatistics {
|
|
391
|
-
|
|
392
|
-
intents?: IntentStatistics;
|
|
393
|
-
|
|
394
|
-
slotTypes?: SlotTypeStatistics;
|
|
395
|
-
}
|
|
396
|
-
export declare namespace BotRecommendationResultStatistics {
|
|
397
|
-
|
|
398
|
-
const filterSensitiveLog: (obj: BotRecommendationResultStatistics) => any;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
export interface BotRecommendationResults {
|
|
402
|
-
|
|
403
|
-
botLocaleExportUrl?: string;
|
|
404
|
-
|
|
405
|
-
associatedTranscriptsUrl?: string;
|
|
406
|
-
|
|
407
|
-
statistics?: BotRecommendationResultStatistics;
|
|
408
|
-
}
|
|
409
|
-
export declare namespace BotRecommendationResults {
|
|
410
|
-
|
|
411
|
-
const filterSensitiveLog: (obj: BotRecommendationResults) => any;
|
|
412
|
-
}
|
|
413
|
-
export declare enum BotRecommendationStatus {
|
|
414
|
-
Available = "Available",
|
|
415
|
-
Deleted = "Deleted",
|
|
416
|
-
Deleting = "Deleting",
|
|
417
|
-
Downloading = "Downloading",
|
|
418
|
-
Failed = "Failed",
|
|
419
|
-
Processing = "Processing",
|
|
420
|
-
Updating = "Updating"
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
export interface BotRecommendationSummary {
|
|
424
|
-
|
|
425
|
-
botRecommendationStatus: BotRecommendationStatus | string | undefined;
|
|
426
|
-
|
|
427
|
-
botRecommendationId: string | undefined;
|
|
428
|
-
|
|
429
|
-
creationDateTime?: Date;
|
|
430
|
-
|
|
431
|
-
lastUpdatedDateTime?: Date;
|
|
432
|
-
}
|
|
433
|
-
export declare namespace BotRecommendationSummary {
|
|
434
|
-
|
|
435
|
-
const filterSensitiveLog: (obj: BotRecommendationSummary) => any;
|
|
436
|
-
}
|
|
437
|
-
export declare enum BotSortAttribute {
|
|
438
|
-
BotName = "BotName"
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
export interface BotSortBy {
|
|
442
|
-
|
|
443
|
-
attribute: BotSortAttribute | string | undefined;
|
|
444
|
-
|
|
445
|
-
order: SortOrder | string | undefined;
|
|
446
|
-
}
|
|
447
|
-
export declare namespace BotSortBy {
|
|
448
|
-
|
|
449
|
-
const filterSensitiveLog: (obj: BotSortBy) => any;
|
|
450
|
-
}
|
|
451
|
-
export declare enum BotStatus {
|
|
452
|
-
Available = "Available",
|
|
453
|
-
Creating = "Creating",
|
|
454
|
-
Deleting = "Deleting",
|
|
455
|
-
Failed = "Failed",
|
|
456
|
-
Importing = "Importing",
|
|
457
|
-
Inactive = "Inactive",
|
|
458
|
-
Versioning = "Versioning"
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
export interface BotSummary {
|
|
462
|
-
|
|
463
|
-
botId?: string;
|
|
464
|
-
|
|
465
|
-
botName?: string;
|
|
466
|
-
|
|
467
|
-
description?: string;
|
|
468
|
-
|
|
469
|
-
botStatus?: BotStatus | string;
|
|
470
|
-
|
|
471
|
-
latestBotVersion?: string;
|
|
472
|
-
|
|
473
|
-
lastUpdatedDateTime?: Date;
|
|
474
|
-
}
|
|
475
|
-
export declare namespace BotSummary {
|
|
476
|
-
|
|
477
|
-
const filterSensitiveLog: (obj: BotSummary) => any;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
export interface BotVersionLocaleDetails {
|
|
481
|
-
|
|
482
|
-
sourceBotVersion: string | undefined;
|
|
483
|
-
}
|
|
484
|
-
export declare namespace BotVersionLocaleDetails {
|
|
485
|
-
|
|
486
|
-
const filterSensitiveLog: (obj: BotVersionLocaleDetails) => any;
|
|
487
|
-
}
|
|
488
|
-
export declare enum BotVersionSortAttribute {
|
|
489
|
-
BotVersion = "BotVersion"
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
export interface BotVersionSortBy {
|
|
493
|
-
|
|
494
|
-
attribute: BotVersionSortAttribute | string | undefined;
|
|
495
|
-
|
|
496
|
-
order: SortOrder | string | undefined;
|
|
497
|
-
}
|
|
498
|
-
export declare namespace BotVersionSortBy {
|
|
499
|
-
|
|
500
|
-
const filterSensitiveLog: (obj: BotVersionSortBy) => any;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
export interface BotVersionSummary {
|
|
504
|
-
|
|
505
|
-
botName?: string;
|
|
506
|
-
|
|
507
|
-
botVersion?: string;
|
|
508
|
-
|
|
509
|
-
description?: string;
|
|
510
|
-
|
|
511
|
-
botStatus?: BotStatus | string;
|
|
512
|
-
|
|
513
|
-
creationDateTime?: Date;
|
|
514
|
-
}
|
|
515
|
-
export declare namespace BotVersionSummary {
|
|
516
|
-
|
|
517
|
-
const filterSensitiveLog: (obj: BotVersionSummary) => any;
|
|
518
|
-
}
|
|
519
|
-
export interface BuildBotLocaleRequest {
|
|
520
|
-
|
|
521
|
-
botId: string | undefined;
|
|
522
|
-
|
|
523
|
-
botVersion: string | undefined;
|
|
524
|
-
|
|
525
|
-
localeId: string | undefined;
|
|
526
|
-
}
|
|
527
|
-
export declare namespace BuildBotLocaleRequest {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: BuildBotLocaleRequest) => any;
|
|
530
|
-
}
|
|
531
|
-
export interface BuildBotLocaleResponse {
|
|
532
|
-
|
|
533
|
-
botId?: string;
|
|
534
|
-
|
|
535
|
-
botVersion?: string;
|
|
536
|
-
|
|
537
|
-
localeId?: string;
|
|
538
|
-
|
|
539
|
-
botLocaleStatus?: BotLocaleStatus | string;
|
|
540
|
-
|
|
541
|
-
lastBuildSubmittedDateTime?: Date;
|
|
542
|
-
}
|
|
543
|
-
export declare namespace BuildBotLocaleResponse {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: BuildBotLocaleResponse) => any;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
549
|
-
name: "ConflictException";
|
|
550
|
-
$fault: "client";
|
|
551
|
-
message?: string;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
555
|
-
name: "InternalServerException";
|
|
556
|
-
$fault: "server";
|
|
557
|
-
message?: string;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
export interface PreconditionFailedException extends __SmithyException, $MetadataBearer {
|
|
561
|
-
name: "PreconditionFailedException";
|
|
562
|
-
$fault: "client";
|
|
563
|
-
message?: string;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
567
|
-
name: "ServiceQuotaExceededException";
|
|
568
|
-
$fault: "client";
|
|
569
|
-
message?: string;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
573
|
-
name: "ThrottlingException";
|
|
574
|
-
$fault: "client";
|
|
575
|
-
retryAfterSeconds?: number;
|
|
576
|
-
message?: string;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
580
|
-
name: "ValidationException";
|
|
581
|
-
$fault: "client";
|
|
582
|
-
message?: string;
|
|
583
|
-
}
|
|
584
|
-
export declare enum BuiltInIntentSortAttribute {
|
|
585
|
-
IntentSignature = "IntentSignature"
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
export interface BuiltInIntentSortBy {
|
|
589
|
-
|
|
590
|
-
attribute: BuiltInIntentSortAttribute | string | undefined;
|
|
591
|
-
|
|
592
|
-
order: SortOrder | string | undefined;
|
|
593
|
-
}
|
|
594
|
-
export declare namespace BuiltInIntentSortBy {
|
|
595
|
-
|
|
596
|
-
const filterSensitiveLog: (obj: BuiltInIntentSortBy) => any;
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
export interface BuiltInIntentSummary {
|
|
600
|
-
|
|
601
|
-
intentSignature?: string;
|
|
602
|
-
|
|
603
|
-
description?: string;
|
|
604
|
-
}
|
|
605
|
-
export declare namespace BuiltInIntentSummary {
|
|
606
|
-
|
|
607
|
-
const filterSensitiveLog: (obj: BuiltInIntentSummary) => any;
|
|
608
|
-
}
|
|
609
|
-
export declare enum BuiltInSlotTypeSortAttribute {
|
|
610
|
-
SlotTypeSignature = "SlotTypeSignature"
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
export interface BuiltInSlotTypeSortBy {
|
|
614
|
-
|
|
615
|
-
attribute: BuiltInSlotTypeSortAttribute | string | undefined;
|
|
616
|
-
|
|
617
|
-
order: SortOrder | string | undefined;
|
|
618
|
-
}
|
|
619
|
-
export declare namespace BuiltInSlotTypeSortBy {
|
|
620
|
-
|
|
621
|
-
const filterSensitiveLog: (obj: BuiltInSlotTypeSortBy) => any;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
export interface BuiltInSlotTypeSummary {
|
|
625
|
-
|
|
626
|
-
slotTypeSignature?: string;
|
|
627
|
-
|
|
628
|
-
description?: string;
|
|
629
|
-
}
|
|
630
|
-
export declare namespace BuiltInSlotTypeSummary {
|
|
631
|
-
|
|
632
|
-
const filterSensitiveLog: (obj: BuiltInSlotTypeSummary) => any;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
export interface Button {
|
|
636
|
-
|
|
637
|
-
text: string | undefined;
|
|
638
|
-
|
|
639
|
-
value: string | undefined;
|
|
640
|
-
}
|
|
641
|
-
export declare namespace Button {
|
|
642
|
-
|
|
643
|
-
const filterSensitiveLog: (obj: Button) => any;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
export interface CloudWatchLogGroupLogDestination {
|
|
647
|
-
|
|
648
|
-
cloudWatchLogGroupArn: string | undefined;
|
|
649
|
-
|
|
650
|
-
logPrefix: string | undefined;
|
|
651
|
-
}
|
|
652
|
-
export declare namespace CloudWatchLogGroupLogDestination {
|
|
653
|
-
|
|
654
|
-
const filterSensitiveLog: (obj: CloudWatchLogGroupLogDestination) => any;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
export interface TextLogDestination {
|
|
658
|
-
|
|
659
|
-
cloudWatch: CloudWatchLogGroupLogDestination | undefined;
|
|
660
|
-
}
|
|
661
|
-
export declare namespace TextLogDestination {
|
|
662
|
-
|
|
663
|
-
const filterSensitiveLog: (obj: TextLogDestination) => any;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
export interface TextLogSetting {
|
|
667
|
-
|
|
668
|
-
enabled: boolean | undefined;
|
|
669
|
-
|
|
670
|
-
destination: TextLogDestination | undefined;
|
|
671
|
-
}
|
|
672
|
-
export declare namespace TextLogSetting {
|
|
673
|
-
|
|
674
|
-
const filterSensitiveLog: (obj: TextLogSetting) => any;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
export interface ConversationLogSettings {
|
|
678
|
-
|
|
679
|
-
textLogSettings?: TextLogSetting[];
|
|
680
|
-
|
|
681
|
-
audioLogSettings?: AudioLogSetting[];
|
|
682
|
-
}
|
|
683
|
-
export declare namespace ConversationLogSettings {
|
|
684
|
-
|
|
685
|
-
const filterSensitiveLog: (obj: ConversationLogSettings) => any;
|
|
686
|
-
}
|
|
687
|
-
export interface CreateBotRequest {
|
|
688
|
-
|
|
689
|
-
botName: string | undefined;
|
|
690
|
-
|
|
691
|
-
description?: string;
|
|
692
|
-
|
|
693
|
-
roleArn: string | undefined;
|
|
694
|
-
|
|
695
|
-
dataPrivacy: DataPrivacy | undefined;
|
|
696
|
-
|
|
697
|
-
idleSessionTTLInSeconds: number | undefined;
|
|
698
|
-
|
|
699
|
-
botTags?: {
|
|
700
|
-
[key: string]: string;
|
|
701
|
-
};
|
|
702
|
-
|
|
703
|
-
testBotAliasTags?: {
|
|
704
|
-
[key: string]: string;
|
|
705
|
-
};
|
|
706
|
-
}
|
|
707
|
-
export declare namespace CreateBotRequest {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: CreateBotRequest) => any;
|
|
710
|
-
}
|
|
711
|
-
export interface CreateBotResponse {
|
|
712
|
-
|
|
713
|
-
botId?: string;
|
|
714
|
-
|
|
715
|
-
botName?: string;
|
|
716
|
-
|
|
717
|
-
description?: string;
|
|
718
|
-
|
|
719
|
-
roleArn?: string;
|
|
720
|
-
|
|
721
|
-
dataPrivacy?: DataPrivacy;
|
|
722
|
-
|
|
723
|
-
idleSessionTTLInSeconds?: number;
|
|
724
|
-
|
|
725
|
-
botStatus?: BotStatus | string;
|
|
726
|
-
|
|
727
|
-
creationDateTime?: Date;
|
|
728
|
-
|
|
729
|
-
botTags?: {
|
|
730
|
-
[key: string]: string;
|
|
731
|
-
};
|
|
732
|
-
|
|
733
|
-
testBotAliasTags?: {
|
|
734
|
-
[key: string]: string;
|
|
735
|
-
};
|
|
736
|
-
}
|
|
737
|
-
export declare namespace CreateBotResponse {
|
|
738
|
-
|
|
739
|
-
const filterSensitiveLog: (obj: CreateBotResponse) => any;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
export interface SentimentAnalysisSettings {
|
|
743
|
-
|
|
744
|
-
detectSentiment: boolean | undefined;
|
|
745
|
-
}
|
|
746
|
-
export declare namespace SentimentAnalysisSettings {
|
|
747
|
-
|
|
748
|
-
const filterSensitiveLog: (obj: SentimentAnalysisSettings) => any;
|
|
749
|
-
}
|
|
750
|
-
export interface CreateBotAliasRequest {
|
|
751
|
-
|
|
752
|
-
botAliasName: string | undefined;
|
|
753
|
-
|
|
754
|
-
description?: string;
|
|
755
|
-
|
|
756
|
-
botVersion?: string;
|
|
757
|
-
|
|
758
|
-
botAliasLocaleSettings?: {
|
|
759
|
-
[key: string]: BotAliasLocaleSettings;
|
|
760
|
-
};
|
|
761
|
-
|
|
762
|
-
conversationLogSettings?: ConversationLogSettings;
|
|
763
|
-
|
|
764
|
-
sentimentAnalysisSettings?: SentimentAnalysisSettings;
|
|
765
|
-
|
|
766
|
-
botId: string | undefined;
|
|
767
|
-
|
|
768
|
-
tags?: {
|
|
769
|
-
[key: string]: string;
|
|
770
|
-
};
|
|
771
|
-
}
|
|
772
|
-
export declare namespace CreateBotAliasRequest {
|
|
773
|
-
|
|
774
|
-
const filterSensitiveLog: (obj: CreateBotAliasRequest) => any;
|
|
775
|
-
}
|
|
776
|
-
export interface CreateBotAliasResponse {
|
|
777
|
-
|
|
778
|
-
botAliasId?: string;
|
|
779
|
-
|
|
780
|
-
botAliasName?: string;
|
|
781
|
-
|
|
782
|
-
description?: string;
|
|
783
|
-
|
|
784
|
-
botVersion?: string;
|
|
785
|
-
|
|
786
|
-
botAliasLocaleSettings?: {
|
|
787
|
-
[key: string]: BotAliasLocaleSettings;
|
|
788
|
-
};
|
|
789
|
-
|
|
790
|
-
conversationLogSettings?: ConversationLogSettings;
|
|
791
|
-
|
|
792
|
-
sentimentAnalysisSettings?: SentimentAnalysisSettings;
|
|
793
|
-
|
|
794
|
-
botAliasStatus?: BotAliasStatus | string;
|
|
795
|
-
|
|
796
|
-
botId?: string;
|
|
797
|
-
|
|
798
|
-
creationDateTime?: Date;
|
|
799
|
-
|
|
800
|
-
tags?: {
|
|
801
|
-
[key: string]: string;
|
|
802
|
-
};
|
|
803
|
-
}
|
|
804
|
-
export declare namespace CreateBotAliasResponse {
|
|
805
|
-
|
|
806
|
-
const filterSensitiveLog: (obj: CreateBotAliasResponse) => any;
|
|
807
|
-
}
|
|
808
|
-
export interface CreateBotLocaleRequest {
|
|
809
|
-
|
|
810
|
-
botId: string | undefined;
|
|
811
|
-
|
|
812
|
-
botVersion: string | undefined;
|
|
813
|
-
|
|
814
|
-
localeId: string | undefined;
|
|
815
|
-
|
|
816
|
-
description?: string;
|
|
817
|
-
|
|
818
|
-
nluIntentConfidenceThreshold: number | undefined;
|
|
819
|
-
|
|
820
|
-
voiceSettings?: VoiceSettings;
|
|
821
|
-
}
|
|
822
|
-
export declare namespace CreateBotLocaleRequest {
|
|
823
|
-
|
|
824
|
-
const filterSensitiveLog: (obj: CreateBotLocaleRequest) => any;
|
|
825
|
-
}
|
|
826
|
-
export interface CreateBotLocaleResponse {
|
|
827
|
-
|
|
828
|
-
botId?: string;
|
|
829
|
-
|
|
830
|
-
botVersion?: string;
|
|
831
|
-
|
|
832
|
-
localeName?: string;
|
|
833
|
-
|
|
834
|
-
localeId?: string;
|
|
835
|
-
|
|
836
|
-
description?: string;
|
|
837
|
-
|
|
838
|
-
nluIntentConfidenceThreshold?: number;
|
|
839
|
-
|
|
840
|
-
voiceSettings?: VoiceSettings;
|
|
841
|
-
|
|
842
|
-
botLocaleStatus?: BotLocaleStatus | string;
|
|
843
|
-
|
|
844
|
-
creationDateTime?: Date;
|
|
845
|
-
}
|
|
846
|
-
export declare namespace CreateBotLocaleResponse {
|
|
847
|
-
|
|
848
|
-
const filterSensitiveLog: (obj: CreateBotLocaleResponse) => any;
|
|
849
|
-
}
|
|
850
|
-
export interface CreateBotVersionRequest {
|
|
851
|
-
|
|
852
|
-
botId: string | undefined;
|
|
853
|
-
|
|
854
|
-
description?: string;
|
|
855
|
-
|
|
856
|
-
botVersionLocaleSpecification: {
|
|
857
|
-
[key: string]: BotVersionLocaleDetails;
|
|
858
|
-
} | undefined;
|
|
859
|
-
}
|
|
860
|
-
export declare namespace CreateBotVersionRequest {
|
|
861
|
-
|
|
862
|
-
const filterSensitiveLog: (obj: CreateBotVersionRequest) => any;
|
|
863
|
-
}
|
|
864
|
-
export interface CreateBotVersionResponse {
|
|
865
|
-
|
|
866
|
-
botId?: string;
|
|
867
|
-
|
|
868
|
-
description?: string;
|
|
869
|
-
|
|
870
|
-
botVersion?: string;
|
|
871
|
-
|
|
872
|
-
botVersionLocaleSpecification?: {
|
|
873
|
-
[key: string]: BotVersionLocaleDetails;
|
|
874
|
-
};
|
|
875
|
-
|
|
876
|
-
botStatus?: BotStatus | string;
|
|
877
|
-
|
|
878
|
-
creationDateTime?: Date;
|
|
879
|
-
}
|
|
880
|
-
export declare namespace CreateBotVersionResponse {
|
|
881
|
-
|
|
882
|
-
const filterSensitiveLog: (obj: CreateBotVersionResponse) => any;
|
|
883
|
-
}
|
|
884
|
-
export declare enum ImportExportFileFormat {
|
|
885
|
-
LexJson = "LexJson"
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
export interface ExportResourceSpecification {
|
|
889
|
-
|
|
890
|
-
botExportSpecification?: BotExportSpecification;
|
|
891
|
-
|
|
892
|
-
botLocaleExportSpecification?: BotLocaleExportSpecification;
|
|
893
|
-
}
|
|
894
|
-
export declare namespace ExportResourceSpecification {
|
|
895
|
-
|
|
896
|
-
const filterSensitiveLog: (obj: ExportResourceSpecification) => any;
|
|
897
|
-
}
|
|
898
|
-
export interface CreateExportRequest {
|
|
899
|
-
|
|
900
|
-
resourceSpecification: ExportResourceSpecification | undefined;
|
|
901
|
-
|
|
902
|
-
fileFormat: ImportExportFileFormat | string | undefined;
|
|
903
|
-
|
|
904
|
-
filePassword?: string;
|
|
905
|
-
}
|
|
906
|
-
export declare namespace CreateExportRequest {
|
|
907
|
-
|
|
908
|
-
const filterSensitiveLog: (obj: CreateExportRequest) => any;
|
|
909
|
-
}
|
|
910
|
-
export declare enum ExportStatus {
|
|
911
|
-
Completed = "Completed",
|
|
912
|
-
Deleting = "Deleting",
|
|
913
|
-
Failed = "Failed",
|
|
914
|
-
InProgress = "InProgress"
|
|
915
|
-
}
|
|
916
|
-
export interface CreateExportResponse {
|
|
917
|
-
|
|
918
|
-
exportId?: string;
|
|
919
|
-
|
|
920
|
-
resourceSpecification?: ExportResourceSpecification;
|
|
921
|
-
|
|
922
|
-
fileFormat?: ImportExportFileFormat | string;
|
|
923
|
-
|
|
924
|
-
exportStatus?: ExportStatus | string;
|
|
925
|
-
|
|
926
|
-
creationDateTime?: Date;
|
|
927
|
-
}
|
|
928
|
-
export declare namespace CreateExportResponse {
|
|
929
|
-
|
|
930
|
-
const filterSensitiveLog: (obj: CreateExportResponse) => any;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
934
|
-
name: "ResourceNotFoundException";
|
|
935
|
-
$fault: "client";
|
|
936
|
-
message?: string;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
export interface DialogCodeHookSettings {
|
|
940
|
-
|
|
941
|
-
enabled: boolean | undefined;
|
|
942
|
-
}
|
|
943
|
-
export declare namespace DialogCodeHookSettings {
|
|
944
|
-
|
|
945
|
-
const filterSensitiveLog: (obj: DialogCodeHookSettings) => any;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
export interface CustomPayload {
|
|
949
|
-
|
|
950
|
-
value: string | undefined;
|
|
951
|
-
}
|
|
952
|
-
export declare namespace CustomPayload {
|
|
953
|
-
|
|
954
|
-
const filterSensitiveLog: (obj: CustomPayload) => any;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
export interface ImageResponseCard {
|
|
958
|
-
|
|
959
|
-
title: string | undefined;
|
|
960
|
-
|
|
961
|
-
subtitle?: string;
|
|
962
|
-
|
|
963
|
-
imageUrl?: string;
|
|
964
|
-
|
|
965
|
-
buttons?: Button[];
|
|
966
|
-
}
|
|
967
|
-
export declare namespace ImageResponseCard {
|
|
968
|
-
|
|
969
|
-
const filterSensitiveLog: (obj: ImageResponseCard) => any;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
export interface PlainTextMessage {
|
|
973
|
-
|
|
974
|
-
value: string | undefined;
|
|
975
|
-
}
|
|
976
|
-
export declare namespace PlainTextMessage {
|
|
977
|
-
|
|
978
|
-
const filterSensitiveLog: (obj: PlainTextMessage) => any;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
export interface SSMLMessage {
|
|
982
|
-
|
|
983
|
-
value: string | undefined;
|
|
984
|
-
}
|
|
985
|
-
export declare namespace SSMLMessage {
|
|
986
|
-
|
|
987
|
-
const filterSensitiveLog: (obj: SSMLMessage) => any;
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
export interface Message {
|
|
991
|
-
|
|
992
|
-
plainTextMessage?: PlainTextMessage;
|
|
993
|
-
|
|
994
|
-
customPayload?: CustomPayload;
|
|
995
|
-
|
|
996
|
-
ssmlMessage?: SSMLMessage;
|
|
997
|
-
|
|
998
|
-
imageResponseCard?: ImageResponseCard;
|
|
999
|
-
}
|
|
1000
|
-
export declare namespace Message {
|
|
1001
|
-
|
|
1002
|
-
const filterSensitiveLog: (obj: Message) => any;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
export interface MessageGroup {
|
|
1006
|
-
|
|
1007
|
-
message: Message | undefined;
|
|
1008
|
-
|
|
1009
|
-
variations?: Message[];
|
|
1010
|
-
}
|
|
1011
|
-
export declare namespace MessageGroup {
|
|
1012
|
-
|
|
1013
|
-
const filterSensitiveLog: (obj: MessageGroup) => any;
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
export interface FulfillmentStartResponseSpecification {
|
|
1017
|
-
|
|
1018
|
-
delayInSeconds: number | undefined;
|
|
1019
|
-
|
|
1020
|
-
messageGroups: MessageGroup[] | undefined;
|
|
1021
|
-
|
|
1022
|
-
allowInterrupt?: boolean;
|
|
1023
|
-
}
|
|
1024
|
-
export declare namespace FulfillmentStartResponseSpecification {
|
|
1025
|
-
|
|
1026
|
-
const filterSensitiveLog: (obj: FulfillmentStartResponseSpecification) => any;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
export interface FulfillmentUpdateResponseSpecification {
|
|
1030
|
-
|
|
1031
|
-
frequencyInSeconds: number | undefined;
|
|
1032
|
-
|
|
1033
|
-
messageGroups: MessageGroup[] | undefined;
|
|
1034
|
-
|
|
1035
|
-
allowInterrupt?: boolean;
|
|
1036
|
-
}
|
|
1037
|
-
export declare namespace FulfillmentUpdateResponseSpecification {
|
|
1038
|
-
|
|
1039
|
-
const filterSensitiveLog: (obj: FulfillmentUpdateResponseSpecification) => any;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
export interface FulfillmentUpdatesSpecification {
|
|
1043
|
-
|
|
1044
|
-
active: boolean | undefined;
|
|
1045
|
-
|
|
1046
|
-
startResponse?: FulfillmentStartResponseSpecification;
|
|
1047
|
-
|
|
1048
|
-
updateResponse?: FulfillmentUpdateResponseSpecification;
|
|
1049
|
-
|
|
1050
|
-
timeoutInSeconds?: number;
|
|
1051
|
-
}
|
|
1052
|
-
export declare namespace FulfillmentUpdatesSpecification {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: FulfillmentUpdatesSpecification) => any;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
export interface ResponseSpecification {
|
|
1058
|
-
|
|
1059
|
-
messageGroups: MessageGroup[] | undefined;
|
|
1060
|
-
|
|
1061
|
-
allowInterrupt?: boolean;
|
|
1062
|
-
}
|
|
1063
|
-
export declare namespace ResponseSpecification {
|
|
1064
|
-
|
|
1065
|
-
const filterSensitiveLog: (obj: ResponseSpecification) => any;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
export interface PostFulfillmentStatusSpecification {
|
|
1069
|
-
|
|
1070
|
-
successResponse?: ResponseSpecification;
|
|
1071
|
-
|
|
1072
|
-
failureResponse?: ResponseSpecification;
|
|
1073
|
-
|
|
1074
|
-
timeoutResponse?: ResponseSpecification;
|
|
1075
|
-
}
|
|
1076
|
-
export declare namespace PostFulfillmentStatusSpecification {
|
|
1077
|
-
|
|
1078
|
-
const filterSensitiveLog: (obj: PostFulfillmentStatusSpecification) => any;
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
export interface FulfillmentCodeHookSettings {
|
|
1082
|
-
|
|
1083
|
-
enabled: boolean | undefined;
|
|
1084
|
-
|
|
1085
|
-
postFulfillmentStatusSpecification?: PostFulfillmentStatusSpecification;
|
|
1086
|
-
|
|
1087
|
-
fulfillmentUpdatesSpecification?: FulfillmentUpdatesSpecification;
|
|
1088
|
-
}
|
|
1089
|
-
export declare namespace FulfillmentCodeHookSettings {
|
|
1090
|
-
|
|
1091
|
-
const filterSensitiveLog: (obj: FulfillmentCodeHookSettings) => any;
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
export interface InputContext {
|
|
1095
|
-
|
|
1096
|
-
name: string | undefined;
|
|
1097
|
-
}
|
|
1098
|
-
export declare namespace InputContext {
|
|
1099
|
-
|
|
1100
|
-
const filterSensitiveLog: (obj: InputContext) => any;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
export interface IntentClosingSetting {
|
|
1104
|
-
|
|
1105
|
-
closingResponse: ResponseSpecification | undefined;
|
|
1106
|
-
|
|
1107
|
-
active?: boolean;
|
|
1108
|
-
}
|
|
1109
|
-
export declare namespace IntentClosingSetting {
|
|
1110
|
-
|
|
1111
|
-
const filterSensitiveLog: (obj: IntentClosingSetting) => any;
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
export interface PromptSpecification {
|
|
1115
|
-
|
|
1116
|
-
messageGroups: MessageGroup[] | undefined;
|
|
1117
|
-
|
|
1118
|
-
maxRetries: number | undefined;
|
|
1119
|
-
|
|
1120
|
-
allowInterrupt?: boolean;
|
|
1121
|
-
}
|
|
1122
|
-
export declare namespace PromptSpecification {
|
|
1123
|
-
|
|
1124
|
-
const filterSensitiveLog: (obj: PromptSpecification) => any;
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
export interface IntentConfirmationSetting {
|
|
1128
|
-
|
|
1129
|
-
promptSpecification: PromptSpecification | undefined;
|
|
1130
|
-
|
|
1131
|
-
declinationResponse: ResponseSpecification | undefined;
|
|
1132
|
-
|
|
1133
|
-
active?: boolean;
|
|
1134
|
-
}
|
|
1135
|
-
export declare namespace IntentConfirmationSetting {
|
|
1136
|
-
|
|
1137
|
-
const filterSensitiveLog: (obj: IntentConfirmationSetting) => any;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
export interface KendraConfiguration {
|
|
1141
|
-
|
|
1142
|
-
kendraIndex: string | undefined;
|
|
1143
|
-
|
|
1144
|
-
queryFilterStringEnabled?: boolean;
|
|
1145
|
-
|
|
1146
|
-
queryFilterString?: string;
|
|
1147
|
-
}
|
|
1148
|
-
export declare namespace KendraConfiguration {
|
|
1149
|
-
|
|
1150
|
-
const filterSensitiveLog: (obj: KendraConfiguration) => any;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
export interface OutputContext {
|
|
1154
|
-
|
|
1155
|
-
name: string | undefined;
|
|
1156
|
-
|
|
1157
|
-
timeToLiveInSeconds: number | undefined;
|
|
1158
|
-
|
|
1159
|
-
turnsToLive: number | undefined;
|
|
1160
|
-
}
|
|
1161
|
-
export declare namespace OutputContext {
|
|
1162
|
-
|
|
1163
|
-
const filterSensitiveLog: (obj: OutputContext) => any;
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
export interface SampleUtterance {
|
|
1167
|
-
|
|
1168
|
-
utterance: string | undefined;
|
|
1169
|
-
}
|
|
1170
|
-
export declare namespace SampleUtterance {
|
|
1171
|
-
|
|
1172
|
-
const filterSensitiveLog: (obj: SampleUtterance) => any;
|
|
1173
|
-
}
|
|
1174
|
-
export interface CreateIntentRequest {
|
|
1175
|
-
|
|
1176
|
-
intentName: string | undefined;
|
|
1177
|
-
|
|
1178
|
-
description?: string;
|
|
1179
|
-
|
|
1180
|
-
parentIntentSignature?: string;
|
|
1181
|
-
|
|
1182
|
-
sampleUtterances?: SampleUtterance[];
|
|
1183
|
-
|
|
1184
|
-
dialogCodeHook?: DialogCodeHookSettings;
|
|
1185
|
-
|
|
1186
|
-
fulfillmentCodeHook?: FulfillmentCodeHookSettings;
|
|
1187
|
-
|
|
1188
|
-
intentConfirmationSetting?: IntentConfirmationSetting;
|
|
1189
|
-
|
|
1190
|
-
intentClosingSetting?: IntentClosingSetting;
|
|
1191
|
-
|
|
1192
|
-
inputContexts?: InputContext[];
|
|
1193
|
-
|
|
1194
|
-
outputContexts?: OutputContext[];
|
|
1195
|
-
|
|
1196
|
-
kendraConfiguration?: KendraConfiguration;
|
|
1197
|
-
|
|
1198
|
-
botId: string | undefined;
|
|
1199
|
-
|
|
1200
|
-
botVersion: string | undefined;
|
|
1201
|
-
|
|
1202
|
-
localeId: string | undefined;
|
|
1203
|
-
}
|
|
1204
|
-
export declare namespace CreateIntentRequest {
|
|
1205
|
-
|
|
1206
|
-
const filterSensitiveLog: (obj: CreateIntentRequest) => any;
|
|
1207
|
-
}
|
|
1208
|
-
export interface CreateIntentResponse {
|
|
1209
|
-
|
|
1210
|
-
intentId?: string;
|
|
1211
|
-
|
|
1212
|
-
intentName?: string;
|
|
1213
|
-
|
|
1214
|
-
description?: string;
|
|
1215
|
-
|
|
1216
|
-
parentIntentSignature?: string;
|
|
1217
|
-
|
|
1218
|
-
sampleUtterances?: SampleUtterance[];
|
|
1219
|
-
|
|
1220
|
-
dialogCodeHook?: DialogCodeHookSettings;
|
|
1221
|
-
|
|
1222
|
-
fulfillmentCodeHook?: FulfillmentCodeHookSettings;
|
|
1223
|
-
|
|
1224
|
-
intentConfirmationSetting?: IntentConfirmationSetting;
|
|
1225
|
-
|
|
1226
|
-
intentClosingSetting?: IntentClosingSetting;
|
|
1227
|
-
|
|
1228
|
-
inputContexts?: InputContext[];
|
|
1229
|
-
|
|
1230
|
-
outputContexts?: OutputContext[];
|
|
1231
|
-
|
|
1232
|
-
kendraConfiguration?: KendraConfiguration;
|
|
1233
|
-
|
|
1234
|
-
botId?: string;
|
|
1235
|
-
|
|
1236
|
-
botVersion?: string;
|
|
1237
|
-
|
|
1238
|
-
localeId?: string;
|
|
1239
|
-
|
|
1240
|
-
creationDateTime?: Date;
|
|
1241
|
-
}
|
|
1242
|
-
export declare namespace CreateIntentResponse {
|
|
1243
|
-
|
|
1244
|
-
const filterSensitiveLog: (obj: CreateIntentResponse) => any;
|
|
1245
|
-
}
|
|
1246
|
-
export interface CreateResourcePolicyRequest {
|
|
1247
|
-
|
|
1248
|
-
resourceArn: string | undefined;
|
|
1249
|
-
|
|
1250
|
-
policy: string | undefined;
|
|
1251
|
-
}
|
|
1252
|
-
export declare namespace CreateResourcePolicyRequest {
|
|
1253
|
-
|
|
1254
|
-
const filterSensitiveLog: (obj: CreateResourcePolicyRequest) => any;
|
|
1255
|
-
}
|
|
1256
|
-
export interface CreateResourcePolicyResponse {
|
|
1257
|
-
|
|
1258
|
-
resourceArn?: string;
|
|
1259
|
-
|
|
1260
|
-
revisionId?: string;
|
|
1261
|
-
}
|
|
1262
|
-
export declare namespace CreateResourcePolicyResponse {
|
|
1263
|
-
|
|
1264
|
-
const filterSensitiveLog: (obj: CreateResourcePolicyResponse) => any;
|
|
1265
|
-
}
|
|
1266
|
-
export declare enum Effect {
|
|
1267
|
-
Allow = "Allow",
|
|
1268
|
-
Deny = "Deny"
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
export interface Principal {
|
|
1272
|
-
|
|
1273
|
-
service?: string;
|
|
1274
|
-
|
|
1275
|
-
arn?: string;
|
|
1276
|
-
}
|
|
1277
|
-
export declare namespace Principal {
|
|
1278
|
-
|
|
1279
|
-
const filterSensitiveLog: (obj: Principal) => any;
|
|
1280
|
-
}
|
|
1281
|
-
export interface CreateResourcePolicyStatementRequest {
|
|
1282
|
-
|
|
1283
|
-
resourceArn: string | undefined;
|
|
1284
|
-
|
|
1285
|
-
statementId: string | undefined;
|
|
1286
|
-
|
|
1287
|
-
effect: Effect | string | undefined;
|
|
1288
|
-
|
|
1289
|
-
principal: Principal[] | undefined;
|
|
1290
|
-
|
|
1291
|
-
action: string[] | undefined;
|
|
1292
|
-
|
|
1293
|
-
condition?: {
|
|
1294
|
-
[key: string]: {
|
|
1295
|
-
[key: string]: string;
|
|
1296
|
-
};
|
|
1297
|
-
};
|
|
1298
|
-
|
|
1299
|
-
expectedRevisionId?: string;
|
|
1300
|
-
}
|
|
1301
|
-
export declare namespace CreateResourcePolicyStatementRequest {
|
|
1302
|
-
|
|
1303
|
-
const filterSensitiveLog: (obj: CreateResourcePolicyStatementRequest) => any;
|
|
1304
|
-
}
|
|
1305
|
-
export interface CreateResourcePolicyStatementResponse {
|
|
1306
|
-
|
|
1307
|
-
resourceArn?: string;
|
|
1308
|
-
|
|
1309
|
-
revisionId?: string;
|
|
1310
|
-
}
|
|
1311
|
-
export declare namespace CreateResourcePolicyStatementResponse {
|
|
1312
|
-
|
|
1313
|
-
const filterSensitiveLog: (obj: CreateResourcePolicyStatementResponse) => any;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
export interface MultipleValuesSetting {
|
|
1317
|
-
|
|
1318
|
-
allowMultipleValues?: boolean;
|
|
1319
|
-
}
|
|
1320
|
-
export declare namespace MultipleValuesSetting {
|
|
1321
|
-
|
|
1322
|
-
const filterSensitiveLog: (obj: MultipleValuesSetting) => any;
|
|
1323
|
-
}
|
|
1324
|
-
export declare enum ObfuscationSettingType {
|
|
1325
|
-
DefaultObfuscation = "DefaultObfuscation",
|
|
1326
|
-
None = "None"
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
export interface ObfuscationSetting {
|
|
1330
|
-
|
|
1331
|
-
obfuscationSettingType: ObfuscationSettingType | string | undefined;
|
|
1332
|
-
}
|
|
1333
|
-
export declare namespace ObfuscationSetting {
|
|
1334
|
-
|
|
1335
|
-
const filterSensitiveLog: (obj: ObfuscationSetting) => any;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
export interface SlotDefaultValue {
|
|
1339
|
-
|
|
1340
|
-
defaultValue: string | undefined;
|
|
1341
|
-
}
|
|
1342
|
-
export declare namespace SlotDefaultValue {
|
|
1343
|
-
|
|
1344
|
-
const filterSensitiveLog: (obj: SlotDefaultValue) => any;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
export interface SlotDefaultValueSpecification {
|
|
1348
|
-
|
|
1349
|
-
defaultValueList: SlotDefaultValue[] | undefined;
|
|
1350
|
-
}
|
|
1351
|
-
export declare namespace SlotDefaultValueSpecification {
|
|
1352
|
-
|
|
1353
|
-
const filterSensitiveLog: (obj: SlotDefaultValueSpecification) => any;
|
|
1354
|
-
}
|
|
1355
|
-
export declare enum SlotConstraint {
|
|
1356
|
-
Optional = "Optional",
|
|
1357
|
-
Required = "Required"
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
export interface StillWaitingResponseSpecification {
|
|
1361
|
-
|
|
1362
|
-
messageGroups: MessageGroup[] | undefined;
|
|
1363
|
-
|
|
1364
|
-
frequencyInSeconds: number | undefined;
|
|
1365
|
-
|
|
1366
|
-
timeoutInSeconds: number | undefined;
|
|
1367
|
-
|
|
1368
|
-
allowInterrupt?: boolean;
|
|
1369
|
-
}
|
|
1370
|
-
export declare namespace StillWaitingResponseSpecification {
|
|
1371
|
-
|
|
1372
|
-
const filterSensitiveLog: (obj: StillWaitingResponseSpecification) => any;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
export interface WaitAndContinueSpecification {
|
|
1376
|
-
|
|
1377
|
-
waitingResponse: ResponseSpecification | undefined;
|
|
1378
|
-
|
|
1379
|
-
continueResponse: ResponseSpecification | undefined;
|
|
1380
|
-
|
|
1381
|
-
stillWaitingResponse?: StillWaitingResponseSpecification;
|
|
1382
|
-
|
|
1383
|
-
active?: boolean;
|
|
1384
|
-
}
|
|
1385
|
-
export declare namespace WaitAndContinueSpecification {
|
|
1386
|
-
|
|
1387
|
-
const filterSensitiveLog: (obj: WaitAndContinueSpecification) => any;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
export interface SlotValueElicitationSetting {
|
|
1391
|
-
|
|
1392
|
-
defaultValueSpecification?: SlotDefaultValueSpecification;
|
|
1393
|
-
|
|
1394
|
-
slotConstraint: SlotConstraint | string | undefined;
|
|
1395
|
-
|
|
1396
|
-
promptSpecification?: PromptSpecification;
|
|
1397
|
-
|
|
1398
|
-
sampleUtterances?: SampleUtterance[];
|
|
1399
|
-
|
|
1400
|
-
waitAndContinueSpecification?: WaitAndContinueSpecification;
|
|
1401
|
-
}
|
|
1402
|
-
export declare namespace SlotValueElicitationSetting {
|
|
1403
|
-
|
|
1404
|
-
const filterSensitiveLog: (obj: SlotValueElicitationSetting) => any;
|
|
1405
|
-
}
|
|
1406
|
-
export interface CreateSlotRequest {
|
|
1407
|
-
|
|
1408
|
-
slotName: string | undefined;
|
|
1409
|
-
|
|
1410
|
-
description?: string;
|
|
1411
|
-
|
|
1412
|
-
slotTypeId: string | undefined;
|
|
1413
|
-
|
|
1414
|
-
valueElicitationSetting: SlotValueElicitationSetting | undefined;
|
|
1415
|
-
|
|
1416
|
-
obfuscationSetting?: ObfuscationSetting;
|
|
1417
|
-
|
|
1418
|
-
botId: string | undefined;
|
|
1419
|
-
|
|
1420
|
-
botVersion: string | undefined;
|
|
1421
|
-
|
|
1422
|
-
localeId: string | undefined;
|
|
1423
|
-
|
|
1424
|
-
intentId: string | undefined;
|
|
1425
|
-
|
|
1426
|
-
multipleValuesSetting?: MultipleValuesSetting;
|
|
1427
|
-
}
|
|
1428
|
-
export declare namespace CreateSlotRequest {
|
|
1429
|
-
|
|
1430
|
-
const filterSensitiveLog: (obj: CreateSlotRequest) => any;
|
|
1431
|
-
}
|
|
1432
|
-
export interface CreateSlotResponse {
|
|
1433
|
-
|
|
1434
|
-
slotId?: string;
|
|
1435
|
-
|
|
1436
|
-
slotName?: string;
|
|
1437
|
-
|
|
1438
|
-
description?: string;
|
|
1439
|
-
|
|
1440
|
-
slotTypeId?: string;
|
|
1441
|
-
|
|
1442
|
-
valueElicitationSetting?: SlotValueElicitationSetting;
|
|
1443
|
-
|
|
1444
|
-
obfuscationSetting?: ObfuscationSetting;
|
|
1445
|
-
|
|
1446
|
-
botId?: string;
|
|
1447
|
-
|
|
1448
|
-
botVersion?: string;
|
|
1449
|
-
|
|
1450
|
-
localeId?: string;
|
|
1451
|
-
|
|
1452
|
-
intentId?: string;
|
|
1453
|
-
|
|
1454
|
-
creationDateTime?: Date;
|
|
1455
|
-
|
|
1456
|
-
multipleValuesSetting?: MultipleValuesSetting;
|
|
1457
|
-
}
|
|
1458
|
-
export declare namespace CreateSlotResponse {
|
|
1459
|
-
|
|
1460
|
-
const filterSensitiveLog: (obj: CreateSlotResponse) => any;
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
export interface GrammarSlotTypeSource {
|
|
1464
|
-
|
|
1465
|
-
s3BucketName: string | undefined;
|
|
1466
|
-
|
|
1467
|
-
s3ObjectKey: string | undefined;
|
|
1468
|
-
|
|
1469
|
-
kmsKeyArn?: string;
|
|
1470
|
-
}
|
|
1471
|
-
export declare namespace GrammarSlotTypeSource {
|
|
1472
|
-
|
|
1473
|
-
const filterSensitiveLog: (obj: GrammarSlotTypeSource) => any;
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
export interface GrammarSlotTypeSetting {
|
|
1477
|
-
|
|
1478
|
-
source?: GrammarSlotTypeSource;
|
|
1479
|
-
}
|
|
1480
|
-
export declare namespace GrammarSlotTypeSetting {
|
|
1481
|
-
|
|
1482
|
-
const filterSensitiveLog: (obj: GrammarSlotTypeSetting) => any;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
export interface ExternalSourceSetting {
|
|
1486
|
-
|
|
1487
|
-
grammarSlotTypeSetting?: GrammarSlotTypeSetting;
|
|
1488
|
-
}
|
|
1489
|
-
export declare namespace ExternalSourceSetting {
|
|
1490
|
-
|
|
1491
|
-
const filterSensitiveLog: (obj: ExternalSourceSetting) => any;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
export interface SampleValue {
|
|
1495
|
-
|
|
1496
|
-
value: string | undefined;
|
|
1497
|
-
}
|
|
1498
|
-
export declare namespace SampleValue {
|
|
1499
|
-
|
|
1500
|
-
const filterSensitiveLog: (obj: SampleValue) => any;
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
|
-
export interface SlotTypeValue {
|
|
1504
|
-
|
|
1505
|
-
sampleValue?: SampleValue;
|
|
1506
|
-
|
|
1507
|
-
synonyms?: SampleValue[];
|
|
1508
|
-
}
|
|
1509
|
-
export declare namespace SlotTypeValue {
|
|
1510
|
-
|
|
1511
|
-
const filterSensitiveLog: (obj: SlotTypeValue) => any;
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
export interface SlotValueRegexFilter {
|
|
1515
|
-
|
|
1516
|
-
pattern: string | undefined;
|
|
1517
|
-
}
|
|
1518
|
-
export declare namespace SlotValueRegexFilter {
|
|
1519
|
-
|
|
1520
|
-
const filterSensitiveLog: (obj: SlotValueRegexFilter) => any;
|
|
1521
|
-
}
|
|
1522
|
-
export declare enum SlotValueResolutionStrategy {
|
|
1523
|
-
OriginalValue = "OriginalValue",
|
|
1524
|
-
TopResolution = "TopResolution"
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
export interface SlotValueSelectionSetting {
|
|
1528
|
-
|
|
1529
|
-
resolutionStrategy: SlotValueResolutionStrategy | string | undefined;
|
|
1530
|
-
|
|
1531
|
-
regexFilter?: SlotValueRegexFilter;
|
|
1532
|
-
}
|
|
1533
|
-
export declare namespace SlotValueSelectionSetting {
|
|
1534
|
-
|
|
1535
|
-
const filterSensitiveLog: (obj: SlotValueSelectionSetting) => any;
|
|
1536
|
-
}
|
|
1537
|
-
export interface CreateSlotTypeRequest {
|
|
1538
|
-
|
|
1539
|
-
slotTypeName: string | undefined;
|
|
1540
|
-
|
|
1541
|
-
description?: string;
|
|
1542
|
-
|
|
1543
|
-
slotTypeValues?: SlotTypeValue[];
|
|
1544
|
-
|
|
1545
|
-
valueSelectionSetting?: SlotValueSelectionSetting;
|
|
1546
|
-
|
|
1547
|
-
parentSlotTypeSignature?: string;
|
|
1548
|
-
|
|
1549
|
-
botId: string | undefined;
|
|
1550
|
-
|
|
1551
|
-
botVersion: string | undefined;
|
|
1552
|
-
|
|
1553
|
-
localeId: string | undefined;
|
|
1554
|
-
|
|
1555
|
-
externalSourceSetting?: ExternalSourceSetting;
|
|
1556
|
-
}
|
|
1557
|
-
export declare namespace CreateSlotTypeRequest {
|
|
1558
|
-
|
|
1559
|
-
const filterSensitiveLog: (obj: CreateSlotTypeRequest) => any;
|
|
1560
|
-
}
|
|
1561
|
-
export interface CreateSlotTypeResponse {
|
|
1562
|
-
|
|
1563
|
-
slotTypeId?: string;
|
|
1564
|
-
|
|
1565
|
-
slotTypeName?: string;
|
|
1566
|
-
|
|
1567
|
-
description?: string;
|
|
1568
|
-
|
|
1569
|
-
slotTypeValues?: SlotTypeValue[];
|
|
1570
|
-
|
|
1571
|
-
valueSelectionSetting?: SlotValueSelectionSetting;
|
|
1572
|
-
|
|
1573
|
-
parentSlotTypeSignature?: string;
|
|
1574
|
-
|
|
1575
|
-
botId?: string;
|
|
1576
|
-
|
|
1577
|
-
botVersion?: string;
|
|
1578
|
-
|
|
1579
|
-
localeId?: string;
|
|
1580
|
-
|
|
1581
|
-
creationDateTime?: Date;
|
|
1582
|
-
|
|
1583
|
-
externalSourceSetting?: ExternalSourceSetting;
|
|
1584
|
-
}
|
|
1585
|
-
export declare namespace CreateSlotTypeResponse {
|
|
1586
|
-
|
|
1587
|
-
const filterSensitiveLog: (obj: CreateSlotTypeResponse) => any;
|
|
1588
|
-
}
|
|
1589
|
-
export interface CreateUploadUrlRequest {
|
|
1590
|
-
}
|
|
1591
|
-
export declare namespace CreateUploadUrlRequest {
|
|
1592
|
-
|
|
1593
|
-
const filterSensitiveLog: (obj: CreateUploadUrlRequest) => any;
|
|
1594
|
-
}
|
|
1595
|
-
export interface CreateUploadUrlResponse {
|
|
1596
|
-
|
|
1597
|
-
importId?: string;
|
|
1598
|
-
|
|
1599
|
-
uploadUrl?: string;
|
|
1600
|
-
}
|
|
1601
|
-
export declare namespace CreateUploadUrlResponse {
|
|
1602
|
-
|
|
1603
|
-
const filterSensitiveLog: (obj: CreateUploadUrlResponse) => any;
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
export interface DateRangeFilter {
|
|
1607
|
-
|
|
1608
|
-
startDateTime: Date | undefined;
|
|
1609
|
-
|
|
1610
|
-
endDateTime: Date | undefined;
|
|
1611
|
-
}
|
|
1612
|
-
export declare namespace DateRangeFilter {
|
|
1613
|
-
|
|
1614
|
-
const filterSensitiveLog: (obj: DateRangeFilter) => any;
|
|
1615
|
-
}
|
|
1616
|
-
export interface DeleteBotRequest {
|
|
1617
|
-
|
|
1618
|
-
botId: string | undefined;
|
|
1619
|
-
|
|
1620
|
-
skipResourceInUseCheck?: boolean;
|
|
1621
|
-
}
|
|
1622
|
-
export declare namespace DeleteBotRequest {
|
|
1623
|
-
|
|
1624
|
-
const filterSensitiveLog: (obj: DeleteBotRequest) => any;
|
|
1625
|
-
}
|
|
1626
|
-
export interface DeleteBotResponse {
|
|
1627
|
-
|
|
1628
|
-
botId?: string;
|
|
1629
|
-
|
|
1630
|
-
botStatus?: BotStatus | string;
|
|
1631
|
-
}
|
|
1632
|
-
export declare namespace DeleteBotResponse {
|
|
1633
|
-
|
|
1634
|
-
const filterSensitiveLog: (obj: DeleteBotResponse) => any;
|
|
1635
|
-
}
|
|
1636
|
-
export interface DeleteBotAliasRequest {
|
|
1637
|
-
|
|
1638
|
-
botAliasId: string | undefined;
|
|
1639
|
-
|
|
1640
|
-
botId: string | undefined;
|
|
1641
|
-
|
|
1642
|
-
skipResourceInUseCheck?: boolean;
|
|
1643
|
-
}
|
|
1644
|
-
export declare namespace DeleteBotAliasRequest {
|
|
1645
|
-
|
|
1646
|
-
const filterSensitiveLog: (obj: DeleteBotAliasRequest) => any;
|
|
1647
|
-
}
|
|
1648
|
-
export interface DeleteBotAliasResponse {
|
|
1649
|
-
|
|
1650
|
-
botAliasId?: string;
|
|
1651
|
-
|
|
1652
|
-
botId?: string;
|
|
1653
|
-
|
|
1654
|
-
botAliasStatus?: BotAliasStatus | string;
|
|
1655
|
-
}
|
|
1656
|
-
export declare namespace DeleteBotAliasResponse {
|
|
1657
|
-
|
|
1658
|
-
const filterSensitiveLog: (obj: DeleteBotAliasResponse) => any;
|
|
1659
|
-
}
|
|
1660
|
-
export interface DeleteBotLocaleRequest {
|
|
1661
|
-
|
|
1662
|
-
botId: string | undefined;
|
|
1663
|
-
|
|
1664
|
-
botVersion: string | undefined;
|
|
1665
|
-
|
|
1666
|
-
localeId: string | undefined;
|
|
1667
|
-
}
|
|
1668
|
-
export declare namespace DeleteBotLocaleRequest {
|
|
1669
|
-
|
|
1670
|
-
const filterSensitiveLog: (obj: DeleteBotLocaleRequest) => any;
|
|
1671
|
-
}
|
|
1672
|
-
export interface DeleteBotLocaleResponse {
|
|
1673
|
-
|
|
1674
|
-
botId?: string;
|
|
1675
|
-
|
|
1676
|
-
botVersion?: string;
|
|
1677
|
-
|
|
1678
|
-
localeId?: string;
|
|
1679
|
-
|
|
1680
|
-
botLocaleStatus?: BotLocaleStatus | string;
|
|
1681
|
-
}
|
|
1682
|
-
export declare namespace DeleteBotLocaleResponse {
|
|
1683
|
-
|
|
1684
|
-
const filterSensitiveLog: (obj: DeleteBotLocaleResponse) => any;
|
|
1685
|
-
}
|
|
1686
|
-
export interface DeleteBotVersionRequest {
|
|
1687
|
-
|
|
1688
|
-
botId: string | undefined;
|
|
1689
|
-
|
|
1690
|
-
botVersion: string | undefined;
|
|
1691
|
-
|
|
1692
|
-
skipResourceInUseCheck?: boolean;
|
|
1693
|
-
}
|
|
1694
|
-
export declare namespace DeleteBotVersionRequest {
|
|
1695
|
-
|
|
1696
|
-
const filterSensitiveLog: (obj: DeleteBotVersionRequest) => any;
|
|
1697
|
-
}
|
|
1698
|
-
export interface DeleteBotVersionResponse {
|
|
1699
|
-
|
|
1700
|
-
botId?: string;
|
|
1701
|
-
|
|
1702
|
-
botVersion?: string;
|
|
1703
|
-
|
|
1704
|
-
botStatus?: BotStatus | string;
|
|
1705
|
-
}
|
|
1706
|
-
export declare namespace DeleteBotVersionResponse {
|
|
1707
|
-
|
|
1708
|
-
const filterSensitiveLog: (obj: DeleteBotVersionResponse) => any;
|
|
1709
|
-
}
|
|
1710
|
-
export interface DeleteExportRequest {
|
|
1711
|
-
|
|
1712
|
-
exportId: string | undefined;
|
|
1713
|
-
}
|
|
1714
|
-
export declare namespace DeleteExportRequest {
|
|
1715
|
-
|
|
1716
|
-
const filterSensitiveLog: (obj: DeleteExportRequest) => any;
|
|
1717
|
-
}
|
|
1718
|
-
export interface DeleteExportResponse {
|
|
1719
|
-
|
|
1720
|
-
exportId?: string;
|
|
1721
|
-
|
|
1722
|
-
exportStatus?: ExportStatus | string;
|
|
1723
|
-
}
|
|
1724
|
-
export declare namespace DeleteExportResponse {
|
|
1725
|
-
|
|
1726
|
-
const filterSensitiveLog: (obj: DeleteExportResponse) => any;
|
|
1727
|
-
}
|
|
1728
|
-
export interface DeleteImportRequest {
|
|
1729
|
-
|
|
1730
|
-
importId: string | undefined;
|
|
1731
|
-
}
|
|
1732
|
-
export declare namespace DeleteImportRequest {
|
|
1733
|
-
|
|
1734
|
-
const filterSensitiveLog: (obj: DeleteImportRequest) => any;
|
|
1735
|
-
}
|
|
1736
|
-
export declare enum ImportStatus {
|
|
1737
|
-
Completed = "Completed",
|
|
1738
|
-
Deleting = "Deleting",
|
|
1739
|
-
Failed = "Failed",
|
|
1740
|
-
InProgress = "InProgress"
|
|
1741
|
-
}
|
|
1742
|
-
export interface DeleteImportResponse {
|
|
1743
|
-
|
|
1744
|
-
importId?: string;
|
|
1745
|
-
|
|
1746
|
-
importStatus?: ImportStatus | string;
|
|
1747
|
-
}
|
|
1748
|
-
export declare namespace DeleteImportResponse {
|
|
1749
|
-
|
|
1750
|
-
const filterSensitiveLog: (obj: DeleteImportResponse) => any;
|
|
1751
|
-
}
|
|
1752
|
-
export interface DeleteIntentRequest {
|
|
1753
|
-
|
|
1754
|
-
intentId: string | undefined;
|
|
1755
|
-
|
|
1756
|
-
botId: string | undefined;
|
|
1757
|
-
|
|
1758
|
-
botVersion: string | undefined;
|
|
1759
|
-
|
|
1760
|
-
localeId: string | undefined;
|
|
1761
|
-
}
|
|
1762
|
-
export declare namespace DeleteIntentRequest {
|
|
1763
|
-
|
|
1764
|
-
const filterSensitiveLog: (obj: DeleteIntentRequest) => any;
|
|
1765
|
-
}
|
|
1766
|
-
export interface DeleteResourcePolicyRequest {
|
|
1767
|
-
|
|
1768
|
-
resourceArn: string | undefined;
|
|
1769
|
-
|
|
1770
|
-
expectedRevisionId?: string;
|
|
1771
|
-
}
|
|
1772
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
1773
|
-
|
|
1774
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
1775
|
-
}
|
|
1776
|
-
export interface DeleteResourcePolicyResponse {
|
|
1777
|
-
|
|
1778
|
-
resourceArn?: string;
|
|
1779
|
-
|
|
1780
|
-
revisionId?: string;
|
|
1781
|
-
}
|
|
1782
|
-
export declare namespace DeleteResourcePolicyResponse {
|
|
1783
|
-
|
|
1784
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
1785
|
-
}
|
|
1786
|
-
export interface DeleteResourcePolicyStatementRequest {
|
|
1787
|
-
|
|
1788
|
-
resourceArn: string | undefined;
|
|
1789
|
-
|
|
1790
|
-
statementId: string | undefined;
|
|
1791
|
-
|
|
1792
|
-
expectedRevisionId?: string;
|
|
1793
|
-
}
|
|
1794
|
-
export declare namespace DeleteResourcePolicyStatementRequest {
|
|
1795
|
-
|
|
1796
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyStatementRequest) => any;
|
|
1797
|
-
}
|
|
1798
|
-
export interface DeleteResourcePolicyStatementResponse {
|
|
1799
|
-
|
|
1800
|
-
resourceArn?: string;
|
|
1801
|
-
|
|
1802
|
-
revisionId?: string;
|
|
1803
|
-
}
|
|
1804
|
-
export declare namespace DeleteResourcePolicyStatementResponse {
|
|
1805
|
-
|
|
1806
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyStatementResponse) => any;
|
|
1807
|
-
}
|
|
1808
|
-
export interface DeleteSlotRequest {
|
|
1809
|
-
|
|
1810
|
-
slotId: string | undefined;
|
|
1811
|
-
|
|
1812
|
-
botId: string | undefined;
|
|
1813
|
-
|
|
1814
|
-
botVersion: string | undefined;
|
|
1815
|
-
|
|
1816
|
-
localeId: string | undefined;
|
|
1817
|
-
|
|
1818
|
-
intentId: string | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export declare namespace DeleteSlotRequest {
|
|
1821
|
-
|
|
1822
|
-
const filterSensitiveLog: (obj: DeleteSlotRequest) => any;
|
|
1823
|
-
}
|
|
1824
|
-
export interface DeleteSlotTypeRequest {
|
|
1825
|
-
|
|
1826
|
-
slotTypeId: string | undefined;
|
|
1827
|
-
|
|
1828
|
-
botId: string | undefined;
|
|
1829
|
-
|
|
1830
|
-
botVersion: string | undefined;
|
|
1831
|
-
|
|
1832
|
-
localeId: string | undefined;
|
|
1833
|
-
|
|
1834
|
-
skipResourceInUseCheck?: boolean;
|
|
1835
|
-
}
|
|
1836
|
-
export declare namespace DeleteSlotTypeRequest {
|
|
1837
|
-
|
|
1838
|
-
const filterSensitiveLog: (obj: DeleteSlotTypeRequest) => any;
|
|
1839
|
-
}
|
|
1840
|
-
export interface DeleteUtterancesRequest {
|
|
1841
|
-
|
|
1842
|
-
botId: string | undefined;
|
|
1843
|
-
|
|
1844
|
-
localeId?: string;
|
|
1845
|
-
|
|
1846
|
-
sessionId?: string;
|
|
1847
|
-
}
|
|
1848
|
-
export declare namespace DeleteUtterancesRequest {
|
|
1849
|
-
|
|
1850
|
-
const filterSensitiveLog: (obj: DeleteUtterancesRequest) => any;
|
|
1851
|
-
}
|
|
1852
|
-
export interface DeleteUtterancesResponse {
|
|
1853
|
-
}
|
|
1854
|
-
export declare namespace DeleteUtterancesResponse {
|
|
1855
|
-
|
|
1856
|
-
const filterSensitiveLog: (obj: DeleteUtterancesResponse) => any;
|
|
1857
|
-
}
|
|
1858
|
-
export interface DescribeBotRequest {
|
|
1859
|
-
|
|
1860
|
-
botId: string | undefined;
|
|
1861
|
-
}
|
|
1862
|
-
export declare namespace DescribeBotRequest {
|
|
1863
|
-
|
|
1864
|
-
const filterSensitiveLog: (obj: DescribeBotRequest) => any;
|
|
1865
|
-
}
|
|
1866
|
-
export interface DescribeBotResponse {
|
|
1867
|
-
|
|
1868
|
-
botId?: string;
|
|
1869
|
-
|
|
1870
|
-
botName?: string;
|
|
1871
|
-
|
|
1872
|
-
description?: string;
|
|
1873
|
-
|
|
1874
|
-
roleArn?: string;
|
|
1875
|
-
|
|
1876
|
-
dataPrivacy?: DataPrivacy;
|
|
1877
|
-
|
|
1878
|
-
idleSessionTTLInSeconds?: number;
|
|
1879
|
-
|
|
1880
|
-
botStatus?: BotStatus | string;
|
|
1881
|
-
|
|
1882
|
-
creationDateTime?: Date;
|
|
1883
|
-
|
|
1884
|
-
lastUpdatedDateTime?: Date;
|
|
1885
|
-
}
|
|
1886
|
-
export declare namespace DescribeBotResponse {
|
|
1887
|
-
|
|
1888
|
-
const filterSensitiveLog: (obj: DescribeBotResponse) => any;
|
|
1889
|
-
}
|
|
1890
|
-
export interface DescribeBotAliasRequest {
|
|
1891
|
-
|
|
1892
|
-
botAliasId: string | undefined;
|
|
1893
|
-
|
|
1894
|
-
botId: string | undefined;
|
|
1895
|
-
}
|
|
1896
|
-
export declare namespace DescribeBotAliasRequest {
|
|
1897
|
-
|
|
1898
|
-
const filterSensitiveLog: (obj: DescribeBotAliasRequest) => any;
|
|
1899
|
-
}
|
|
1900
|
-
export interface DescribeBotAliasResponse {
|
|
1901
|
-
|
|
1902
|
-
botAliasId?: string;
|
|
1903
|
-
|
|
1904
|
-
botAliasName?: string;
|
|
1905
|
-
|
|
1906
|
-
description?: string;
|
|
1907
|
-
|
|
1908
|
-
botVersion?: string;
|
|
1909
|
-
|
|
1910
|
-
botAliasLocaleSettings?: {
|
|
1911
|
-
[key: string]: BotAliasLocaleSettings;
|
|
1912
|
-
};
|
|
1913
|
-
|
|
1914
|
-
conversationLogSettings?: ConversationLogSettings;
|
|
1915
|
-
|
|
1916
|
-
sentimentAnalysisSettings?: SentimentAnalysisSettings;
|
|
1917
|
-
|
|
1918
|
-
botAliasHistoryEvents?: BotAliasHistoryEvent[];
|
|
1919
|
-
|
|
1920
|
-
botAliasStatus?: BotAliasStatus | string;
|
|
1921
|
-
|
|
1922
|
-
botId?: string;
|
|
1923
|
-
|
|
1924
|
-
creationDateTime?: Date;
|
|
1925
|
-
|
|
1926
|
-
lastUpdatedDateTime?: Date;
|
|
1927
|
-
}
|
|
1928
|
-
export declare namespace DescribeBotAliasResponse {
|
|
1929
|
-
|
|
1930
|
-
const filterSensitiveLog: (obj: DescribeBotAliasResponse) => any;
|
|
1931
|
-
}
|
|
1932
|
-
export interface DescribeBotLocaleRequest {
|
|
1933
|
-
|
|
1934
|
-
botId: string | undefined;
|
|
1935
|
-
|
|
1936
|
-
botVersion: string | undefined;
|
|
1937
|
-
|
|
1938
|
-
localeId: string | undefined;
|
|
1939
|
-
}
|
|
1940
|
-
export declare namespace DescribeBotLocaleRequest {
|
|
1941
|
-
|
|
1942
|
-
const filterSensitiveLog: (obj: DescribeBotLocaleRequest) => any;
|
|
1943
|
-
}
|
|
1944
|
-
export interface DescribeBotLocaleResponse {
|
|
1945
|
-
|
|
1946
|
-
botId?: string;
|
|
1947
|
-
|
|
1948
|
-
botVersion?: string;
|
|
1949
|
-
|
|
1950
|
-
localeId?: string;
|
|
1951
|
-
|
|
1952
|
-
localeName?: string;
|
|
1953
|
-
|
|
1954
|
-
description?: string;
|
|
1955
|
-
|
|
1956
|
-
nluIntentConfidenceThreshold?: number;
|
|
1957
|
-
|
|
1958
|
-
voiceSettings?: VoiceSettings;
|
|
1959
|
-
|
|
1960
|
-
intentsCount?: number;
|
|
1961
|
-
|
|
1962
|
-
slotTypesCount?: number;
|
|
1963
|
-
|
|
1964
|
-
botLocaleStatus?: BotLocaleStatus | string;
|
|
1965
|
-
|
|
1966
|
-
failureReasons?: string[];
|
|
1967
|
-
|
|
1968
|
-
creationDateTime?: Date;
|
|
1969
|
-
|
|
1970
|
-
lastUpdatedDateTime?: Date;
|
|
1971
|
-
|
|
1972
|
-
lastBuildSubmittedDateTime?: Date;
|
|
1973
|
-
|
|
1974
|
-
botLocaleHistoryEvents?: BotLocaleHistoryEvent[];
|
|
1975
|
-
|
|
1976
|
-
recommendedActions?: string[];
|
|
1977
|
-
}
|
|
1978
|
-
export declare namespace DescribeBotLocaleResponse {
|
|
1979
|
-
|
|
1980
|
-
const filterSensitiveLog: (obj: DescribeBotLocaleResponse) => any;
|
|
1981
|
-
}
|
|
1982
|
-
export interface DescribeBotRecommendationRequest {
|
|
1983
|
-
|
|
1984
|
-
botId: string | undefined;
|
|
1985
|
-
|
|
1986
|
-
botVersion: string | undefined;
|
|
1987
|
-
|
|
1988
|
-
localeId: string | undefined;
|
|
1989
|
-
|
|
1990
|
-
botRecommendationId: string | undefined;
|
|
1991
|
-
}
|
|
1992
|
-
export declare namespace DescribeBotRecommendationRequest {
|
|
1993
|
-
|
|
1994
|
-
const filterSensitiveLog: (obj: DescribeBotRecommendationRequest) => any;
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
|
-
export interface EncryptionSetting {
|
|
1998
|
-
|
|
1999
|
-
kmsKeyArn?: string;
|
|
2000
|
-
|
|
2001
|
-
botLocaleExportPassword?: string;
|
|
2002
|
-
|
|
2003
|
-
associatedTranscriptsPassword?: string;
|
|
2004
|
-
}
|
|
2005
|
-
export declare namespace EncryptionSetting {
|
|
2006
|
-
|
|
2007
|
-
const filterSensitiveLog: (obj: EncryptionSetting) => any;
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
export interface PathFormat {
|
|
2011
|
-
|
|
2012
|
-
objectPrefixes?: string[];
|
|
2013
|
-
}
|
|
2014
|
-
export declare namespace PathFormat {
|
|
2015
|
-
|
|
2016
|
-
const filterSensitiveLog: (obj: PathFormat) => any;
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
export interface LexTranscriptFilter {
|
|
2020
|
-
|
|
2021
|
-
dateRangeFilter?: DateRangeFilter;
|
|
2022
|
-
}
|
|
2023
|
-
export declare namespace LexTranscriptFilter {
|
|
2024
|
-
|
|
2025
|
-
const filterSensitiveLog: (obj: LexTranscriptFilter) => any;
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
export interface TranscriptFilter {
|
|
2029
|
-
|
|
2030
|
-
lexTranscriptFilter?: LexTranscriptFilter;
|
|
2031
|
-
}
|
|
2032
|
-
export declare namespace TranscriptFilter {
|
|
2033
|
-
|
|
2034
|
-
const filterSensitiveLog: (obj: TranscriptFilter) => any;
|
|
2035
|
-
}
|
|
2036
|
-
export declare enum TranscriptFormat {
|
|
2037
|
-
Lex = "Lex"
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
|
-
export interface S3BucketTranscriptSource {
|
|
2041
|
-
|
|
2042
|
-
s3BucketName: string | undefined;
|
|
2043
|
-
|
|
2044
|
-
pathFormat?: PathFormat;
|
|
2045
|
-
|
|
2046
|
-
transcriptFormat: TranscriptFormat | string | undefined;
|
|
2047
|
-
|
|
2048
|
-
transcriptFilter?: TranscriptFilter;
|
|
2049
|
-
|
|
2050
|
-
kmsKeyArn?: string;
|
|
2051
|
-
}
|
|
2052
|
-
export declare namespace S3BucketTranscriptSource {
|
|
2053
|
-
|
|
2054
|
-
const filterSensitiveLog: (obj: S3BucketTranscriptSource) => any;
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
|
-
export interface TranscriptSourceSetting {
|
|
2058
|
-
|
|
2059
|
-
s3BucketTranscriptSource?: S3BucketTranscriptSource;
|
|
2060
|
-
}
|
|
2061
|
-
export declare namespace TranscriptSourceSetting {
|
|
2062
|
-
|
|
2063
|
-
const filterSensitiveLog: (obj: TranscriptSourceSetting) => any;
|
|
2064
|
-
}
|
|
2065
|
-
export interface DescribeBotRecommendationResponse {
|
|
2066
|
-
|
|
2067
|
-
botId?: string;
|
|
2068
|
-
|
|
2069
|
-
botVersion?: string;
|
|
2070
|
-
|
|
2071
|
-
localeId?: string;
|
|
2072
|
-
|
|
2073
|
-
botRecommendationStatus?: BotRecommendationStatus | string;
|
|
2074
|
-
|
|
2075
|
-
botRecommendationId?: string;
|
|
2076
|
-
|
|
2077
|
-
failureReasons?: string[];
|
|
2078
|
-
|
|
2079
|
-
creationDateTime?: Date;
|
|
2080
|
-
|
|
2081
|
-
lastUpdatedDateTime?: Date;
|
|
2082
|
-
|
|
2083
|
-
transcriptSourceSetting?: TranscriptSourceSetting;
|
|
2084
|
-
|
|
2085
|
-
encryptionSetting?: EncryptionSetting;
|
|
2086
|
-
|
|
2087
|
-
botRecommendationResults?: BotRecommendationResults;
|
|
2088
|
-
}
|
|
2089
|
-
export declare namespace DescribeBotRecommendationResponse {
|
|
2090
|
-
|
|
2091
|
-
const filterSensitiveLog: (obj: DescribeBotRecommendationResponse) => any;
|
|
2092
|
-
}
|
|
2093
|
-
export interface DescribeBotVersionRequest {
|
|
2094
|
-
|
|
2095
|
-
botId: string | undefined;
|
|
2096
|
-
|
|
2097
|
-
botVersion: string | undefined;
|
|
2098
|
-
}
|
|
2099
|
-
export declare namespace DescribeBotVersionRequest {
|
|
2100
|
-
|
|
2101
|
-
const filterSensitiveLog: (obj: DescribeBotVersionRequest) => any;
|
|
2102
|
-
}
|
|
2103
|
-
export interface DescribeBotVersionResponse {
|
|
2104
|
-
|
|
2105
|
-
botId?: string;
|
|
2106
|
-
|
|
2107
|
-
botName?: string;
|
|
2108
|
-
|
|
2109
|
-
botVersion?: string;
|
|
2110
|
-
|
|
2111
|
-
description?: string;
|
|
2112
|
-
|
|
2113
|
-
roleArn?: string;
|
|
2114
|
-
|
|
2115
|
-
dataPrivacy?: DataPrivacy;
|
|
2116
|
-
|
|
2117
|
-
idleSessionTTLInSeconds?: number;
|
|
2118
|
-
|
|
2119
|
-
botStatus?: BotStatus | string;
|
|
2120
|
-
|
|
2121
|
-
failureReasons?: string[];
|
|
2122
|
-
|
|
2123
|
-
creationDateTime?: Date;
|
|
2124
|
-
}
|
|
2125
|
-
export declare namespace DescribeBotVersionResponse {
|
|
2126
|
-
|
|
2127
|
-
const filterSensitiveLog: (obj: DescribeBotVersionResponse) => any;
|
|
2128
|
-
}
|
|
2129
|
-
export interface DescribeExportRequest {
|
|
2130
|
-
|
|
2131
|
-
exportId: string | undefined;
|
|
2132
|
-
}
|
|
2133
|
-
export declare namespace DescribeExportRequest {
|
|
2134
|
-
|
|
2135
|
-
const filterSensitiveLog: (obj: DescribeExportRequest) => any;
|
|
2136
|
-
}
|
|
2137
|
-
export interface DescribeExportResponse {
|
|
2138
|
-
|
|
2139
|
-
exportId?: string;
|
|
2140
|
-
|
|
2141
|
-
resourceSpecification?: ExportResourceSpecification;
|
|
2142
|
-
|
|
2143
|
-
fileFormat?: ImportExportFileFormat | string;
|
|
2144
|
-
|
|
2145
|
-
exportStatus?: ExportStatus | string;
|
|
2146
|
-
|
|
2147
|
-
failureReasons?: string[];
|
|
2148
|
-
|
|
2149
|
-
downloadUrl?: string;
|
|
2150
|
-
|
|
2151
|
-
creationDateTime?: Date;
|
|
2152
|
-
|
|
2153
|
-
lastUpdatedDateTime?: Date;
|
|
2154
|
-
}
|
|
2155
|
-
export declare namespace DescribeExportResponse {
|
|
2156
|
-
|
|
2157
|
-
const filterSensitiveLog: (obj: DescribeExportResponse) => any;
|
|
2158
|
-
}
|
|
2159
|
-
export interface DescribeImportRequest {
|
|
2160
|
-
|
|
2161
|
-
importId: string | undefined;
|
|
2162
|
-
}
|
|
2163
|
-
export declare namespace DescribeImportRequest {
|
|
2164
|
-
|
|
2165
|
-
const filterSensitiveLog: (obj: DescribeImportRequest) => any;
|
|
2166
|
-
}
|
|
2167
|
-
export declare enum MergeStrategy {
|
|
2168
|
-
Append = "Append",
|
|
2169
|
-
FailOnConflict = "FailOnConflict",
|
|
2170
|
-
Overwrite = "Overwrite"
|
|
2171
|
-
}
|
|
2172
|
-
|
|
2173
|
-
export interface ImportResourceSpecification {
|
|
2174
|
-
|
|
2175
|
-
botImportSpecification?: BotImportSpecification;
|
|
2176
|
-
|
|
2177
|
-
botLocaleImportSpecification?: BotLocaleImportSpecification;
|
|
2178
|
-
}
|
|
2179
|
-
export declare namespace ImportResourceSpecification {
|
|
2180
|
-
|
|
2181
|
-
const filterSensitiveLog: (obj: ImportResourceSpecification) => any;
|
|
2182
|
-
}
|
|
2183
|
-
export interface DescribeImportResponse {
|
|
2184
|
-
|
|
2185
|
-
importId?: string;
|
|
2186
|
-
|
|
2187
|
-
resourceSpecification?: ImportResourceSpecification;
|
|
2188
|
-
|
|
2189
|
-
importedResourceId?: string;
|
|
2190
|
-
|
|
2191
|
-
importedResourceName?: string;
|
|
2192
|
-
|
|
2193
|
-
mergeStrategy?: MergeStrategy | string;
|
|
2194
|
-
|
|
2195
|
-
importStatus?: ImportStatus | string;
|
|
2196
|
-
|
|
2197
|
-
failureReasons?: string[];
|
|
2198
|
-
|
|
2199
|
-
creationDateTime?: Date;
|
|
2200
|
-
|
|
2201
|
-
lastUpdatedDateTime?: Date;
|
|
2202
|
-
}
|
|
2203
|
-
export declare namespace DescribeImportResponse {
|
|
2204
|
-
|
|
2205
|
-
const filterSensitiveLog: (obj: DescribeImportResponse) => any;
|
|
2206
|
-
}
|
|
2207
|
-
export interface DescribeIntentRequest {
|
|
2208
|
-
|
|
2209
|
-
intentId: string | undefined;
|
|
2210
|
-
|
|
2211
|
-
botId: string | undefined;
|
|
2212
|
-
|
|
2213
|
-
botVersion: string | undefined;
|
|
2214
|
-
|
|
2215
|
-
localeId: string | undefined;
|
|
2216
|
-
}
|
|
2217
|
-
export declare namespace DescribeIntentRequest {
|
|
2218
|
-
|
|
2219
|
-
const filterSensitiveLog: (obj: DescribeIntentRequest) => any;
|
|
2220
|
-
}
|
|
2221
|
-
|
|
2222
|
-
export interface SlotPriority {
|
|
2223
|
-
|
|
2224
|
-
priority: number | undefined;
|
|
2225
|
-
|
|
2226
|
-
slotId: string | undefined;
|
|
2227
|
-
}
|
|
2228
|
-
export declare namespace SlotPriority {
|
|
2229
|
-
|
|
2230
|
-
const filterSensitiveLog: (obj: SlotPriority) => any;
|
|
2231
|
-
}
|
|
2232
|
-
export interface DescribeIntentResponse {
|
|
2233
|
-
|
|
2234
|
-
intentId?: string;
|
|
2235
|
-
|
|
2236
|
-
intentName?: string;
|
|
2237
|
-
|
|
2238
|
-
description?: string;
|
|
2239
|
-
|
|
2240
|
-
parentIntentSignature?: string;
|
|
2241
|
-
|
|
2242
|
-
sampleUtterances?: SampleUtterance[];
|
|
2243
|
-
|
|
2244
|
-
dialogCodeHook?: DialogCodeHookSettings;
|
|
2245
|
-
|
|
2246
|
-
fulfillmentCodeHook?: FulfillmentCodeHookSettings;
|
|
2247
|
-
|
|
2248
|
-
slotPriorities?: SlotPriority[];
|
|
2249
|
-
|
|
2250
|
-
intentConfirmationSetting?: IntentConfirmationSetting;
|
|
2251
|
-
|
|
2252
|
-
intentClosingSetting?: IntentClosingSetting;
|
|
2253
|
-
|
|
2254
|
-
inputContexts?: InputContext[];
|
|
2255
|
-
|
|
2256
|
-
outputContexts?: OutputContext[];
|
|
2257
|
-
|
|
2258
|
-
kendraConfiguration?: KendraConfiguration;
|
|
2259
|
-
|
|
2260
|
-
botId?: string;
|
|
2261
|
-
|
|
2262
|
-
botVersion?: string;
|
|
2263
|
-
|
|
2264
|
-
localeId?: string;
|
|
2265
|
-
|
|
2266
|
-
creationDateTime?: Date;
|
|
2267
|
-
|
|
2268
|
-
lastUpdatedDateTime?: Date;
|
|
2269
|
-
}
|
|
2270
|
-
export declare namespace DescribeIntentResponse {
|
|
2271
|
-
|
|
2272
|
-
const filterSensitiveLog: (obj: DescribeIntentResponse) => any;
|
|
2273
|
-
}
|
|
2274
|
-
export interface DescribeResourcePolicyRequest {
|
|
2275
|
-
|
|
2276
|
-
resourceArn: string | undefined;
|
|
2277
|
-
}
|
|
2278
|
-
export declare namespace DescribeResourcePolicyRequest {
|
|
2279
|
-
|
|
2280
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
2281
|
-
}
|
|
2282
|
-
export interface DescribeResourcePolicyResponse {
|
|
2283
|
-
|
|
2284
|
-
resourceArn?: string;
|
|
2285
|
-
|
|
2286
|
-
policy?: string;
|
|
2287
|
-
|
|
2288
|
-
revisionId?: string;
|
|
2289
|
-
}
|
|
2290
|
-
export declare namespace DescribeResourcePolicyResponse {
|
|
2291
|
-
|
|
2292
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
2293
|
-
}
|
|
2294
|
-
export interface DescribeSlotRequest {
|
|
2295
|
-
|
|
2296
|
-
slotId: string | undefined;
|
|
2297
|
-
|
|
2298
|
-
botId: string | undefined;
|
|
2299
|
-
|
|
2300
|
-
botVersion: string | undefined;
|
|
2301
|
-
|
|
2302
|
-
localeId: string | undefined;
|
|
2303
|
-
|
|
2304
|
-
intentId: string | undefined;
|
|
2305
|
-
}
|
|
2306
|
-
export declare namespace DescribeSlotRequest {
|
|
2307
|
-
|
|
2308
|
-
const filterSensitiveLog: (obj: DescribeSlotRequest) => any;
|
|
2309
|
-
}
|
|
2310
|
-
export interface DescribeSlotResponse {
|
|
2311
|
-
|
|
2312
|
-
slotId?: string;
|
|
2313
|
-
|
|
2314
|
-
slotName?: string;
|
|
2315
|
-
|
|
2316
|
-
description?: string;
|
|
2317
|
-
|
|
2318
|
-
slotTypeId?: string;
|
|
2319
|
-
|
|
2320
|
-
valueElicitationSetting?: SlotValueElicitationSetting;
|
|
2321
|
-
|
|
2322
|
-
obfuscationSetting?: ObfuscationSetting;
|
|
2323
|
-
|
|
2324
|
-
botId?: string;
|
|
2325
|
-
|
|
2326
|
-
botVersion?: string;
|
|
2327
|
-
|
|
2328
|
-
localeId?: string;
|
|
2329
|
-
|
|
2330
|
-
intentId?: string;
|
|
2331
|
-
|
|
2332
|
-
creationDateTime?: Date;
|
|
2333
|
-
|
|
2334
|
-
lastUpdatedDateTime?: Date;
|
|
2335
|
-
|
|
2336
|
-
multipleValuesSetting?: MultipleValuesSetting;
|
|
2337
|
-
}
|
|
2338
|
-
export declare namespace DescribeSlotResponse {
|
|
2339
|
-
|
|
2340
|
-
const filterSensitiveLog: (obj: DescribeSlotResponse) => any;
|
|
2341
|
-
}
|
|
2342
|
-
export interface DescribeSlotTypeRequest {
|
|
2343
|
-
|
|
2344
|
-
slotTypeId: string | undefined;
|
|
2345
|
-
|
|
2346
|
-
botId: string | undefined;
|
|
2347
|
-
|
|
2348
|
-
botVersion: string | undefined;
|
|
2349
|
-
|
|
2350
|
-
localeId: string | undefined;
|
|
2351
|
-
}
|
|
2352
|
-
export declare namespace DescribeSlotTypeRequest {
|
|
2353
|
-
|
|
2354
|
-
const filterSensitiveLog: (obj: DescribeSlotTypeRequest) => any;
|
|
2355
|
-
}
|
|
2356
|
-
export interface DescribeSlotTypeResponse {
|
|
2357
|
-
|
|
2358
|
-
slotTypeId?: string;
|
|
2359
|
-
|
|
2360
|
-
slotTypeName?: string;
|
|
2361
|
-
|
|
2362
|
-
description?: string;
|
|
2363
|
-
|
|
2364
|
-
slotTypeValues?: SlotTypeValue[];
|
|
2365
|
-
|
|
2366
|
-
valueSelectionSetting?: SlotValueSelectionSetting;
|
|
2367
|
-
|
|
2368
|
-
parentSlotTypeSignature?: string;
|
|
2369
|
-
|
|
2370
|
-
botId?: string;
|
|
2371
|
-
|
|
2372
|
-
botVersion?: string;
|
|
2373
|
-
|
|
2374
|
-
localeId?: string;
|
|
2375
|
-
|
|
2376
|
-
creationDateTime?: Date;
|
|
2377
|
-
|
|
2378
|
-
lastUpdatedDateTime?: Date;
|
|
2379
|
-
|
|
2380
|
-
externalSourceSetting?: ExternalSourceSetting;
|
|
2381
|
-
}
|
|
2382
|
-
export declare namespace DescribeSlotTypeResponse {
|
|
2383
|
-
|
|
2384
|
-
const filterSensitiveLog: (obj: DescribeSlotTypeResponse) => any;
|
|
2385
|
-
}
|
|
2386
|
-
export declare enum ExportFilterName {
|
|
2387
|
-
ExportResourceType = "ExportResourceType"
|
|
2388
|
-
}
|
|
2389
|
-
export declare enum ExportFilterOperator {
|
|
2390
|
-
Contains = "CO",
|
|
2391
|
-
Equals = "EQ"
|
|
2392
|
-
}
|
|
2393
|
-
|
|
2394
|
-
export interface ExportFilter {
|
|
2395
|
-
|
|
2396
|
-
name: ExportFilterName | string | undefined;
|
|
2397
|
-
|
|
2398
|
-
values: string[] | undefined;
|
|
2399
|
-
|
|
2400
|
-
operator: ExportFilterOperator | string | undefined;
|
|
2401
|
-
}
|
|
2402
|
-
export declare namespace ExportFilter {
|
|
2403
|
-
|
|
2404
|
-
const filterSensitiveLog: (obj: ExportFilter) => any;
|
|
2405
|
-
}
|
|
2406
|
-
export declare enum ExportSortAttribute {
|
|
2407
|
-
LastUpdatedDateTime = "LastUpdatedDateTime"
|
|
2408
|
-
}
|
|
2409
|
-
|
|
2410
|
-
export interface ExportSortBy {
|
|
2411
|
-
|
|
2412
|
-
attribute: ExportSortAttribute | string | undefined;
|
|
2413
|
-
|
|
2414
|
-
order: SortOrder | string | undefined;
|
|
2415
|
-
}
|
|
2416
|
-
export declare namespace ExportSortBy {
|
|
2417
|
-
|
|
2418
|
-
const filterSensitiveLog: (obj: ExportSortBy) => any;
|
|
2419
|
-
}
|
|
2420
|
-
|
|
2421
|
-
export interface ExportSummary {
|
|
2422
|
-
|
|
2423
|
-
exportId?: string;
|
|
2424
|
-
|
|
2425
|
-
resourceSpecification?: ExportResourceSpecification;
|
|
2426
|
-
|
|
2427
|
-
fileFormat?: ImportExportFileFormat | string;
|
|
2428
|
-
|
|
2429
|
-
exportStatus?: ExportStatus | string;
|
|
2430
|
-
|
|
2431
|
-
creationDateTime?: Date;
|
|
2432
|
-
|
|
2433
|
-
lastUpdatedDateTime?: Date;
|
|
2434
|
-
}
|
|
2435
|
-
export declare namespace ExportSummary {
|
|
2436
|
-
|
|
2437
|
-
const filterSensitiveLog: (obj: ExportSummary) => any;
|
|
2438
|
-
}
|
|
2439
|
-
export declare enum ImportFilterName {
|
|
2440
|
-
ImportResourceType = "ImportResourceType"
|
|
2441
|
-
}
|
|
2442
|
-
export declare enum ImportFilterOperator {
|
|
2443
|
-
Contains = "CO",
|
|
2444
|
-
Equals = "EQ"
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
|
-
export interface ImportFilter {
|
|
2448
|
-
|
|
2449
|
-
name: ImportFilterName | string | undefined;
|
|
2450
|
-
|
|
2451
|
-
values: string[] | undefined;
|
|
2452
|
-
|
|
2453
|
-
operator: ImportFilterOperator | string | undefined;
|
|
2454
|
-
}
|
|
2455
|
-
export declare namespace ImportFilter {
|
|
2456
|
-
|
|
2457
|
-
const filterSensitiveLog: (obj: ImportFilter) => any;
|
|
2458
|
-
}
|
|
2459
|
-
export declare enum ImportSortAttribute {
|
|
2460
|
-
LastUpdatedDateTime = "LastUpdatedDateTime"
|
|
2461
|
-
}
|
|
2462
|
-
|
|
2463
|
-
export interface ImportSortBy {
|
|
2464
|
-
|
|
2465
|
-
attribute: ImportSortAttribute | string | undefined;
|
|
2466
|
-
|
|
2467
|
-
order: SortOrder | string | undefined;
|
|
2468
|
-
}
|
|
2469
|
-
export declare namespace ImportSortBy {
|
|
2470
|
-
|
|
2471
|
-
const filterSensitiveLog: (obj: ImportSortBy) => any;
|
|
2472
|
-
}
|
|
2473
|
-
|
|
2474
|
-
export interface ImportSummary {
|
|
2475
|
-
|
|
2476
|
-
importId?: string;
|
|
2477
|
-
|
|
2478
|
-
importedResourceId?: string;
|
|
2479
|
-
|
|
2480
|
-
importedResourceName?: string;
|
|
2481
|
-
|
|
2482
|
-
importStatus?: ImportStatus | string;
|
|
2483
|
-
|
|
2484
|
-
mergeStrategy?: MergeStrategy | string;
|
|
2485
|
-
|
|
2486
|
-
creationDateTime?: Date;
|
|
2487
|
-
|
|
2488
|
-
lastUpdatedDateTime?: Date;
|
|
2489
|
-
}
|
|
2490
|
-
export declare namespace ImportSummary {
|
|
2491
|
-
|
|
2492
|
-
const filterSensitiveLog: (obj: ImportSummary) => any;
|
|
2493
|
-
}
|
|
2494
|
-
export declare enum IntentFilterName {
|
|
2495
|
-
IntentName = "IntentName"
|
|
2496
|
-
}
|
|
2497
|
-
export declare enum IntentFilterOperator {
|
|
2498
|
-
Contains = "CO",
|
|
2499
|
-
Equals = "EQ"
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
export interface IntentFilter {
|
|
2503
|
-
|
|
2504
|
-
name: IntentFilterName | string | undefined;
|
|
2505
|
-
|
|
2506
|
-
values: string[] | undefined;
|
|
2507
|
-
|
|
2508
|
-
operator: IntentFilterOperator | string | undefined;
|
|
2509
|
-
}
|
|
2510
|
-
export declare namespace IntentFilter {
|
|
2511
|
-
|
|
2512
|
-
const filterSensitiveLog: (obj: IntentFilter) => any;
|
|
2513
|
-
}
|
|
2514
|
-
export declare enum IntentSortAttribute {
|
|
2515
|
-
IntentName = "IntentName",
|
|
2516
|
-
LastUpdatedDateTime = "LastUpdatedDateTime"
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
export interface IntentSortBy {
|
|
2520
|
-
|
|
2521
|
-
attribute: IntentSortAttribute | string | undefined;
|
|
2522
|
-
|
|
2523
|
-
order: SortOrder | string | undefined;
|
|
2524
|
-
}
|
|
2525
|
-
export declare namespace IntentSortBy {
|
|
2526
|
-
|
|
2527
|
-
const filterSensitiveLog: (obj: IntentSortBy) => any;
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
export interface IntentSummary {
|
|
2531
|
-
|
|
2532
|
-
intentId?: string;
|
|
2533
|
-
|
|
2534
|
-
intentName?: string;
|
|
2535
|
-
|
|
2536
|
-
description?: string;
|
|
2537
|
-
|
|
2538
|
-
parentIntentSignature?: string;
|
|
2539
|
-
|
|
2540
|
-
inputContexts?: InputContext[];
|
|
2541
|
-
|
|
2542
|
-
outputContexts?: OutputContext[];
|
|
2543
|
-
|
|
2544
|
-
lastUpdatedDateTime?: Date;
|
|
2545
|
-
}
|
|
2546
|
-
export declare namespace IntentSummary {
|
|
2547
|
-
|
|
2548
|
-
const filterSensitiveLog: (obj: IntentSummary) => any;
|
|
2549
|
-
}
|
|
2550
|
-
export declare enum TimeDimension {
|
|
2551
|
-
Days = "Days",
|
|
2552
|
-
Hours = "Hours",
|
|
2553
|
-
Weeks = "Weeks"
|
|
2554
|
-
}
|
|
2555
|
-
|
|
2556
|
-
export interface RelativeAggregationDuration {
|
|
2557
|
-
|
|
2558
|
-
timeDimension: TimeDimension | string | undefined;
|
|
2559
|
-
|
|
2560
|
-
timeValue: number | undefined;
|
|
2561
|
-
}
|
|
2562
|
-
export declare namespace RelativeAggregationDuration {
|
|
2563
|
-
|
|
2564
|
-
const filterSensitiveLog: (obj: RelativeAggregationDuration) => any;
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
export interface UtteranceAggregationDuration {
|
|
2568
|
-
|
|
2569
|
-
relativeAggregationDuration: RelativeAggregationDuration | undefined;
|
|
2570
|
-
}
|
|
2571
|
-
export declare namespace UtteranceAggregationDuration {
|
|
2572
|
-
|
|
2573
|
-
const filterSensitiveLog: (obj: UtteranceAggregationDuration) => any;
|
|
2574
|
-
}
|
|
2575
|
-
export interface ListAggregatedUtterancesRequest {
|
|
2576
|
-
|
|
2577
|
-
botId: string | undefined;
|
|
2578
|
-
|
|
2579
|
-
botAliasId?: string;
|
|
2580
|
-
|
|
2581
|
-
botVersion?: string;
|
|
2582
|
-
|
|
2583
|
-
localeId: string | undefined;
|
|
2584
|
-
|
|
2585
|
-
aggregationDuration: UtteranceAggregationDuration | undefined;
|
|
2586
|
-
|
|
2587
|
-
sortBy?: AggregatedUtterancesSortBy;
|
|
2588
|
-
|
|
2589
|
-
filters?: AggregatedUtterancesFilter[];
|
|
2590
|
-
|
|
2591
|
-
maxResults?: number;
|
|
2592
|
-
|
|
2593
|
-
nextToken?: string;
|
|
2594
|
-
}
|
|
2595
|
-
export declare namespace ListAggregatedUtterancesRequest {
|
|
2596
|
-
|
|
2597
|
-
const filterSensitiveLog: (obj: ListAggregatedUtterancesRequest) => any;
|
|
2598
|
-
}
|
|
2599
|
-
export interface ListAggregatedUtterancesResponse {
|
|
2600
|
-
|
|
2601
|
-
botId?: string;
|
|
2602
|
-
|
|
2603
|
-
botAliasId?: string;
|
|
2604
|
-
|
|
2605
|
-
botVersion?: string;
|
|
2606
|
-
|
|
2607
|
-
localeId?: string;
|
|
2608
|
-
|
|
2609
|
-
aggregationDuration?: UtteranceAggregationDuration;
|
|
2610
|
-
|
|
2611
|
-
aggregationWindowStartTime?: Date;
|
|
2612
|
-
|
|
2613
|
-
aggregationWindowEndTime?: Date;
|
|
2614
|
-
|
|
2615
|
-
aggregationLastRefreshedDateTime?: Date;
|
|
2616
|
-
|
|
2617
|
-
aggregatedUtterancesSummaries?: AggregatedUtterancesSummary[];
|
|
2618
|
-
|
|
2619
|
-
nextToken?: string;
|
|
2620
|
-
}
|
|
2621
|
-
export declare namespace ListAggregatedUtterancesResponse {
|
|
2622
|
-
|
|
2623
|
-
const filterSensitiveLog: (obj: ListAggregatedUtterancesResponse) => any;
|
|
2624
|
-
}
|
|
2625
|
-
export interface ListBotAliasesRequest {
|
|
2626
|
-
|
|
2627
|
-
botId: string | undefined;
|
|
2628
|
-
|
|
2629
|
-
maxResults?: number;
|
|
2630
|
-
|
|
2631
|
-
nextToken?: string;
|
|
2632
|
-
}
|
|
2633
|
-
export declare namespace ListBotAliasesRequest {
|
|
2634
|
-
|
|
2635
|
-
const filterSensitiveLog: (obj: ListBotAliasesRequest) => any;
|
|
2636
|
-
}
|
|
2637
|
-
export interface ListBotAliasesResponse {
|
|
2638
|
-
|
|
2639
|
-
botAliasSummaries?: BotAliasSummary[];
|
|
2640
|
-
|
|
2641
|
-
nextToken?: string;
|
|
2642
|
-
|
|
2643
|
-
botId?: string;
|
|
2644
|
-
}
|
|
2645
|
-
export declare namespace ListBotAliasesResponse {
|
|
2646
|
-
|
|
2647
|
-
const filterSensitiveLog: (obj: ListBotAliasesResponse) => any;
|
|
2648
|
-
}
|
|
2649
|
-
export interface ListBotLocalesRequest {
|
|
2650
|
-
|
|
2651
|
-
botId: string | undefined;
|
|
2652
|
-
|
|
2653
|
-
botVersion: string | undefined;
|
|
2654
|
-
|
|
2655
|
-
sortBy?: BotLocaleSortBy;
|
|
2656
|
-
|
|
2657
|
-
filters?: BotLocaleFilter[];
|
|
2658
|
-
|
|
2659
|
-
maxResults?: number;
|
|
2660
|
-
|
|
2661
|
-
nextToken?: string;
|
|
2662
|
-
}
|
|
2663
|
-
export declare namespace ListBotLocalesRequest {
|
|
2664
|
-
|
|
2665
|
-
const filterSensitiveLog: (obj: ListBotLocalesRequest) => any;
|
|
2666
|
-
}
|
|
2667
|
-
export interface ListBotLocalesResponse {
|
|
2668
|
-
|
|
2669
|
-
botId?: string;
|
|
2670
|
-
|
|
2671
|
-
botVersion?: string;
|
|
2672
|
-
|
|
2673
|
-
nextToken?: string;
|
|
2674
|
-
|
|
2675
|
-
botLocaleSummaries?: BotLocaleSummary[];
|
|
2676
|
-
}
|
|
2677
|
-
export declare namespace ListBotLocalesResponse {
|
|
2678
|
-
|
|
2679
|
-
const filterSensitiveLog: (obj: ListBotLocalesResponse) => any;
|
|
2680
|
-
}
|
|
2681
|
-
export interface ListBotRecommendationsRequest {
|
|
2682
|
-
|
|
2683
|
-
botId: string | undefined;
|
|
2684
|
-
|
|
2685
|
-
botVersion: string | undefined;
|
|
2686
|
-
|
|
2687
|
-
localeId: string | undefined;
|
|
2688
|
-
|
|
2689
|
-
maxResults?: number;
|
|
2690
|
-
|
|
2691
|
-
nextToken?: string;
|
|
2692
|
-
}
|
|
2693
|
-
export declare namespace ListBotRecommendationsRequest {
|
|
2694
|
-
|
|
2695
|
-
const filterSensitiveLog: (obj: ListBotRecommendationsRequest) => any;
|
|
2696
|
-
}
|
|
2697
|
-
export interface ListBotRecommendationsResponse {
|
|
2698
|
-
|
|
2699
|
-
botId?: string;
|
|
2700
|
-
|
|
2701
|
-
botVersion?: string;
|
|
2702
|
-
|
|
2703
|
-
localeId?: string;
|
|
2704
|
-
|
|
2705
|
-
botRecommendationSummaries?: BotRecommendationSummary[];
|
|
2706
|
-
|
|
2707
|
-
nextToken?: string;
|
|
2708
|
-
}
|
|
2709
|
-
export declare namespace ListBotRecommendationsResponse {
|
|
2710
|
-
|
|
2711
|
-
const filterSensitiveLog: (obj: ListBotRecommendationsResponse) => any;
|
|
2712
|
-
}
|
|
2713
|
-
export interface ListBotsRequest {
|
|
2714
|
-
|
|
2715
|
-
sortBy?: BotSortBy;
|
|
2716
|
-
|
|
2717
|
-
filters?: BotFilter[];
|
|
2718
|
-
|
|
2719
|
-
maxResults?: number;
|
|
2720
|
-
|
|
2721
|
-
nextToken?: string;
|
|
2722
|
-
}
|
|
2723
|
-
export declare namespace ListBotsRequest {
|
|
2724
|
-
|
|
2725
|
-
const filterSensitiveLog: (obj: ListBotsRequest) => any;
|
|
2726
|
-
}
|
|
2727
|
-
export interface ListBotsResponse {
|
|
2728
|
-
|
|
2729
|
-
botSummaries?: BotSummary[];
|
|
2730
|
-
|
|
2731
|
-
nextToken?: string;
|
|
2732
|
-
}
|
|
2733
|
-
export declare namespace ListBotsResponse {
|
|
2734
|
-
|
|
2735
|
-
const filterSensitiveLog: (obj: ListBotsResponse) => any;
|
|
2736
|
-
}
|
|
2737
|
-
export interface ListBotVersionsRequest {
|
|
2738
|
-
|
|
2739
|
-
botId: string | undefined;
|
|
2740
|
-
|
|
2741
|
-
sortBy?: BotVersionSortBy;
|
|
2742
|
-
|
|
2743
|
-
maxResults?: number;
|
|
2744
|
-
|
|
2745
|
-
nextToken?: string;
|
|
2746
|
-
}
|
|
2747
|
-
export declare namespace ListBotVersionsRequest {
|
|
2748
|
-
|
|
2749
|
-
const filterSensitiveLog: (obj: ListBotVersionsRequest) => any;
|
|
2750
|
-
}
|
|
2751
|
-
export interface ListBotVersionsResponse {
|
|
2752
|
-
|
|
2753
|
-
botId?: string;
|
|
2754
|
-
|
|
2755
|
-
botVersionSummaries?: BotVersionSummary[];
|
|
2756
|
-
|
|
2757
|
-
nextToken?: string;
|
|
2758
|
-
}
|
|
2759
|
-
export declare namespace ListBotVersionsResponse {
|
|
2760
|
-
|
|
2761
|
-
const filterSensitiveLog: (obj: ListBotVersionsResponse) => any;
|
|
2762
|
-
}
|
|
2763
|
-
export interface ListBuiltInIntentsRequest {
|
|
2764
|
-
|
|
2765
|
-
localeId: string | undefined;
|
|
2766
|
-
|
|
2767
|
-
sortBy?: BuiltInIntentSortBy;
|
|
2768
|
-
|
|
2769
|
-
maxResults?: number;
|
|
2770
|
-
|
|
2771
|
-
nextToken?: string;
|
|
2772
|
-
}
|
|
2773
|
-
export declare namespace ListBuiltInIntentsRequest {
|
|
2774
|
-
|
|
2775
|
-
const filterSensitiveLog: (obj: ListBuiltInIntentsRequest) => any;
|
|
2776
|
-
}
|
|
2777
|
-
export interface ListBuiltInIntentsResponse {
|
|
2778
|
-
|
|
2779
|
-
builtInIntentSummaries?: BuiltInIntentSummary[];
|
|
2780
|
-
|
|
2781
|
-
nextToken?: string;
|
|
2782
|
-
|
|
2783
|
-
localeId?: string;
|
|
2784
|
-
}
|
|
2785
|
-
export declare namespace ListBuiltInIntentsResponse {
|
|
2786
|
-
|
|
2787
|
-
const filterSensitiveLog: (obj: ListBuiltInIntentsResponse) => any;
|
|
2788
|
-
}
|
|
2789
|
-
export interface ListBuiltInSlotTypesRequest {
|
|
2790
|
-
|
|
2791
|
-
localeId: string | undefined;
|
|
2792
|
-
|
|
2793
|
-
sortBy?: BuiltInSlotTypeSortBy;
|
|
2794
|
-
|
|
2795
|
-
maxResults?: number;
|
|
2796
|
-
|
|
2797
|
-
nextToken?: string;
|
|
2798
|
-
}
|
|
2799
|
-
export declare namespace ListBuiltInSlotTypesRequest {
|
|
2800
|
-
|
|
2801
|
-
const filterSensitiveLog: (obj: ListBuiltInSlotTypesRequest) => any;
|
|
2802
|
-
}
|
|
2803
|
-
export interface ListBuiltInSlotTypesResponse {
|
|
2804
|
-
|
|
2805
|
-
builtInSlotTypeSummaries?: BuiltInSlotTypeSummary[];
|
|
2806
|
-
|
|
2807
|
-
nextToken?: string;
|
|
2808
|
-
|
|
2809
|
-
localeId?: string;
|
|
2810
|
-
}
|
|
2811
|
-
export declare namespace ListBuiltInSlotTypesResponse {
|
|
2812
|
-
|
|
2813
|
-
const filterSensitiveLog: (obj: ListBuiltInSlotTypesResponse) => any;
|
|
2814
|
-
}
|
|
2815
|
-
export interface ListExportsRequest {
|
|
2816
|
-
|
|
2817
|
-
botId?: string;
|
|
2818
|
-
|
|
2819
|
-
botVersion?: string;
|
|
2820
|
-
|
|
2821
|
-
sortBy?: ExportSortBy;
|
|
2822
|
-
|
|
2823
|
-
filters?: ExportFilter[];
|
|
2824
|
-
|
|
2825
|
-
maxResults?: number;
|
|
2826
|
-
|
|
2827
|
-
nextToken?: string;
|
|
2828
|
-
}
|
|
2829
|
-
export declare namespace ListExportsRequest {
|
|
2830
|
-
|
|
2831
|
-
const filterSensitiveLog: (obj: ListExportsRequest) => any;
|
|
2832
|
-
}
|
|
2833
|
-
export interface ListExportsResponse {
|
|
2834
|
-
|
|
2835
|
-
botId?: string;
|
|
2836
|
-
|
|
2837
|
-
botVersion?: string;
|
|
2838
|
-
|
|
2839
|
-
exportSummaries?: ExportSummary[];
|
|
2840
|
-
|
|
2841
|
-
nextToken?: string;
|
|
2842
|
-
}
|
|
2843
|
-
export declare namespace ListExportsResponse {
|
|
2844
|
-
|
|
2845
|
-
const filterSensitiveLog: (obj: ListExportsResponse) => any;
|
|
2846
|
-
}
|
|
2847
|
-
export interface ListImportsRequest {
|
|
2848
|
-
|
|
2849
|
-
botId?: string;
|
|
2850
|
-
|
|
2851
|
-
botVersion?: string;
|
|
2852
|
-
|
|
2853
|
-
sortBy?: ImportSortBy;
|
|
2854
|
-
|
|
2855
|
-
filters?: ImportFilter[];
|
|
2856
|
-
|
|
2857
|
-
maxResults?: number;
|
|
2858
|
-
|
|
2859
|
-
nextToken?: string;
|
|
2860
|
-
}
|
|
2861
|
-
export declare namespace ListImportsRequest {
|
|
2862
|
-
|
|
2863
|
-
const filterSensitiveLog: (obj: ListImportsRequest) => any;
|
|
2864
|
-
}
|
|
2865
|
-
export interface ListImportsResponse {
|
|
2866
|
-
|
|
2867
|
-
botId?: string;
|
|
2868
|
-
|
|
2869
|
-
botVersion?: string;
|
|
2870
|
-
|
|
2871
|
-
importSummaries?: ImportSummary[];
|
|
2872
|
-
|
|
2873
|
-
nextToken?: string;
|
|
2874
|
-
}
|
|
2875
|
-
export declare namespace ListImportsResponse {
|
|
2876
|
-
|
|
2877
|
-
const filterSensitiveLog: (obj: ListImportsResponse) => any;
|
|
2878
|
-
}
|
|
2879
|
-
export interface ListIntentsRequest {
|
|
2880
|
-
|
|
2881
|
-
botId: string | undefined;
|
|
2882
|
-
|
|
2883
|
-
botVersion: string | undefined;
|
|
2884
|
-
|
|
2885
|
-
localeId: string | undefined;
|
|
2886
|
-
|
|
2887
|
-
sortBy?: IntentSortBy;
|
|
2888
|
-
|
|
2889
|
-
filters?: IntentFilter[];
|
|
2890
|
-
|
|
2891
|
-
maxResults?: number;
|
|
2892
|
-
|
|
2893
|
-
nextToken?: string;
|
|
2894
|
-
}
|
|
2895
|
-
export declare namespace ListIntentsRequest {
|
|
2896
|
-
|
|
2897
|
-
const filterSensitiveLog: (obj: ListIntentsRequest) => any;
|
|
2898
|
-
}
|
|
2899
|
-
export interface ListIntentsResponse {
|
|
2900
|
-
|
|
2901
|
-
botId?: string;
|
|
2902
|
-
|
|
2903
|
-
botVersion?: string;
|
|
2904
|
-
|
|
2905
|
-
localeId?: string;
|
|
2906
|
-
|
|
2907
|
-
intentSummaries?: IntentSummary[];
|
|
2908
|
-
|
|
2909
|
-
nextToken?: string;
|
|
2910
|
-
}
|
|
2911
|
-
export declare namespace ListIntentsResponse {
|
|
2912
|
-
|
|
2913
|
-
const filterSensitiveLog: (obj: ListIntentsResponse) => any;
|
|
2914
|
-
}
|
|
2915
|
-
export interface ListRecommendedIntentsRequest {
|
|
2916
|
-
|
|
2917
|
-
botId: string | undefined;
|
|
2918
|
-
|
|
2919
|
-
botVersion: string | undefined;
|
|
2920
|
-
|
|
2921
|
-
localeId: string | undefined;
|
|
2922
|
-
|
|
2923
|
-
botRecommendationId: string | undefined;
|
|
2924
|
-
|
|
2925
|
-
nextToken?: string;
|
|
2926
|
-
|
|
2927
|
-
maxResults?: number;
|
|
2928
|
-
}
|
|
2929
|
-
export declare namespace ListRecommendedIntentsRequest {
|
|
2930
|
-
|
|
2931
|
-
const filterSensitiveLog: (obj: ListRecommendedIntentsRequest) => any;
|
|
2932
|
-
}
|
|
2933
|
-
|
|
2934
|
-
export interface RecommendedIntentSummary {
|
|
2935
|
-
|
|
2936
|
-
intentId?: string;
|
|
2937
|
-
|
|
2938
|
-
intentName?: string;
|
|
2939
|
-
|
|
2940
|
-
sampleUtterancesCount?: number;
|
|
2941
|
-
}
|
|
2942
|
-
export declare namespace RecommendedIntentSummary {
|
|
2943
|
-
|
|
2944
|
-
const filterSensitiveLog: (obj: RecommendedIntentSummary) => any;
|
|
2945
|
-
}
|
|
2946
|
-
export interface ListRecommendedIntentsResponse {
|
|
2947
|
-
|
|
2948
|
-
botId?: string;
|
|
2949
|
-
|
|
2950
|
-
botVersion?: string;
|
|
2951
|
-
|
|
2952
|
-
localeId?: string;
|
|
2953
|
-
|
|
2954
|
-
botRecommendationId?: string;
|
|
2955
|
-
|
|
2956
|
-
summaryList?: RecommendedIntentSummary[];
|
|
2957
|
-
|
|
2958
|
-
nextToken?: string;
|
|
2959
|
-
}
|
|
2960
|
-
export declare namespace ListRecommendedIntentsResponse {
|
|
2961
|
-
|
|
2962
|
-
const filterSensitiveLog: (obj: ListRecommendedIntentsResponse) => any;
|
|
2963
|
-
}
|
|
2964
|
-
export declare enum SlotFilterName {
|
|
2965
|
-
SlotName = "SlotName"
|
|
2966
|
-
}
|
|
2967
|
-
export declare enum SlotFilterOperator {
|
|
2968
|
-
Contains = "CO",
|
|
2969
|
-
Equals = "EQ"
|
|
2970
|
-
}
|
|
2971
|
-
|
|
2972
|
-
export interface SlotFilter {
|
|
2973
|
-
|
|
2974
|
-
name: SlotFilterName | string | undefined;
|
|
2975
|
-
|
|
2976
|
-
values: string[] | undefined;
|
|
2977
|
-
|
|
2978
|
-
operator: SlotFilterOperator | string | undefined;
|
|
2979
|
-
}
|
|
2980
|
-
export declare namespace SlotFilter {
|
|
2981
|
-
|
|
2982
|
-
const filterSensitiveLog: (obj: SlotFilter) => any;
|
|
2983
|
-
}
|
|
2984
|
-
export declare enum SlotSortAttribute {
|
|
2985
|
-
LastUpdatedDateTime = "LastUpdatedDateTime",
|
|
2986
|
-
SlotName = "SlotName"
|
|
2987
|
-
}
|
|
2988
|
-
|
|
2989
|
-
export interface SlotSortBy {
|
|
2990
|
-
|
|
2991
|
-
attribute: SlotSortAttribute | string | undefined;
|
|
2992
|
-
|
|
2993
|
-
order: SortOrder | string | undefined;
|
|
2994
|
-
}
|
|
2995
|
-
export declare namespace SlotSortBy {
|
|
2996
|
-
|
|
2997
|
-
const filterSensitiveLog: (obj: SlotSortBy) => any;
|
|
2998
|
-
}
|
|
2999
|
-
export interface ListSlotsRequest {
|
|
3000
|
-
|
|
3001
|
-
botId: string | undefined;
|
|
3002
|
-
|
|
3003
|
-
botVersion: string | undefined;
|
|
3004
|
-
|
|
3005
|
-
localeId: string | undefined;
|
|
3006
|
-
|
|
3007
|
-
intentId: string | undefined;
|
|
3008
|
-
|
|
3009
|
-
sortBy?: SlotSortBy;
|
|
3010
|
-
|
|
3011
|
-
filters?: SlotFilter[];
|
|
3012
|
-
|
|
3013
|
-
maxResults?: number;
|
|
3014
|
-
|
|
3015
|
-
nextToken?: string;
|
|
3016
|
-
}
|
|
3017
|
-
export declare namespace ListSlotsRequest {
|
|
3018
|
-
|
|
3019
|
-
const filterSensitiveLog: (obj: ListSlotsRequest) => any;
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
export interface SlotSummary {
|
|
3023
|
-
|
|
3024
|
-
slotId?: string;
|
|
3025
|
-
|
|
3026
|
-
slotName?: string;
|
|
3027
|
-
|
|
3028
|
-
description?: string;
|
|
3029
|
-
|
|
3030
|
-
slotConstraint?: SlotConstraint | string;
|
|
3031
|
-
|
|
3032
|
-
slotTypeId?: string;
|
|
3033
|
-
|
|
3034
|
-
valueElicitationPromptSpecification?: PromptSpecification;
|
|
3035
|
-
|
|
3036
|
-
lastUpdatedDateTime?: Date;
|
|
3037
|
-
}
|
|
3038
|
-
export declare namespace SlotSummary {
|
|
3039
|
-
|
|
3040
|
-
const filterSensitiveLog: (obj: SlotSummary) => any;
|
|
3041
|
-
}
|
|
3042
|
-
export interface ListSlotsResponse {
|
|
3043
|
-
|
|
3044
|
-
botId?: string;
|
|
3045
|
-
|
|
3046
|
-
botVersion?: string;
|
|
3047
|
-
|
|
3048
|
-
localeId?: string;
|
|
3049
|
-
|
|
3050
|
-
intentId?: string;
|
|
3051
|
-
|
|
3052
|
-
slotSummaries?: SlotSummary[];
|
|
3053
|
-
|
|
3054
|
-
nextToken?: string;
|
|
3055
|
-
}
|
|
3056
|
-
export declare namespace ListSlotsResponse {
|
|
3057
|
-
|
|
3058
|
-
const filterSensitiveLog: (obj: ListSlotsResponse) => any;
|
|
3059
|
-
}
|
|
3060
|
-
export declare enum SlotTypeFilterName {
|
|
3061
|
-
ExternalSourceType = "ExternalSourceType",
|
|
3062
|
-
SlotTypeName = "SlotTypeName"
|
|
3063
|
-
}
|
|
3064
|
-
export declare enum SlotTypeFilterOperator {
|
|
3065
|
-
Contains = "CO",
|
|
3066
|
-
Equals = "EQ"
|
|
3067
|
-
}
|
|
3068
|
-
|
|
3069
|
-
export interface SlotTypeFilter {
|
|
3070
|
-
|
|
3071
|
-
name: SlotTypeFilterName | string | undefined;
|
|
3072
|
-
|
|
3073
|
-
values: string[] | undefined;
|
|
3074
|
-
|
|
3075
|
-
operator: SlotTypeFilterOperator | string | undefined;
|
|
3076
|
-
}
|
|
3077
|
-
export declare namespace SlotTypeFilter {
|
|
3078
|
-
|
|
3079
|
-
const filterSensitiveLog: (obj: SlotTypeFilter) => any;
|
|
3080
|
-
}
|
|
3081
|
-
export declare enum SlotTypeSortAttribute {
|
|
3082
|
-
LastUpdatedDateTime = "LastUpdatedDateTime",
|
|
3083
|
-
SlotTypeName = "SlotTypeName"
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
export interface SlotTypeSortBy {
|
|
3087
|
-
|
|
3088
|
-
attribute: SlotTypeSortAttribute | string | undefined;
|
|
3089
|
-
|
|
3090
|
-
order: SortOrder | string | undefined;
|
|
3091
|
-
}
|
|
3092
|
-
export declare namespace SlotTypeSortBy {
|
|
3093
|
-
|
|
3094
|
-
const filterSensitiveLog: (obj: SlotTypeSortBy) => any;
|
|
3095
|
-
}
|
|
3096
|
-
export interface ListSlotTypesRequest {
|
|
3097
|
-
|
|
3098
|
-
botId: string | undefined;
|
|
3099
|
-
|
|
3100
|
-
botVersion: string | undefined;
|
|
3101
|
-
|
|
3102
|
-
localeId: string | undefined;
|
|
3103
|
-
|
|
3104
|
-
sortBy?: SlotTypeSortBy;
|
|
3105
|
-
|
|
3106
|
-
filters?: SlotTypeFilter[];
|
|
3107
|
-
|
|
3108
|
-
maxResults?: number;
|
|
3109
|
-
|
|
3110
|
-
nextToken?: string;
|
|
3111
|
-
}
|
|
3112
|
-
export declare namespace ListSlotTypesRequest {
|
|
3113
|
-
|
|
3114
|
-
const filterSensitiveLog: (obj: ListSlotTypesRequest) => any;
|
|
3115
|
-
}
|
|
3116
|
-
export declare enum SlotTypeCategory {
|
|
3117
|
-
Custom = "Custom",
|
|
3118
|
-
Extended = "Extended",
|
|
3119
|
-
ExternalGrammar = "ExternalGrammar"
|
|
3120
|
-
}
|
|
3121
|
-
|
|
3122
|
-
export interface SlotTypeSummary {
|
|
3123
|
-
|
|
3124
|
-
slotTypeId?: string;
|
|
3125
|
-
|
|
3126
|
-
slotTypeName?: string;
|
|
3127
|
-
|
|
3128
|
-
description?: string;
|
|
3129
|
-
|
|
3130
|
-
parentSlotTypeSignature?: string;
|
|
3131
|
-
|
|
3132
|
-
lastUpdatedDateTime?: Date;
|
|
3133
|
-
|
|
3134
|
-
slotTypeCategory?: SlotTypeCategory | string;
|
|
3135
|
-
}
|
|
3136
|
-
export declare namespace SlotTypeSummary {
|
|
3137
|
-
|
|
3138
|
-
const filterSensitiveLog: (obj: SlotTypeSummary) => any;
|
|
3139
|
-
}
|
|
3140
|
-
export interface ListSlotTypesResponse {
|
|
3141
|
-
|
|
3142
|
-
botId?: string;
|
|
3143
|
-
|
|
3144
|
-
botVersion?: string;
|
|
3145
|
-
|
|
3146
|
-
localeId?: string;
|
|
3147
|
-
|
|
3148
|
-
slotTypeSummaries?: SlotTypeSummary[];
|
|
3149
|
-
|
|
3150
|
-
nextToken?: string;
|
|
3151
|
-
}
|
|
3152
|
-
export declare namespace ListSlotTypesResponse {
|
|
3153
|
-
|
|
3154
|
-
const filterSensitiveLog: (obj: ListSlotTypesResponse) => any;
|
|
3155
|
-
}
|
|
3156
|
-
export interface ListTagsForResourceRequest {
|
|
3157
|
-
|
|
3158
|
-
resourceARN: string | undefined;
|
|
3159
|
-
}
|
|
3160
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3161
|
-
|
|
3162
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3163
|
-
}
|
|
3164
|
-
export interface ListTagsForResourceResponse {
|
|
3165
|
-
|
|
3166
|
-
tags?: {
|
|
3167
|
-
[key: string]: string;
|
|
3168
|
-
};
|
|
3169
|
-
}
|
|
3170
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3171
|
-
|
|
3172
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3173
|
-
}
|
|
3174
|
-
export declare enum SearchOrder {
|
|
3175
|
-
Ascending = "Ascending",
|
|
3176
|
-
Descending = "Descending"
|
|
3177
|
-
}
|
|
3178
|
-
export interface SearchAssociatedTranscriptsRequest {
|
|
3179
|
-
|
|
3180
|
-
botId: string | undefined;
|
|
3181
|
-
|
|
3182
|
-
botVersion: string | undefined;
|
|
3183
|
-
|
|
3184
|
-
localeId: string | undefined;
|
|
3185
|
-
|
|
3186
|
-
botRecommendationId: string | undefined;
|
|
3187
|
-
|
|
3188
|
-
searchOrder?: SearchOrder | string;
|
|
3189
|
-
|
|
3190
|
-
filters: AssociatedTranscriptFilter[] | undefined;
|
|
3191
|
-
|
|
3192
|
-
maxResults?: number;
|
|
3193
|
-
|
|
3194
|
-
nextIndex?: number;
|
|
3195
|
-
}
|
|
3196
|
-
export declare namespace SearchAssociatedTranscriptsRequest {
|
|
3197
|
-
|
|
3198
|
-
const filterSensitiveLog: (obj: SearchAssociatedTranscriptsRequest) => any;
|
|
3199
|
-
}
|
|
3200
|
-
export interface SearchAssociatedTranscriptsResponse {
|
|
3201
|
-
|
|
3202
|
-
botId?: string;
|
|
3203
|
-
|
|
3204
|
-
botVersion?: string;
|
|
3205
|
-
|
|
3206
|
-
localeId?: string;
|
|
3207
|
-
|
|
3208
|
-
botRecommendationId?: string;
|
|
3209
|
-
|
|
3210
|
-
nextIndex?: number;
|
|
3211
|
-
|
|
3212
|
-
associatedTranscripts?: AssociatedTranscript[];
|
|
3213
|
-
|
|
3214
|
-
totalResults?: number;
|
|
3215
|
-
}
|
|
3216
|
-
export declare namespace SearchAssociatedTranscriptsResponse {
|
|
3217
|
-
|
|
3218
|
-
const filterSensitiveLog: (obj: SearchAssociatedTranscriptsResponse) => any;
|
|
3219
|
-
}
|
|
3220
|
-
export interface StartBotRecommendationRequest {
|
|
3221
|
-
|
|
3222
|
-
botId: string | undefined;
|
|
3223
|
-
|
|
3224
|
-
botVersion: string | undefined;
|
|
3225
|
-
|
|
3226
|
-
localeId: string | undefined;
|
|
3227
|
-
|
|
3228
|
-
transcriptSourceSetting: TranscriptSourceSetting | undefined;
|
|
3229
|
-
|
|
3230
|
-
encryptionSetting?: EncryptionSetting;
|
|
3231
|
-
}
|
|
3232
|
-
export declare namespace StartBotRecommendationRequest {
|
|
3233
|
-
|
|
3234
|
-
const filterSensitiveLog: (obj: StartBotRecommendationRequest) => any;
|
|
3235
|
-
}
|
|
3236
|
-
export interface StartBotRecommendationResponse {
|
|
3237
|
-
|
|
3238
|
-
botId?: string;
|
|
3239
|
-
|
|
3240
|
-
botVersion?: string;
|
|
3241
|
-
|
|
3242
|
-
localeId?: string;
|
|
3243
|
-
|
|
3244
|
-
botRecommendationStatus?: BotRecommendationStatus | string;
|
|
3245
|
-
|
|
3246
|
-
botRecommendationId?: string;
|
|
3247
|
-
|
|
3248
|
-
creationDateTime?: Date;
|
|
3249
|
-
|
|
3250
|
-
transcriptSourceSetting?: TranscriptSourceSetting;
|
|
3251
|
-
|
|
3252
|
-
encryptionSetting?: EncryptionSetting;
|
|
3253
|
-
}
|
|
3254
|
-
export declare namespace StartBotRecommendationResponse {
|
|
3255
|
-
|
|
3256
|
-
const filterSensitiveLog: (obj: StartBotRecommendationResponse) => any;
|
|
3257
|
-
}
|
|
3258
|
-
export interface StartImportRequest {
|
|
3259
|
-
|
|
3260
|
-
importId: string | undefined;
|
|
3261
|
-
|
|
3262
|
-
resourceSpecification: ImportResourceSpecification | undefined;
|
|
3263
|
-
|
|
3264
|
-
mergeStrategy: MergeStrategy | string | undefined;
|
|
3265
|
-
|
|
3266
|
-
filePassword?: string;
|
|
3267
|
-
}
|
|
3268
|
-
export declare namespace StartImportRequest {
|
|
3269
|
-
|
|
3270
|
-
const filterSensitiveLog: (obj: StartImportRequest) => any;
|
|
3271
|
-
}
|
|
3272
|
-
export interface StartImportResponse {
|
|
3273
|
-
|
|
3274
|
-
importId?: string;
|
|
3275
|
-
|
|
3276
|
-
resourceSpecification?: ImportResourceSpecification;
|
|
3277
|
-
|
|
3278
|
-
mergeStrategy?: MergeStrategy | string;
|
|
3279
|
-
|
|
3280
|
-
importStatus?: ImportStatus | string;
|
|
3281
|
-
|
|
3282
|
-
creationDateTime?: Date;
|
|
3283
|
-
}
|
|
3284
|
-
export declare namespace StartImportResponse {
|
|
3285
|
-
|
|
3286
|
-
const filterSensitiveLog: (obj: StartImportResponse) => any;
|
|
3287
|
-
}
|
|
3288
|
-
export interface TagResourceRequest {
|
|
3289
|
-
|
|
3290
|
-
resourceARN: string | undefined;
|
|
3291
|
-
|
|
3292
|
-
tags: {
|
|
3293
|
-
[key: string]: string;
|
|
3294
|
-
} | undefined;
|
|
3295
|
-
}
|
|
3296
|
-
export declare namespace TagResourceRequest {
|
|
3297
|
-
|
|
3298
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3299
|
-
}
|
|
3300
|
-
export interface TagResourceResponse {
|
|
3301
|
-
}
|
|
3302
|
-
export declare namespace TagResourceResponse {
|
|
3303
|
-
|
|
3304
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3305
|
-
}
|
|
3306
|
-
export interface UntagResourceRequest {
|
|
3307
|
-
|
|
3308
|
-
resourceARN: string | undefined;
|
|
3309
|
-
|
|
3310
|
-
tagKeys: string[] | undefined;
|
|
3311
|
-
}
|
|
3312
|
-
export declare namespace UntagResourceRequest {
|
|
3313
|
-
|
|
3314
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3315
|
-
}
|
|
3316
|
-
export interface UntagResourceResponse {
|
|
3317
|
-
}
|
|
3318
|
-
export declare namespace UntagResourceResponse {
|
|
3319
|
-
|
|
3320
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3321
|
-
}
|
|
3322
|
-
export interface UpdateBotRequest {
|
|
3323
|
-
|
|
3324
|
-
botId: string | undefined;
|
|
3325
|
-
|
|
3326
|
-
botName: string | undefined;
|
|
3327
|
-
|
|
3328
|
-
description?: string;
|
|
3329
|
-
|
|
3330
|
-
roleArn: string | undefined;
|
|
3331
|
-
|
|
3332
|
-
dataPrivacy: DataPrivacy | undefined;
|
|
3333
|
-
|
|
3334
|
-
idleSessionTTLInSeconds: number | undefined;
|
|
3335
|
-
}
|
|
3336
|
-
export declare namespace UpdateBotRequest {
|
|
3337
|
-
|
|
3338
|
-
const filterSensitiveLog: (obj: UpdateBotRequest) => any;
|
|
3339
|
-
}
|
|
3340
|
-
export interface UpdateBotResponse {
|
|
3341
|
-
|
|
3342
|
-
botId?: string;
|
|
3343
|
-
|
|
3344
|
-
botName?: string;
|
|
3345
|
-
|
|
3346
|
-
description?: string;
|
|
3347
|
-
|
|
3348
|
-
roleArn?: string;
|
|
3349
|
-
|
|
3350
|
-
dataPrivacy?: DataPrivacy;
|
|
3351
|
-
|
|
3352
|
-
idleSessionTTLInSeconds?: number;
|
|
3353
|
-
|
|
3354
|
-
botStatus?: BotStatus | string;
|
|
3355
|
-
|
|
3356
|
-
creationDateTime?: Date;
|
|
3357
|
-
|
|
3358
|
-
lastUpdatedDateTime?: Date;
|
|
3359
|
-
}
|
|
3360
|
-
export declare namespace UpdateBotResponse {
|
|
3361
|
-
|
|
3362
|
-
const filterSensitiveLog: (obj: UpdateBotResponse) => any;
|
|
3363
|
-
}
|
|
3364
|
-
export interface UpdateBotAliasRequest {
|
|
3365
|
-
|
|
3366
|
-
botAliasId: string | undefined;
|
|
3367
|
-
|
|
3368
|
-
botAliasName: string | undefined;
|
|
3369
|
-
|
|
3370
|
-
description?: string;
|
|
3371
|
-
|
|
3372
|
-
botVersion?: string;
|
|
3373
|
-
|
|
3374
|
-
botAliasLocaleSettings?: {
|
|
3375
|
-
[key: string]: BotAliasLocaleSettings;
|
|
3376
|
-
};
|
|
3377
|
-
|
|
3378
|
-
conversationLogSettings?: ConversationLogSettings;
|
|
3379
|
-
|
|
3380
|
-
sentimentAnalysisSettings?: SentimentAnalysisSettings;
|
|
3381
|
-
|
|
3382
|
-
botId: string | undefined;
|
|
3383
|
-
}
|
|
3384
|
-
export declare namespace UpdateBotAliasRequest {
|
|
3385
|
-
|
|
3386
|
-
const filterSensitiveLog: (obj: UpdateBotAliasRequest) => any;
|
|
3387
|
-
}
|
|
3388
|
-
export interface UpdateBotAliasResponse {
|
|
3389
|
-
|
|
3390
|
-
botAliasId?: string;
|
|
3391
|
-
|
|
3392
|
-
botAliasName?: string;
|
|
3393
|
-
|
|
3394
|
-
description?: string;
|
|
3395
|
-
|
|
3396
|
-
botVersion?: string;
|
|
3397
|
-
|
|
3398
|
-
botAliasLocaleSettings?: {
|
|
3399
|
-
[key: string]: BotAliasLocaleSettings;
|
|
3400
|
-
};
|
|
3401
|
-
|
|
3402
|
-
conversationLogSettings?: ConversationLogSettings;
|
|
3403
|
-
|
|
3404
|
-
sentimentAnalysisSettings?: SentimentAnalysisSettings;
|
|
3405
|
-
|
|
3406
|
-
botAliasStatus?: BotAliasStatus | string;
|
|
3407
|
-
|
|
3408
|
-
botId?: string;
|
|
3409
|
-
|
|
3410
|
-
creationDateTime?: Date;
|
|
3411
|
-
|
|
3412
|
-
lastUpdatedDateTime?: Date;
|
|
3413
|
-
}
|
|
3414
|
-
export declare namespace UpdateBotAliasResponse {
|
|
3415
|
-
|
|
3416
|
-
const filterSensitiveLog: (obj: UpdateBotAliasResponse) => any;
|
|
3417
|
-
}
|
|
3418
|
-
export interface UpdateBotLocaleRequest {
|
|
3419
|
-
|
|
3420
|
-
botId: string | undefined;
|
|
3421
|
-
|
|
3422
|
-
botVersion: string | undefined;
|
|
3423
|
-
|
|
3424
|
-
localeId: string | undefined;
|
|
3425
|
-
|
|
3426
|
-
description?: string;
|
|
3427
|
-
|
|
3428
|
-
nluIntentConfidenceThreshold: number | undefined;
|
|
3429
|
-
|
|
3430
|
-
voiceSettings?: VoiceSettings;
|
|
3431
|
-
}
|
|
3432
|
-
export declare namespace UpdateBotLocaleRequest {
|
|
3433
|
-
|
|
3434
|
-
const filterSensitiveLog: (obj: UpdateBotLocaleRequest) => any;
|
|
3435
|
-
}
|
|
3436
|
-
export interface UpdateBotLocaleResponse {
|
|
3437
|
-
|
|
3438
|
-
botId?: string;
|
|
3439
|
-
|
|
3440
|
-
botVersion?: string;
|
|
3441
|
-
|
|
3442
|
-
localeId?: string;
|
|
3443
|
-
|
|
3444
|
-
localeName?: string;
|
|
3445
|
-
|
|
3446
|
-
description?: string;
|
|
3447
|
-
|
|
3448
|
-
nluIntentConfidenceThreshold?: number;
|
|
3449
|
-
|
|
3450
|
-
voiceSettings?: VoiceSettings;
|
|
3451
|
-
|
|
3452
|
-
botLocaleStatus?: BotLocaleStatus | string;
|
|
3453
|
-
|
|
3454
|
-
failureReasons?: string[];
|
|
3455
|
-
|
|
3456
|
-
creationDateTime?: Date;
|
|
3457
|
-
|
|
3458
|
-
lastUpdatedDateTime?: Date;
|
|
3459
|
-
|
|
3460
|
-
recommendedActions?: string[];
|
|
3461
|
-
}
|
|
3462
|
-
export declare namespace UpdateBotLocaleResponse {
|
|
3463
|
-
|
|
3464
|
-
const filterSensitiveLog: (obj: UpdateBotLocaleResponse) => any;
|
|
3465
|
-
}
|
|
3466
|
-
export interface UpdateBotRecommendationRequest {
|
|
3467
|
-
|
|
3468
|
-
botId: string | undefined;
|
|
3469
|
-
|
|
3470
|
-
botVersion: string | undefined;
|
|
3471
|
-
|
|
3472
|
-
localeId: string | undefined;
|
|
3473
|
-
|
|
3474
|
-
botRecommendationId: string | undefined;
|
|
3475
|
-
|
|
3476
|
-
encryptionSetting: EncryptionSetting | undefined;
|
|
3477
|
-
}
|
|
3478
|
-
export declare namespace UpdateBotRecommendationRequest {
|
|
3479
|
-
|
|
3480
|
-
const filterSensitiveLog: (obj: UpdateBotRecommendationRequest) => any;
|
|
3481
|
-
}
|
|
3482
|
-
export interface UpdateBotRecommendationResponse {
|
|
3483
|
-
|
|
3484
|
-
botId?: string;
|
|
3485
|
-
|
|
3486
|
-
botVersion?: string;
|
|
3487
|
-
|
|
3488
|
-
localeId?: string;
|
|
3489
|
-
|
|
3490
|
-
botRecommendationStatus?: BotRecommendationStatus | string;
|
|
3491
|
-
|
|
3492
|
-
botRecommendationId?: string;
|
|
3493
|
-
|
|
3494
|
-
creationDateTime?: Date;
|
|
3495
|
-
|
|
3496
|
-
lastUpdatedDateTime?: Date;
|
|
3497
|
-
|
|
3498
|
-
transcriptSourceSetting?: TranscriptSourceSetting;
|
|
3499
|
-
|
|
3500
|
-
encryptionSetting?: EncryptionSetting;
|
|
3501
|
-
}
|
|
3502
|
-
export declare namespace UpdateBotRecommendationResponse {
|
|
3503
|
-
|
|
3504
|
-
const filterSensitiveLog: (obj: UpdateBotRecommendationResponse) => any;
|
|
3505
|
-
}
|
|
3506
|
-
export interface UpdateExportRequest {
|
|
3507
|
-
|
|
3508
|
-
exportId: string | undefined;
|
|
3509
|
-
|
|
3510
|
-
filePassword?: string;
|
|
3511
|
-
}
|
|
3512
|
-
export declare namespace UpdateExportRequest {
|
|
3513
|
-
|
|
3514
|
-
const filterSensitiveLog: (obj: UpdateExportRequest) => any;
|
|
3515
|
-
}
|
|
3516
|
-
export interface UpdateExportResponse {
|
|
3517
|
-
|
|
3518
|
-
exportId?: string;
|
|
3519
|
-
|
|
3520
|
-
resourceSpecification?: ExportResourceSpecification;
|
|
3521
|
-
|
|
3522
|
-
fileFormat?: ImportExportFileFormat | string;
|
|
3523
|
-
|
|
3524
|
-
exportStatus?: ExportStatus | string;
|
|
3525
|
-
|
|
3526
|
-
creationDateTime?: Date;
|
|
3527
|
-
|
|
3528
|
-
lastUpdatedDateTime?: Date;
|
|
3529
|
-
}
|
|
3530
|
-
export declare namespace UpdateExportResponse {
|
|
3531
|
-
|
|
3532
|
-
const filterSensitiveLog: (obj: UpdateExportResponse) => any;
|
|
3533
|
-
}
|
|
3534
|
-
export interface UpdateIntentRequest {
|
|
3535
|
-
|
|
3536
|
-
intentId: string | undefined;
|
|
3537
|
-
|
|
3538
|
-
intentName: string | undefined;
|
|
3539
|
-
|
|
3540
|
-
description?: string;
|
|
3541
|
-
|
|
3542
|
-
parentIntentSignature?: string;
|
|
3543
|
-
|
|
3544
|
-
sampleUtterances?: SampleUtterance[];
|
|
3545
|
-
|
|
3546
|
-
dialogCodeHook?: DialogCodeHookSettings;
|
|
3547
|
-
|
|
3548
|
-
fulfillmentCodeHook?: FulfillmentCodeHookSettings;
|
|
3549
|
-
|
|
3550
|
-
slotPriorities?: SlotPriority[];
|
|
3551
|
-
|
|
3552
|
-
intentConfirmationSetting?: IntentConfirmationSetting;
|
|
3553
|
-
|
|
3554
|
-
intentClosingSetting?: IntentClosingSetting;
|
|
3555
|
-
|
|
3556
|
-
inputContexts?: InputContext[];
|
|
3557
|
-
|
|
3558
|
-
outputContexts?: OutputContext[];
|
|
3559
|
-
|
|
3560
|
-
kendraConfiguration?: KendraConfiguration;
|
|
3561
|
-
|
|
3562
|
-
botId: string | undefined;
|
|
3563
|
-
|
|
3564
|
-
botVersion: string | undefined;
|
|
3565
|
-
|
|
3566
|
-
localeId: string | undefined;
|
|
3567
|
-
}
|
|
3568
|
-
export declare namespace UpdateIntentRequest {
|
|
3569
|
-
|
|
3570
|
-
const filterSensitiveLog: (obj: UpdateIntentRequest) => any;
|
|
3571
|
-
}
|
|
3572
|
-
export interface UpdateIntentResponse {
|
|
3573
|
-
|
|
3574
|
-
intentId?: string;
|
|
3575
|
-
|
|
3576
|
-
intentName?: string;
|
|
3577
|
-
|
|
3578
|
-
description?: string;
|
|
3579
|
-
|
|
3580
|
-
parentIntentSignature?: string;
|
|
3581
|
-
|
|
3582
|
-
sampleUtterances?: SampleUtterance[];
|
|
3583
|
-
|
|
3584
|
-
dialogCodeHook?: DialogCodeHookSettings;
|
|
3585
|
-
|
|
3586
|
-
fulfillmentCodeHook?: FulfillmentCodeHookSettings;
|
|
3587
|
-
|
|
3588
|
-
slotPriorities?: SlotPriority[];
|
|
3589
|
-
|
|
3590
|
-
intentConfirmationSetting?: IntentConfirmationSetting;
|
|
3591
|
-
|
|
3592
|
-
intentClosingSetting?: IntentClosingSetting;
|
|
3593
|
-
|
|
3594
|
-
inputContexts?: InputContext[];
|
|
3595
|
-
|
|
3596
|
-
outputContexts?: OutputContext[];
|
|
3597
|
-
|
|
3598
|
-
kendraConfiguration?: KendraConfiguration;
|
|
3599
|
-
|
|
3600
|
-
botId?: string;
|
|
3601
|
-
|
|
3602
|
-
botVersion?: string;
|
|
3603
|
-
|
|
3604
|
-
localeId?: string;
|
|
3605
|
-
|
|
3606
|
-
creationDateTime?: Date;
|
|
3607
|
-
|
|
3608
|
-
lastUpdatedDateTime?: Date;
|
|
3609
|
-
}
|
|
3610
|
-
export declare namespace UpdateIntentResponse {
|
|
3611
|
-
|
|
3612
|
-
const filterSensitiveLog: (obj: UpdateIntentResponse) => any;
|
|
3613
|
-
}
|
|
3614
|
-
export interface UpdateResourcePolicyRequest {
|
|
3615
|
-
|
|
3616
|
-
resourceArn: string | undefined;
|
|
3617
|
-
|
|
3618
|
-
policy: string | undefined;
|
|
3619
|
-
|
|
3620
|
-
expectedRevisionId?: string;
|
|
3621
|
-
}
|
|
3622
|
-
export declare namespace UpdateResourcePolicyRequest {
|
|
3623
|
-
|
|
3624
|
-
const filterSensitiveLog: (obj: UpdateResourcePolicyRequest) => any;
|
|
3625
|
-
}
|
|
3626
|
-
export interface UpdateResourcePolicyResponse {
|
|
3627
|
-
|
|
3628
|
-
resourceArn?: string;
|
|
3629
|
-
|
|
3630
|
-
revisionId?: string;
|
|
3631
|
-
}
|
|
3632
|
-
export declare namespace UpdateResourcePolicyResponse {
|
|
3633
|
-
|
|
3634
|
-
const filterSensitiveLog: (obj: UpdateResourcePolicyResponse) => any;
|
|
3635
|
-
}
|
|
3636
|
-
export interface UpdateSlotRequest {
|
|
3637
|
-
|
|
3638
|
-
slotId: string | undefined;
|
|
3639
|
-
|
|
3640
|
-
slotName: string | undefined;
|
|
3641
|
-
|
|
3642
|
-
description?: string;
|
|
3643
|
-
|
|
3644
|
-
slotTypeId: string | undefined;
|
|
3645
|
-
|
|
3646
|
-
valueElicitationSetting: SlotValueElicitationSetting | undefined;
|
|
3647
|
-
|
|
3648
|
-
obfuscationSetting?: ObfuscationSetting;
|
|
3649
|
-
|
|
3650
|
-
botId: string | undefined;
|
|
3651
|
-
|
|
3652
|
-
botVersion: string | undefined;
|
|
3653
|
-
|
|
3654
|
-
localeId: string | undefined;
|
|
3655
|
-
|
|
3656
|
-
intentId: string | undefined;
|
|
3657
|
-
|
|
3658
|
-
multipleValuesSetting?: MultipleValuesSetting;
|
|
3659
|
-
}
|
|
3660
|
-
export declare namespace UpdateSlotRequest {
|
|
3661
|
-
|
|
3662
|
-
const filterSensitiveLog: (obj: UpdateSlotRequest) => any;
|
|
3663
|
-
}
|
|
3664
|
-
export interface UpdateSlotResponse {
|
|
3665
|
-
|
|
3666
|
-
slotId?: string;
|
|
3667
|
-
|
|
3668
|
-
slotName?: string;
|
|
3669
|
-
|
|
3670
|
-
description?: string;
|
|
3671
|
-
|
|
3672
|
-
slotTypeId?: string;
|
|
3673
|
-
|
|
3674
|
-
valueElicitationSetting?: SlotValueElicitationSetting;
|
|
3675
|
-
|
|
3676
|
-
obfuscationSetting?: ObfuscationSetting;
|
|
3677
|
-
|
|
3678
|
-
botId?: string;
|
|
3679
|
-
|
|
3680
|
-
botVersion?: string;
|
|
3681
|
-
|
|
3682
|
-
localeId?: string;
|
|
3683
|
-
|
|
3684
|
-
intentId?: string;
|
|
3685
|
-
|
|
3686
|
-
creationDateTime?: Date;
|
|
3687
|
-
|
|
3688
|
-
lastUpdatedDateTime?: Date;
|
|
3689
|
-
|
|
3690
|
-
multipleValuesSetting?: MultipleValuesSetting;
|
|
3691
|
-
}
|
|
3692
|
-
export declare namespace UpdateSlotResponse {
|
|
3693
|
-
|
|
3694
|
-
const filterSensitiveLog: (obj: UpdateSlotResponse) => any;
|
|
3695
|
-
}
|
|
3696
|
-
export interface UpdateSlotTypeRequest {
|
|
3697
|
-
|
|
3698
|
-
slotTypeId: string | undefined;
|
|
3699
|
-
|
|
3700
|
-
slotTypeName: string | undefined;
|
|
3701
|
-
|
|
3702
|
-
description?: string;
|
|
3703
|
-
|
|
3704
|
-
slotTypeValues?: SlotTypeValue[];
|
|
3705
|
-
|
|
3706
|
-
valueSelectionSetting?: SlotValueSelectionSetting;
|
|
3707
|
-
|
|
3708
|
-
parentSlotTypeSignature?: string;
|
|
3709
|
-
|
|
3710
|
-
botId: string | undefined;
|
|
3711
|
-
|
|
3712
|
-
botVersion: string | undefined;
|
|
3713
|
-
|
|
3714
|
-
localeId: string | undefined;
|
|
3715
|
-
|
|
3716
|
-
externalSourceSetting?: ExternalSourceSetting;
|
|
3717
|
-
}
|
|
3718
|
-
export declare namespace UpdateSlotTypeRequest {
|
|
3719
|
-
|
|
3720
|
-
const filterSensitiveLog: (obj: UpdateSlotTypeRequest) => any;
|
|
3721
|
-
}
|
|
3722
|
-
export interface UpdateSlotTypeResponse {
|
|
3723
|
-
|
|
3724
|
-
slotTypeId?: string;
|
|
3725
|
-
|
|
3726
|
-
slotTypeName?: string;
|
|
3727
|
-
|
|
3728
|
-
description?: string;
|
|
3729
|
-
|
|
3730
|
-
slotTypeValues?: SlotTypeValue[];
|
|
3731
|
-
|
|
3732
|
-
valueSelectionSetting?: SlotValueSelectionSetting;
|
|
3733
|
-
|
|
3734
|
-
parentSlotTypeSignature?: string;
|
|
3735
|
-
|
|
3736
|
-
botId?: string;
|
|
3737
|
-
|
|
3738
|
-
botVersion?: string;
|
|
3739
|
-
|
|
3740
|
-
localeId?: string;
|
|
3741
|
-
|
|
3742
|
-
creationDateTime?: Date;
|
|
3743
|
-
|
|
3744
|
-
lastUpdatedDateTime?: Date;
|
|
3745
|
-
|
|
3746
|
-
externalSourceSetting?: ExternalSourceSetting;
|
|
3747
|
-
}
|
|
3748
|
-
export declare namespace UpdateSlotTypeResponse {
|
|
3749
|
-
|
|
3750
|
-
const filterSensitiveLog: (obj: UpdateSlotTypeResponse) => any;
|
|
3751
|
-
}
|