aws-sdk-lexmodelsv2 1.15.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +560 -18
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +341 -2
- data/lib/aws-sdk-lexmodelsv2/types.rb +1338 -18
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +4 -4
@@ -22,6 +22,11 @@ module Aws::LexModelsV2
|
|
22
22
|
AggregatedUtterancesSummary = Shapes::StructureShape.new(name: 'AggregatedUtterancesSummary')
|
23
23
|
AggregatedUtterancesSummaryList = Shapes::ListShape.new(name: 'AggregatedUtterancesSummaryList')
|
24
24
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
25
|
+
AssociatedTranscript = Shapes::StructureShape.new(name: 'AssociatedTranscript')
|
26
|
+
AssociatedTranscriptFilter = Shapes::StructureShape.new(name: 'AssociatedTranscriptFilter')
|
27
|
+
AssociatedTranscriptFilterName = Shapes::StringShape.new(name: 'AssociatedTranscriptFilterName')
|
28
|
+
AssociatedTranscriptFilters = Shapes::ListShape.new(name: 'AssociatedTranscriptFilters')
|
29
|
+
AssociatedTranscriptList = Shapes::ListShape.new(name: 'AssociatedTranscriptList')
|
25
30
|
AttachmentTitle = Shapes::StringShape.new(name: 'AttachmentTitle')
|
26
31
|
AttachmentUrl = Shapes::StringShape.new(name: 'AttachmentUrl')
|
27
32
|
AudioLogDestination = Shapes::StructureShape.new(name: 'AudioLogDestination')
|
@@ -56,6 +61,11 @@ module Aws::LexModelsV2
|
|
56
61
|
BotLocaleStatus = Shapes::StringShape.new(name: 'BotLocaleStatus')
|
57
62
|
BotLocaleSummary = Shapes::StructureShape.new(name: 'BotLocaleSummary')
|
58
63
|
BotLocaleSummaryList = Shapes::ListShape.new(name: 'BotLocaleSummaryList')
|
64
|
+
BotRecommendationResultStatistics = Shapes::StructureShape.new(name: 'BotRecommendationResultStatistics')
|
65
|
+
BotRecommendationResults = Shapes::StructureShape.new(name: 'BotRecommendationResults')
|
66
|
+
BotRecommendationStatus = Shapes::StringShape.new(name: 'BotRecommendationStatus')
|
67
|
+
BotRecommendationSummary = Shapes::StructureShape.new(name: 'BotRecommendationSummary')
|
68
|
+
BotRecommendationSummaryList = Shapes::ListShape.new(name: 'BotRecommendationSummaryList')
|
59
69
|
BotSortAttribute = Shapes::StringShape.new(name: 'BotSortAttribute')
|
60
70
|
BotSortBy = Shapes::StructureShape.new(name: 'BotSortBy')
|
61
71
|
BotStatus = Shapes::StringShape.new(name: 'BotStatus')
|
@@ -100,6 +110,7 @@ module Aws::LexModelsV2
|
|
100
110
|
ContextTimeToLiveInSeconds = Shapes::IntegerShape.new(name: 'ContextTimeToLiveInSeconds')
|
101
111
|
ContextTurnsToLive = Shapes::IntegerShape.new(name: 'ContextTurnsToLive')
|
102
112
|
ConversationLogSettings = Shapes::StructureShape.new(name: 'ConversationLogSettings')
|
113
|
+
Count = Shapes::IntegerShape.new(name: 'Count')
|
103
114
|
CreateBotAliasRequest = Shapes::StructureShape.new(name: 'CreateBotAliasRequest')
|
104
115
|
CreateBotAliasResponse = Shapes::StructureShape.new(name: 'CreateBotAliasResponse')
|
105
116
|
CreateBotLocaleRequest = Shapes::StructureShape.new(name: 'CreateBotLocaleRequest')
|
@@ -125,6 +136,7 @@ module Aws::LexModelsV2
|
|
125
136
|
CustomPayload = Shapes::StructureShape.new(name: 'CustomPayload')
|
126
137
|
CustomPayloadValue = Shapes::StringShape.new(name: 'CustomPayloadValue')
|
127
138
|
DataPrivacy = Shapes::StructureShape.new(name: 'DataPrivacy')
|
139
|
+
DateRangeFilter = Shapes::StructureShape.new(name: 'DateRangeFilter')
|
128
140
|
DeleteBotAliasRequest = Shapes::StructureShape.new(name: 'DeleteBotAliasRequest')
|
129
141
|
DeleteBotAliasResponse = Shapes::StructureShape.new(name: 'DeleteBotAliasResponse')
|
130
142
|
DeleteBotLocaleRequest = Shapes::StructureShape.new(name: 'DeleteBotLocaleRequest')
|
@@ -150,6 +162,8 @@ module Aws::LexModelsV2
|
|
150
162
|
DescribeBotAliasResponse = Shapes::StructureShape.new(name: 'DescribeBotAliasResponse')
|
151
163
|
DescribeBotLocaleRequest = Shapes::StructureShape.new(name: 'DescribeBotLocaleRequest')
|
152
164
|
DescribeBotLocaleResponse = Shapes::StructureShape.new(name: 'DescribeBotLocaleResponse')
|
165
|
+
DescribeBotRecommendationRequest = Shapes::StructureShape.new(name: 'DescribeBotRecommendationRequest')
|
166
|
+
DescribeBotRecommendationResponse = Shapes::StructureShape.new(name: 'DescribeBotRecommendationResponse')
|
153
167
|
DescribeBotRequest = Shapes::StructureShape.new(name: 'DescribeBotRequest')
|
154
168
|
DescribeBotResponse = Shapes::StructureShape.new(name: 'DescribeBotResponse')
|
155
169
|
DescribeBotVersionRequest = Shapes::StructureShape.new(name: 'DescribeBotVersionRequest')
|
@@ -170,6 +184,7 @@ module Aws::LexModelsV2
|
|
170
184
|
DialogCodeHookSettings = Shapes::StructureShape.new(name: 'DialogCodeHookSettings')
|
171
185
|
DraftBotVersion = Shapes::StringShape.new(name: 'DraftBotVersion')
|
172
186
|
Effect = Shapes::StringShape.new(name: 'Effect')
|
187
|
+
EncryptionSetting = Shapes::StructureShape.new(name: 'EncryptionSetting')
|
173
188
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
174
189
|
ExportFilter = Shapes::StructureShape.new(name: 'ExportFilter')
|
175
190
|
ExportFilterName = Shapes::StringShape.new(name: 'ExportFilterName')
|
@@ -181,8 +196,10 @@ module Aws::LexModelsV2
|
|
181
196
|
ExportStatus = Shapes::StringShape.new(name: 'ExportStatus')
|
182
197
|
ExportSummary = Shapes::StructureShape.new(name: 'ExportSummary')
|
183
198
|
ExportSummaryList = Shapes::ListShape.new(name: 'ExportSummaryList')
|
199
|
+
ExternalSourceSetting = Shapes::StructureShape.new(name: 'ExternalSourceSetting')
|
184
200
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
185
201
|
FailureReasons = Shapes::ListShape.new(name: 'FailureReasons')
|
202
|
+
FilePassword = Shapes::StringShape.new(name: 'FilePassword')
|
186
203
|
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
187
204
|
FilterValues = Shapes::ListShape.new(name: 'FilterValues')
|
188
205
|
FulfillmentCodeHookSettings = Shapes::StructureShape.new(name: 'FulfillmentCodeHookSettings')
|
@@ -192,6 +209,8 @@ module Aws::LexModelsV2
|
|
192
209
|
FulfillmentUpdateResponseFrequency = Shapes::IntegerShape.new(name: 'FulfillmentUpdateResponseFrequency')
|
193
210
|
FulfillmentUpdateResponseSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdateResponseSpecification')
|
194
211
|
FulfillmentUpdatesSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdatesSpecification')
|
212
|
+
GrammarSlotTypeSetting = Shapes::StructureShape.new(name: 'GrammarSlotTypeSetting')
|
213
|
+
GrammarSlotTypeSource = Shapes::StructureShape.new(name: 'GrammarSlotTypeSource')
|
195
214
|
HitCount = Shapes::IntegerShape.new(name: 'HitCount')
|
196
215
|
Id = Shapes::StringShape.new(name: 'Id')
|
197
216
|
ImageResponseCard = Shapes::StructureShape.new(name: 'ImageResponseCard')
|
@@ -219,6 +238,7 @@ module Aws::LexModelsV2
|
|
219
238
|
IntentSignature = Shapes::StringShape.new(name: 'IntentSignature')
|
220
239
|
IntentSortAttribute = Shapes::StringShape.new(name: 'IntentSortAttribute')
|
221
240
|
IntentSortBy = Shapes::StructureShape.new(name: 'IntentSortBy')
|
241
|
+
IntentStatistics = Shapes::StructureShape.new(name: 'IntentStatistics')
|
222
242
|
IntentSummary = Shapes::StructureShape.new(name: 'IntentSummary')
|
223
243
|
IntentSummaryList = Shapes::ListShape.new(name: 'IntentSummaryList')
|
224
244
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
@@ -227,12 +247,15 @@ module Aws::LexModelsV2
|
|
227
247
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
228
248
|
LambdaARN = Shapes::StringShape.new(name: 'LambdaARN')
|
229
249
|
LambdaCodeHook = Shapes::StructureShape.new(name: 'LambdaCodeHook')
|
250
|
+
LexTranscriptFilter = Shapes::StructureShape.new(name: 'LexTranscriptFilter')
|
230
251
|
ListAggregatedUtterancesRequest = Shapes::StructureShape.new(name: 'ListAggregatedUtterancesRequest')
|
231
252
|
ListAggregatedUtterancesResponse = Shapes::StructureShape.new(name: 'ListAggregatedUtterancesResponse')
|
232
253
|
ListBotAliasesRequest = Shapes::StructureShape.new(name: 'ListBotAliasesRequest')
|
233
254
|
ListBotAliasesResponse = Shapes::StructureShape.new(name: 'ListBotAliasesResponse')
|
234
255
|
ListBotLocalesRequest = Shapes::StructureShape.new(name: 'ListBotLocalesRequest')
|
235
256
|
ListBotLocalesResponse = Shapes::StructureShape.new(name: 'ListBotLocalesResponse')
|
257
|
+
ListBotRecommendationsRequest = Shapes::StructureShape.new(name: 'ListBotRecommendationsRequest')
|
258
|
+
ListBotRecommendationsResponse = Shapes::StructureShape.new(name: 'ListBotRecommendationsResponse')
|
236
259
|
ListBotVersionsRequest = Shapes::StructureShape.new(name: 'ListBotVersionsRequest')
|
237
260
|
ListBotVersionsResponse = Shapes::StructureShape.new(name: 'ListBotVersionsResponse')
|
238
261
|
ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
|
@@ -247,6 +270,8 @@ module Aws::LexModelsV2
|
|
247
270
|
ListImportsResponse = Shapes::StructureShape.new(name: 'ListImportsResponse')
|
248
271
|
ListIntentsRequest = Shapes::StructureShape.new(name: 'ListIntentsRequest')
|
249
272
|
ListIntentsResponse = Shapes::StructureShape.new(name: 'ListIntentsResponse')
|
273
|
+
ListRecommendedIntentsRequest = Shapes::StructureShape.new(name: 'ListRecommendedIntentsRequest')
|
274
|
+
ListRecommendedIntentsResponse = Shapes::StructureShape.new(name: 'ListRecommendedIntentsResponse')
|
250
275
|
ListSlotTypesRequest = Shapes::StructureShape.new(name: 'ListSlotTypesRequest')
|
251
276
|
ListSlotTypesResponse = Shapes::StructureShape.new(name: 'ListSlotTypesResponse')
|
252
277
|
ListSlotsRequest = Shapes::StructureShape.new(name: 'ListSlotsRequest')
|
@@ -265,14 +290,18 @@ module Aws::LexModelsV2
|
|
265
290
|
MissedCount = Shapes::IntegerShape.new(name: 'MissedCount')
|
266
291
|
MultipleValuesSetting = Shapes::StructureShape.new(name: 'MultipleValuesSetting')
|
267
292
|
Name = Shapes::StringShape.new(name: 'Name')
|
293
|
+
NextIndex = Shapes::IntegerShape.new(name: 'NextIndex')
|
268
294
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
269
295
|
NumericalBotVersion = Shapes::StringShape.new(name: 'NumericalBotVersion')
|
270
296
|
ObfuscationSetting = Shapes::StructureShape.new(name: 'ObfuscationSetting')
|
271
297
|
ObfuscationSettingType = Shapes::StringShape.new(name: 'ObfuscationSettingType')
|
298
|
+
ObjectPrefix = Shapes::StringShape.new(name: 'ObjectPrefix')
|
299
|
+
ObjectPrefixes = Shapes::ListShape.new(name: 'ObjectPrefixes')
|
272
300
|
Operation = Shapes::StringShape.new(name: 'Operation')
|
273
301
|
OperationList = Shapes::ListShape.new(name: 'OperationList')
|
274
302
|
OutputContext = Shapes::StructureShape.new(name: 'OutputContext')
|
275
303
|
OutputContextsList = Shapes::ListShape.new(name: 'OutputContextsList')
|
304
|
+
PathFormat = Shapes::StructureShape.new(name: 'PathFormat')
|
276
305
|
PlainTextMessage = Shapes::StructureShape.new(name: 'PlainTextMessage')
|
277
306
|
PlainTextMessageValue = Shapes::StringShape.new(name: 'PlainTextMessageValue')
|
278
307
|
Policy = Shapes::StringShape.new(name: 'Policy')
|
@@ -286,6 +315,10 @@ module Aws::LexModelsV2
|
|
286
315
|
PromptMaxRetries = Shapes::IntegerShape.new(name: 'PromptMaxRetries')
|
287
316
|
PromptSpecification = Shapes::StructureShape.new(name: 'PromptSpecification')
|
288
317
|
QueryFilterString = Shapes::StringShape.new(name: 'QueryFilterString')
|
318
|
+
RecommendedAction = Shapes::StringShape.new(name: 'RecommendedAction')
|
319
|
+
RecommendedActions = Shapes::ListShape.new(name: 'RecommendedActions')
|
320
|
+
RecommendedIntentSummary = Shapes::StructureShape.new(name: 'RecommendedIntentSummary')
|
321
|
+
RecommendedIntentSummaryList = Shapes::ListShape.new(name: 'RecommendedIntentSummaryList')
|
289
322
|
RegexPattern = Shapes::StringShape.new(name: 'RegexPattern')
|
290
323
|
RelativeAggregationDuration = Shapes::StructureShape.new(name: 'RelativeAggregationDuration')
|
291
324
|
ResourceCount = Shapes::IntegerShape.new(name: 'ResourceCount')
|
@@ -296,11 +329,18 @@ module Aws::LexModelsV2
|
|
296
329
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
297
330
|
S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
|
298
331
|
S3BucketLogDestination = Shapes::StructureShape.new(name: 'S3BucketLogDestination')
|
332
|
+
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
333
|
+
S3BucketTranscriptSource = Shapes::StructureShape.new(name: 'S3BucketTranscriptSource')
|
334
|
+
S3ObjectPath = Shapes::StringShape.new(name: 'S3ObjectPath')
|
299
335
|
SSMLMessage = Shapes::StructureShape.new(name: 'SSMLMessage')
|
300
336
|
SSMLMessageValue = Shapes::StringShape.new(name: 'SSMLMessageValue')
|
301
337
|
SampleUtterance = Shapes::StructureShape.new(name: 'SampleUtterance')
|
338
|
+
SampleUtterancesCount = Shapes::IntegerShape.new(name: 'SampleUtterancesCount')
|
302
339
|
SampleUtterancesList = Shapes::ListShape.new(name: 'SampleUtterancesList')
|
303
340
|
SampleValue = Shapes::StructureShape.new(name: 'SampleValue')
|
341
|
+
SearchAssociatedTranscriptsRequest = Shapes::StructureShape.new(name: 'SearchAssociatedTranscriptsRequest')
|
342
|
+
SearchAssociatedTranscriptsResponse = Shapes::StructureShape.new(name: 'SearchAssociatedTranscriptsResponse')
|
343
|
+
SearchOrder = Shapes::StringShape.new(name: 'SearchOrder')
|
304
344
|
SentimentAnalysisSettings = Shapes::StructureShape.new(name: 'SentimentAnalysisSettings')
|
305
345
|
ServicePrincipal = Shapes::StringShape.new(name: 'ServicePrincipal')
|
306
346
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
@@ -322,6 +362,7 @@ module Aws::LexModelsV2
|
|
322
362
|
SlotSortBy = Shapes::StructureShape.new(name: 'SlotSortBy')
|
323
363
|
SlotSummary = Shapes::StructureShape.new(name: 'SlotSummary')
|
324
364
|
SlotSummaryList = Shapes::ListShape.new(name: 'SlotSummaryList')
|
365
|
+
SlotTypeCategory = Shapes::StringShape.new(name: 'SlotTypeCategory')
|
325
366
|
SlotTypeFilter = Shapes::StructureShape.new(name: 'SlotTypeFilter')
|
326
367
|
SlotTypeFilterName = Shapes::StringShape.new(name: 'SlotTypeFilterName')
|
327
368
|
SlotTypeFilterOperator = Shapes::StringShape.new(name: 'SlotTypeFilterOperator')
|
@@ -329,6 +370,7 @@ module Aws::LexModelsV2
|
|
329
370
|
SlotTypeSignature = Shapes::StringShape.new(name: 'SlotTypeSignature')
|
330
371
|
SlotTypeSortAttribute = Shapes::StringShape.new(name: 'SlotTypeSortAttribute')
|
331
372
|
SlotTypeSortBy = Shapes::StructureShape.new(name: 'SlotTypeSortBy')
|
373
|
+
SlotTypeStatistics = Shapes::StructureShape.new(name: 'SlotTypeStatistics')
|
332
374
|
SlotTypeSummary = Shapes::StructureShape.new(name: 'SlotTypeSummary')
|
333
375
|
SlotTypeSummaryList = Shapes::ListShape.new(name: 'SlotTypeSummaryList')
|
334
376
|
SlotTypeValue = Shapes::StructureShape.new(name: 'SlotTypeValue')
|
@@ -338,6 +380,8 @@ module Aws::LexModelsV2
|
|
338
380
|
SlotValueResolutionStrategy = Shapes::StringShape.new(name: 'SlotValueResolutionStrategy')
|
339
381
|
SlotValueSelectionSetting = Shapes::StructureShape.new(name: 'SlotValueSelectionSetting')
|
340
382
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
383
|
+
StartBotRecommendationRequest = Shapes::StructureShape.new(name: 'StartBotRecommendationRequest')
|
384
|
+
StartBotRecommendationResponse = Shapes::StructureShape.new(name: 'StartBotRecommendationResponse')
|
341
385
|
StartImportRequest = Shapes::StructureShape.new(name: 'StartImportRequest')
|
342
386
|
StartImportResponse = Shapes::StructureShape.new(name: 'StartImportResponse')
|
343
387
|
StillWaitingResponseFrequency = Shapes::IntegerShape.new(name: 'StillWaitingResponseFrequency')
|
@@ -357,12 +401,18 @@ module Aws::LexModelsV2
|
|
357
401
|
TimeDimension = Shapes::StringShape.new(name: 'TimeDimension')
|
358
402
|
TimeValue = Shapes::IntegerShape.new(name: 'TimeValue')
|
359
403
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
404
|
+
Transcript = Shapes::StringShape.new(name: 'Transcript')
|
405
|
+
TranscriptFilter = Shapes::StructureShape.new(name: 'TranscriptFilter')
|
406
|
+
TranscriptFormat = Shapes::StringShape.new(name: 'TranscriptFormat')
|
407
|
+
TranscriptSourceSetting = Shapes::StructureShape.new(name: 'TranscriptSourceSetting')
|
360
408
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
361
409
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
362
410
|
UpdateBotAliasRequest = Shapes::StructureShape.new(name: 'UpdateBotAliasRequest')
|
363
411
|
UpdateBotAliasResponse = Shapes::StructureShape.new(name: 'UpdateBotAliasResponse')
|
364
412
|
UpdateBotLocaleRequest = Shapes::StructureShape.new(name: 'UpdateBotLocaleRequest')
|
365
413
|
UpdateBotLocaleResponse = Shapes::StructureShape.new(name: 'UpdateBotLocaleResponse')
|
414
|
+
UpdateBotRecommendationRequest = Shapes::StructureShape.new(name: 'UpdateBotRecommendationRequest')
|
415
|
+
UpdateBotRecommendationResponse = Shapes::StructureShape.new(name: 'UpdateBotRecommendationResponse')
|
366
416
|
UpdateBotRequest = Shapes::StructureShape.new(name: 'UpdateBotRequest')
|
367
417
|
UpdateBotResponse = Shapes::StructureShape.new(name: 'UpdateBotResponse')
|
368
418
|
UpdateExportRequest = Shapes::StructureShape.new(name: 'UpdateExportRequest')
|
@@ -405,6 +455,17 @@ module Aws::LexModelsV2
|
|
405
455
|
|
406
456
|
AggregatedUtterancesSummaryList.member = Shapes::ShapeRef.new(shape: AggregatedUtterancesSummary)
|
407
457
|
|
458
|
+
AssociatedTranscript.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "transcript"))
|
459
|
+
AssociatedTranscript.struct_class = Types::AssociatedTranscript
|
460
|
+
|
461
|
+
AssociatedTranscriptFilter.add_member(:name, Shapes::ShapeRef.new(shape: AssociatedTranscriptFilterName, required: true, location_name: "name"))
|
462
|
+
AssociatedTranscriptFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
|
463
|
+
AssociatedTranscriptFilter.struct_class = Types::AssociatedTranscriptFilter
|
464
|
+
|
465
|
+
AssociatedTranscriptFilters.member = Shapes::ShapeRef.new(shape: AssociatedTranscriptFilter)
|
466
|
+
|
467
|
+
AssociatedTranscriptList.member = Shapes::ShapeRef.new(shape: AssociatedTranscript)
|
468
|
+
|
408
469
|
AudioLogDestination.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketLogDestination, required: true, location_name: "s3Bucket"))
|
409
470
|
AudioLogDestination.struct_class = Types::AudioLogDestination
|
410
471
|
|
@@ -497,6 +558,23 @@ module Aws::LexModelsV2
|
|
497
558
|
|
498
559
|
BotLocaleSummaryList.member = Shapes::ShapeRef.new(shape: BotLocaleSummary)
|
499
560
|
|
561
|
+
BotRecommendationResultStatistics.add_member(:intents, Shapes::ShapeRef.new(shape: IntentStatistics, location_name: "intents"))
|
562
|
+
BotRecommendationResultStatistics.add_member(:slot_types, Shapes::ShapeRef.new(shape: SlotTypeStatistics, location_name: "slotTypes"))
|
563
|
+
BotRecommendationResultStatistics.struct_class = Types::BotRecommendationResultStatistics
|
564
|
+
|
565
|
+
BotRecommendationResults.add_member(:bot_locale_export_url, Shapes::ShapeRef.new(shape: PresignedS3Url, location_name: "botLocaleExportUrl"))
|
566
|
+
BotRecommendationResults.add_member(:associated_transcripts_url, Shapes::ShapeRef.new(shape: PresignedS3Url, location_name: "associatedTranscriptsUrl"))
|
567
|
+
BotRecommendationResults.add_member(:statistics, Shapes::ShapeRef.new(shape: BotRecommendationResultStatistics, location_name: "statistics"))
|
568
|
+
BotRecommendationResults.struct_class = Types::BotRecommendationResults
|
569
|
+
|
570
|
+
BotRecommendationSummary.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, required: true, location_name: "botRecommendationStatus"))
|
571
|
+
BotRecommendationSummary.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botRecommendationId"))
|
572
|
+
BotRecommendationSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
573
|
+
BotRecommendationSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
574
|
+
BotRecommendationSummary.struct_class = Types::BotRecommendationSummary
|
575
|
+
|
576
|
+
BotRecommendationSummaryList.member = Shapes::ShapeRef.new(shape: BotRecommendationSummary)
|
577
|
+
|
500
578
|
BotSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: BotSortAttribute, required: true, location_name: "attribute"))
|
501
579
|
BotSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
|
502
580
|
BotSortBy.struct_class = Types::BotSortBy
|
@@ -760,11 +838,12 @@ module Aws::LexModelsV2
|
|
760
838
|
CreateSlotTypeRequest.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotTypeName"))
|
761
839
|
CreateSlotTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
762
840
|
CreateSlotTypeRequest.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
|
763
|
-
CreateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting,
|
841
|
+
CreateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, location_name: "valueSelectionSetting"))
|
764
842
|
CreateSlotTypeRequest.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
|
765
843
|
CreateSlotTypeRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
766
844
|
CreateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
|
767
845
|
CreateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
846
|
+
CreateSlotTypeRequest.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
|
768
847
|
CreateSlotTypeRequest.struct_class = Types::CreateSlotTypeRequest
|
769
848
|
|
770
849
|
CreateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
|
@@ -777,6 +856,7 @@ module Aws::LexModelsV2
|
|
777
856
|
CreateSlotTypeResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
|
778
857
|
CreateSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
779
858
|
CreateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
859
|
+
CreateSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
|
780
860
|
CreateSlotTypeResponse.struct_class = Types::CreateSlotTypeResponse
|
781
861
|
|
782
862
|
CreateUploadUrlRequest.struct_class = Types::CreateUploadUrlRequest
|
@@ -791,6 +871,10 @@ module Aws::LexModelsV2
|
|
791
871
|
DataPrivacy.add_member(:child_directed, Shapes::ShapeRef.new(shape: ChildDirected, required: true, location_name: "childDirected"))
|
792
872
|
DataPrivacy.struct_class = Types::DataPrivacy
|
793
873
|
|
874
|
+
DateRangeFilter.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startDateTime"))
|
875
|
+
DateRangeFilter.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endDateTime"))
|
876
|
+
DateRangeFilter.struct_class = Types::DateRangeFilter
|
877
|
+
|
794
878
|
DeleteBotAliasRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location: "uri", location_name: "botAliasId"))
|
795
879
|
DeleteBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
796
880
|
DeleteBotAliasRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
|
@@ -926,8 +1010,28 @@ module Aws::LexModelsV2
|
|
926
1010
|
DescribeBotLocaleResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
927
1011
|
DescribeBotLocaleResponse.add_member(:last_build_submitted_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastBuildSubmittedDateTime"))
|
928
1012
|
DescribeBotLocaleResponse.add_member(:bot_locale_history_events, Shapes::ShapeRef.new(shape: BotLocaleHistoryEventsList, location_name: "botLocaleHistoryEvents"))
|
1013
|
+
DescribeBotLocaleResponse.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActions, location_name: "recommendedActions"))
|
929
1014
|
DescribeBotLocaleResponse.struct_class = Types::DescribeBotLocaleResponse
|
930
1015
|
|
1016
|
+
DescribeBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1017
|
+
DescribeBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
|
1018
|
+
DescribeBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
1019
|
+
DescribeBotRecommendationRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
|
1020
|
+
DescribeBotRecommendationRequest.struct_class = Types::DescribeBotRecommendationRequest
|
1021
|
+
|
1022
|
+
DescribeBotRecommendationResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
|
1023
|
+
DescribeBotRecommendationResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
|
1024
|
+
DescribeBotRecommendationResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
1025
|
+
DescribeBotRecommendationResponse.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, location_name: "botRecommendationStatus"))
|
1026
|
+
DescribeBotRecommendationResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
|
1027
|
+
DescribeBotRecommendationResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
1028
|
+
DescribeBotRecommendationResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1029
|
+
DescribeBotRecommendationResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1030
|
+
DescribeBotRecommendationResponse.add_member(:transcript_source_setting, Shapes::ShapeRef.new(shape: TranscriptSourceSetting, location_name: "transcriptSourceSetting"))
|
1031
|
+
DescribeBotRecommendationResponse.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, location_name: "encryptionSetting"))
|
1032
|
+
DescribeBotRecommendationResponse.add_member(:bot_recommendation_results, Shapes::ShapeRef.new(shape: BotRecommendationResults, location_name: "botRecommendationResults"))
|
1033
|
+
DescribeBotRecommendationResponse.struct_class = Types::DescribeBotRecommendationResponse
|
1034
|
+
|
931
1035
|
DescribeBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
932
1036
|
DescribeBotRequest.struct_class = Types::DescribeBotRequest
|
933
1037
|
|
@@ -1058,11 +1162,17 @@ module Aws::LexModelsV2
|
|
1058
1162
|
DescribeSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
1059
1163
|
DescribeSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1060
1164
|
DescribeSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1165
|
+
DescribeSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
|
1061
1166
|
DescribeSlotTypeResponse.struct_class = Types::DescribeSlotTypeResponse
|
1062
1167
|
|
1063
1168
|
DialogCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
|
1064
1169
|
DialogCodeHookSettings.struct_class = Types::DialogCodeHookSettings
|
1065
1170
|
|
1171
|
+
EncryptionSetting.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
1172
|
+
EncryptionSetting.add_member(:bot_locale_export_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "botLocaleExportPassword"))
|
1173
|
+
EncryptionSetting.add_member(:associated_transcripts_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "associatedTranscriptsPassword"))
|
1174
|
+
EncryptionSetting.struct_class = Types::EncryptionSetting
|
1175
|
+
|
1066
1176
|
ExportFilter.add_member(:name, Shapes::ShapeRef.new(shape: ExportFilterName, required: true, location_name: "name"))
|
1067
1177
|
ExportFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
|
1068
1178
|
ExportFilter.add_member(:operator, Shapes::ShapeRef.new(shape: ExportFilterOperator, required: true, location_name: "operator"))
|
@@ -1088,6 +1198,9 @@ module Aws::LexModelsV2
|
|
1088
1198
|
|
1089
1199
|
ExportSummaryList.member = Shapes::ShapeRef.new(shape: ExportSummary)
|
1090
1200
|
|
1201
|
+
ExternalSourceSetting.add_member(:grammar_slot_type_setting, Shapes::ShapeRef.new(shape: GrammarSlotTypeSetting, location_name: "grammarSlotTypeSetting"))
|
1202
|
+
ExternalSourceSetting.struct_class = Types::ExternalSourceSetting
|
1203
|
+
|
1091
1204
|
FailureReasons.member = Shapes::ShapeRef.new(shape: FailureReason)
|
1092
1205
|
|
1093
1206
|
FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
|
@@ -1113,6 +1226,14 @@ module Aws::LexModelsV2
|
|
1113
1226
|
FulfillmentUpdatesSpecification.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentTimeout, location_name: "timeoutInSeconds"))
|
1114
1227
|
FulfillmentUpdatesSpecification.struct_class = Types::FulfillmentUpdatesSpecification
|
1115
1228
|
|
1229
|
+
GrammarSlotTypeSetting.add_member(:source, Shapes::ShapeRef.new(shape: GrammarSlotTypeSource, location_name: "source"))
|
1230
|
+
GrammarSlotTypeSetting.struct_class = Types::GrammarSlotTypeSetting
|
1231
|
+
|
1232
|
+
GrammarSlotTypeSource.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3BucketName"))
|
1233
|
+
GrammarSlotTypeSource.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: S3ObjectPath, required: true, location_name: "s3ObjectKey"))
|
1234
|
+
GrammarSlotTypeSource.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
1235
|
+
GrammarSlotTypeSource.struct_class = Types::GrammarSlotTypeSource
|
1236
|
+
|
1116
1237
|
ImageResponseCard.add_member(:title, Shapes::ShapeRef.new(shape: AttachmentTitle, required: true, location_name: "title"))
|
1117
1238
|
ImageResponseCard.add_member(:subtitle, Shapes::ShapeRef.new(shape: AttachmentTitle, location_name: "subtitle"))
|
1118
1239
|
ImageResponseCard.add_member(:image_url, Shapes::ShapeRef.new(shape: AttachmentUrl, location_name: "imageUrl"))
|
@@ -1170,6 +1291,9 @@ module Aws::LexModelsV2
|
|
1170
1291
|
IntentSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
|
1171
1292
|
IntentSortBy.struct_class = Types::IntentSortBy
|
1172
1293
|
|
1294
|
+
IntentStatistics.add_member(:discovered_intent_count, Shapes::ShapeRef.new(shape: Count, location_name: "discoveredIntentCount"))
|
1295
|
+
IntentStatistics.struct_class = Types::IntentStatistics
|
1296
|
+
|
1173
1297
|
IntentSummary.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
|
1174
1298
|
IntentSummary.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
|
1175
1299
|
IntentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -1193,6 +1317,9 @@ module Aws::LexModelsV2
|
|
1193
1317
|
LambdaCodeHook.add_member(:code_hook_interface_version, Shapes::ShapeRef.new(shape: CodeHookInterfaceVersion, required: true, location_name: "codeHookInterfaceVersion"))
|
1194
1318
|
LambdaCodeHook.struct_class = Types::LambdaCodeHook
|
1195
1319
|
|
1320
|
+
LexTranscriptFilter.add_member(:date_range_filter, Shapes::ShapeRef.new(shape: DateRangeFilter, location_name: "dateRangeFilter"))
|
1321
|
+
LexTranscriptFilter.struct_class = Types::LexTranscriptFilter
|
1322
|
+
|
1196
1323
|
ListAggregatedUtterancesRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1197
1324
|
ListAggregatedUtterancesRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, location_name: "botAliasId"))
|
1198
1325
|
ListAggregatedUtterancesRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
|
@@ -1240,6 +1367,20 @@ module Aws::LexModelsV2
|
|
1240
1367
|
ListBotLocalesResponse.add_member(:bot_locale_summaries, Shapes::ShapeRef.new(shape: BotLocaleSummaryList, location_name: "botLocaleSummaries"))
|
1241
1368
|
ListBotLocalesResponse.struct_class = Types::ListBotLocalesResponse
|
1242
1369
|
|
1370
|
+
ListBotRecommendationsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1371
|
+
ListBotRecommendationsRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
|
1372
|
+
ListBotRecommendationsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
1373
|
+
ListBotRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
1374
|
+
ListBotRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1375
|
+
ListBotRecommendationsRequest.struct_class = Types::ListBotRecommendationsRequest
|
1376
|
+
|
1377
|
+
ListBotRecommendationsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
|
1378
|
+
ListBotRecommendationsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
|
1379
|
+
ListBotRecommendationsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
1380
|
+
ListBotRecommendationsResponse.add_member(:bot_recommendation_summaries, Shapes::ShapeRef.new(shape: BotRecommendationSummaryList, location_name: "botRecommendationSummaries"))
|
1381
|
+
ListBotRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1382
|
+
ListBotRecommendationsResponse.struct_class = Types::ListBotRecommendationsResponse
|
1383
|
+
|
1243
1384
|
ListBotVersionsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1244
1385
|
ListBotVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: BotVersionSortBy, location_name: "sortBy"))
|
1245
1386
|
ListBotVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
@@ -1327,6 +1468,22 @@ module Aws::LexModelsV2
|
|
1327
1468
|
ListIntentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1328
1469
|
ListIntentsResponse.struct_class = Types::ListIntentsResponse
|
1329
1470
|
|
1471
|
+
ListRecommendedIntentsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1472
|
+
ListRecommendedIntentsRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
|
1473
|
+
ListRecommendedIntentsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
1474
|
+
ListRecommendedIntentsRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
|
1475
|
+
ListRecommendedIntentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1476
|
+
ListRecommendedIntentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
1477
|
+
ListRecommendedIntentsRequest.struct_class = Types::ListRecommendedIntentsRequest
|
1478
|
+
|
1479
|
+
ListRecommendedIntentsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
|
1480
|
+
ListRecommendedIntentsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
|
1481
|
+
ListRecommendedIntentsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
1482
|
+
ListRecommendedIntentsResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
|
1483
|
+
ListRecommendedIntentsResponse.add_member(:summary_list, Shapes::ShapeRef.new(shape: RecommendedIntentSummaryList, location_name: "summaryList"))
|
1484
|
+
ListRecommendedIntentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1485
|
+
ListRecommendedIntentsResponse.struct_class = Types::ListRecommendedIntentsResponse
|
1486
|
+
|
1330
1487
|
ListSlotTypesRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1331
1488
|
ListSlotTypesRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
|
1332
1489
|
ListSlotTypesRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
@@ -1387,6 +1544,8 @@ module Aws::LexModelsV2
|
|
1387
1544
|
ObfuscationSetting.add_member(:obfuscation_setting_type, Shapes::ShapeRef.new(shape: ObfuscationSettingType, required: true, location_name: "obfuscationSettingType"))
|
1388
1545
|
ObfuscationSetting.struct_class = Types::ObfuscationSetting
|
1389
1546
|
|
1547
|
+
ObjectPrefixes.member = Shapes::ShapeRef.new(shape: ObjectPrefix)
|
1548
|
+
|
1390
1549
|
OperationList.member = Shapes::ShapeRef.new(shape: Operation)
|
1391
1550
|
|
1392
1551
|
OutputContext.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
@@ -1396,6 +1555,9 @@ module Aws::LexModelsV2
|
|
1396
1555
|
|
1397
1556
|
OutputContextsList.member = Shapes::ShapeRef.new(shape: OutputContext)
|
1398
1557
|
|
1558
|
+
PathFormat.add_member(:object_prefixes, Shapes::ShapeRef.new(shape: ObjectPrefixes, location_name: "objectPrefixes"))
|
1559
|
+
PathFormat.struct_class = Types::PathFormat
|
1560
|
+
|
1399
1561
|
PlainTextMessage.add_member(:value, Shapes::ShapeRef.new(shape: PlainTextMessageValue, required: true, location_name: "value"))
|
1400
1562
|
PlainTextMessage.struct_class = Types::PlainTextMessage
|
1401
1563
|
|
@@ -1418,6 +1580,15 @@ module Aws::LexModelsV2
|
|
1418
1580
|
PromptSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
|
1419
1581
|
PromptSpecification.struct_class = Types::PromptSpecification
|
1420
1582
|
|
1583
|
+
RecommendedActions.member = Shapes::ShapeRef.new(shape: RecommendedAction)
|
1584
|
+
|
1585
|
+
RecommendedIntentSummary.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
|
1586
|
+
RecommendedIntentSummary.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
|
1587
|
+
RecommendedIntentSummary.add_member(:sample_utterances_count, Shapes::ShapeRef.new(shape: SampleUtterancesCount, location_name: "sampleUtterancesCount"))
|
1588
|
+
RecommendedIntentSummary.struct_class = Types::RecommendedIntentSummary
|
1589
|
+
|
1590
|
+
RecommendedIntentSummaryList.member = Shapes::ShapeRef.new(shape: RecommendedIntentSummary)
|
1591
|
+
|
1421
1592
|
RelativeAggregationDuration.add_member(:time_dimension, Shapes::ShapeRef.new(shape: TimeDimension, required: true, location_name: "timeDimension"))
|
1422
1593
|
RelativeAggregationDuration.add_member(:time_value, Shapes::ShapeRef.new(shape: TimeValue, required: true, location_name: "timeValue"))
|
1423
1594
|
RelativeAggregationDuration.struct_class = Types::RelativeAggregationDuration
|
@@ -1434,6 +1605,13 @@ module Aws::LexModelsV2
|
|
1434
1605
|
S3BucketLogDestination.add_member(:log_prefix, Shapes::ShapeRef.new(shape: LogPrefix, required: true, location_name: "logPrefix"))
|
1435
1606
|
S3BucketLogDestination.struct_class = Types::S3BucketLogDestination
|
1436
1607
|
|
1608
|
+
S3BucketTranscriptSource.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3BucketName"))
|
1609
|
+
S3BucketTranscriptSource.add_member(:path_format, Shapes::ShapeRef.new(shape: PathFormat, location_name: "pathFormat"))
|
1610
|
+
S3BucketTranscriptSource.add_member(:transcript_format, Shapes::ShapeRef.new(shape: TranscriptFormat, required: true, location_name: "transcriptFormat"))
|
1611
|
+
S3BucketTranscriptSource.add_member(:transcript_filter, Shapes::ShapeRef.new(shape: TranscriptFilter, location_name: "transcriptFilter"))
|
1612
|
+
S3BucketTranscriptSource.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
1613
|
+
S3BucketTranscriptSource.struct_class = Types::S3BucketTranscriptSource
|
1614
|
+
|
1437
1615
|
SSMLMessage.add_member(:value, Shapes::ShapeRef.new(shape: SSMLMessageValue, required: true, location_name: "value"))
|
1438
1616
|
SSMLMessage.struct_class = Types::SSMLMessage
|
1439
1617
|
|
@@ -1445,6 +1623,25 @@ module Aws::LexModelsV2
|
|
1445
1623
|
SampleValue.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "value"))
|
1446
1624
|
SampleValue.struct_class = Types::SampleValue
|
1447
1625
|
|
1626
|
+
SearchAssociatedTranscriptsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1627
|
+
SearchAssociatedTranscriptsRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
|
1628
|
+
SearchAssociatedTranscriptsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
1629
|
+
SearchAssociatedTranscriptsRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
|
1630
|
+
SearchAssociatedTranscriptsRequest.add_member(:search_order, Shapes::ShapeRef.new(shape: SearchOrder, location_name: "searchOrder"))
|
1631
|
+
SearchAssociatedTranscriptsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AssociatedTranscriptFilters, required: true, location_name: "filters"))
|
1632
|
+
SearchAssociatedTranscriptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
1633
|
+
SearchAssociatedTranscriptsRequest.add_member(:next_index, Shapes::ShapeRef.new(shape: NextIndex, location_name: "nextIndex"))
|
1634
|
+
SearchAssociatedTranscriptsRequest.struct_class = Types::SearchAssociatedTranscriptsRequest
|
1635
|
+
|
1636
|
+
SearchAssociatedTranscriptsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
|
1637
|
+
SearchAssociatedTranscriptsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
|
1638
|
+
SearchAssociatedTranscriptsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
1639
|
+
SearchAssociatedTranscriptsResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
|
1640
|
+
SearchAssociatedTranscriptsResponse.add_member(:next_index, Shapes::ShapeRef.new(shape: NextIndex, location_name: "nextIndex"))
|
1641
|
+
SearchAssociatedTranscriptsResponse.add_member(:associated_transcripts, Shapes::ShapeRef.new(shape: AssociatedTranscriptList, location_name: "associatedTranscripts"))
|
1642
|
+
SearchAssociatedTranscriptsResponse.add_member(:total_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "totalResults"))
|
1643
|
+
SearchAssociatedTranscriptsResponse.struct_class = Types::SearchAssociatedTranscriptsResponse
|
1644
|
+
|
1448
1645
|
SentimentAnalysisSettings.add_member(:detect_sentiment, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "detectSentiment"))
|
1449
1646
|
SentimentAnalysisSettings.struct_class = Types::SentimentAnalysisSettings
|
1450
1647
|
|
@@ -1498,11 +1695,15 @@ module Aws::LexModelsV2
|
|
1498
1695
|
SlotTypeSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
|
1499
1696
|
SlotTypeSortBy.struct_class = Types::SlotTypeSortBy
|
1500
1697
|
|
1698
|
+
SlotTypeStatistics.add_member(:discovered_slot_type_count, Shapes::ShapeRef.new(shape: Count, location_name: "discoveredSlotTypeCount"))
|
1699
|
+
SlotTypeStatistics.struct_class = Types::SlotTypeStatistics
|
1700
|
+
|
1501
1701
|
SlotTypeSummary.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
|
1502
1702
|
SlotTypeSummary.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotTypeName"))
|
1503
1703
|
SlotTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1504
1704
|
SlotTypeSummary.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
|
1505
1705
|
SlotTypeSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1706
|
+
SlotTypeSummary.add_member(:slot_type_category, Shapes::ShapeRef.new(shape: SlotTypeCategory, location_name: "slotTypeCategory"))
|
1506
1707
|
SlotTypeSummary.struct_class = Types::SlotTypeSummary
|
1507
1708
|
|
1508
1709
|
SlotTypeSummaryList.member = Shapes::ShapeRef.new(shape: SlotTypeSummary)
|
@@ -1527,6 +1728,23 @@ module Aws::LexModelsV2
|
|
1527
1728
|
SlotValueSelectionSetting.add_member(:regex_filter, Shapes::ShapeRef.new(shape: SlotValueRegexFilter, location_name: "regexFilter"))
|
1528
1729
|
SlotValueSelectionSetting.struct_class = Types::SlotValueSelectionSetting
|
1529
1730
|
|
1731
|
+
StartBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1732
|
+
StartBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
|
1733
|
+
StartBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
1734
|
+
StartBotRecommendationRequest.add_member(:transcript_source_setting, Shapes::ShapeRef.new(shape: TranscriptSourceSetting, required: true, location_name: "transcriptSourceSetting"))
|
1735
|
+
StartBotRecommendationRequest.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, location_name: "encryptionSetting"))
|
1736
|
+
StartBotRecommendationRequest.struct_class = Types::StartBotRecommendationRequest
|
1737
|
+
|
1738
|
+
StartBotRecommendationResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
|
1739
|
+
StartBotRecommendationResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
|
1740
|
+
StartBotRecommendationResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
1741
|
+
StartBotRecommendationResponse.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, location_name: "botRecommendationStatus"))
|
1742
|
+
StartBotRecommendationResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
|
1743
|
+
StartBotRecommendationResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1744
|
+
StartBotRecommendationResponse.add_member(:transcript_source_setting, Shapes::ShapeRef.new(shape: TranscriptSourceSetting, location_name: "transcriptSourceSetting"))
|
1745
|
+
StartBotRecommendationResponse.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, location_name: "encryptionSetting"))
|
1746
|
+
StartBotRecommendationResponse.struct_class = Types::StartBotRecommendationResponse
|
1747
|
+
|
1530
1748
|
StartImportRequest.add_member(:import_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "importId"))
|
1531
1749
|
StartImportRequest.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ImportResourceSpecification, required: true, location_name: "resourceSpecification"))
|
1532
1750
|
StartImportRequest.add_member(:merge_strategy, Shapes::ShapeRef.new(shape: MergeStrategy, required: true, location_name: "mergeStrategy"))
|
@@ -1572,6 +1790,12 @@ module Aws::LexModelsV2
|
|
1572
1790
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
1573
1791
|
ThrottlingException.struct_class = Types::ThrottlingException
|
1574
1792
|
|
1793
|
+
TranscriptFilter.add_member(:lex_transcript_filter, Shapes::ShapeRef.new(shape: LexTranscriptFilter, location_name: "lexTranscriptFilter"))
|
1794
|
+
TranscriptFilter.struct_class = Types::TranscriptFilter
|
1795
|
+
|
1796
|
+
TranscriptSourceSetting.add_member(:s3_bucket_transcript_source, Shapes::ShapeRef.new(shape: S3BucketTranscriptSource, location_name: "s3BucketTranscriptSource"))
|
1797
|
+
TranscriptSourceSetting.struct_class = Types::TranscriptSourceSetting
|
1798
|
+
|
1575
1799
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceARN"))
|
1576
1800
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
1577
1801
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -1620,8 +1844,27 @@ module Aws::LexModelsV2
|
|
1620
1844
|
UpdateBotLocaleResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
1621
1845
|
UpdateBotLocaleResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1622
1846
|
UpdateBotLocaleResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1847
|
+
UpdateBotLocaleResponse.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActions, location_name: "recommendedActions"))
|
1623
1848
|
UpdateBotLocaleResponse.struct_class = Types::UpdateBotLocaleResponse
|
1624
1849
|
|
1850
|
+
UpdateBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1851
|
+
UpdateBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
|
1852
|
+
UpdateBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
1853
|
+
UpdateBotRecommendationRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
|
1854
|
+
UpdateBotRecommendationRequest.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, required: true, location_name: "encryptionSetting"))
|
1855
|
+
UpdateBotRecommendationRequest.struct_class = Types::UpdateBotRecommendationRequest
|
1856
|
+
|
1857
|
+
UpdateBotRecommendationResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
|
1858
|
+
UpdateBotRecommendationResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
|
1859
|
+
UpdateBotRecommendationResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
1860
|
+
UpdateBotRecommendationResponse.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, location_name: "botRecommendationStatus"))
|
1861
|
+
UpdateBotRecommendationResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
|
1862
|
+
UpdateBotRecommendationResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1863
|
+
UpdateBotRecommendationResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1864
|
+
UpdateBotRecommendationResponse.add_member(:transcript_source_setting, Shapes::ShapeRef.new(shape: TranscriptSourceSetting, location_name: "transcriptSourceSetting"))
|
1865
|
+
UpdateBotRecommendationResponse.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, location_name: "encryptionSetting"))
|
1866
|
+
UpdateBotRecommendationResponse.struct_class = Types::UpdateBotRecommendationResponse
|
1867
|
+
|
1625
1868
|
UpdateBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1626
1869
|
UpdateBotRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "botName"))
|
1627
1870
|
UpdateBotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -1732,11 +1975,12 @@ module Aws::LexModelsV2
|
|
1732
1975
|
UpdateSlotTypeRequest.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotTypeName"))
|
1733
1976
|
UpdateSlotTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1734
1977
|
UpdateSlotTypeRequest.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
|
1735
|
-
UpdateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting,
|
1978
|
+
UpdateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, location_name: "valueSelectionSetting"))
|
1736
1979
|
UpdateSlotTypeRequest.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
|
1737
1980
|
UpdateSlotTypeRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1738
1981
|
UpdateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
|
1739
1982
|
UpdateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
1983
|
+
UpdateSlotTypeRequest.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
|
1740
1984
|
UpdateSlotTypeRequest.struct_class = Types::UpdateSlotTypeRequest
|
1741
1985
|
|
1742
1986
|
UpdateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
|
@@ -1750,6 +1994,7 @@ module Aws::LexModelsV2
|
|
1750
1994
|
UpdateSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
|
1751
1995
|
UpdateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1752
1996
|
UpdateSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1997
|
+
UpdateSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
|
1753
1998
|
UpdateSlotTypeResponse.struct_class = Types::UpdateSlotTypeResponse
|
1754
1999
|
|
1755
2000
|
UtteranceAggregationDuration.add_member(:relative_aggregation_duration, Shapes::ShapeRef.new(shape: RelativeAggregationDuration, required: true, location_name: "relativeAggregationDuration"))
|
@@ -2153,6 +2398,18 @@ module Aws::LexModelsV2
|
|
2153
2398
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2154
2399
|
end)
|
2155
2400
|
|
2401
|
+
api.add_operation(:describe_bot_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
2402
|
+
o.name = "DescribeBotRecommendation"
|
2403
|
+
o.http_method = "GET"
|
2404
|
+
o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/"
|
2405
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeBotRecommendationRequest)
|
2406
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeBotRecommendationResponse)
|
2407
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2408
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2409
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2410
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2411
|
+
end)
|
2412
|
+
|
2156
2413
|
api.add_operation(:describe_bot_version, Seahorse::Model::Operation.new.tap do |o|
|
2157
2414
|
o.name = "DescribeBotVersion"
|
2158
2415
|
o.http_method = "GET"
|
@@ -2294,6 +2551,24 @@ module Aws::LexModelsV2
|
|
2294
2551
|
)
|
2295
2552
|
end)
|
2296
2553
|
|
2554
|
+
api.add_operation(:list_bot_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
2555
|
+
o.name = "ListBotRecommendations"
|
2556
|
+
o.http_method = "POST"
|
2557
|
+
o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/"
|
2558
|
+
o.input = Shapes::ShapeRef.new(shape: ListBotRecommendationsRequest)
|
2559
|
+
o.output = Shapes::ShapeRef.new(shape: ListBotRecommendationsResponse)
|
2560
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2561
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2562
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2563
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2564
|
+
o[:pager] = Aws::Pager.new(
|
2565
|
+
limit_key: "max_results",
|
2566
|
+
tokens: {
|
2567
|
+
"next_token" => "next_token"
|
2568
|
+
}
|
2569
|
+
)
|
2570
|
+
end)
|
2571
|
+
|
2297
2572
|
api.add_operation(:list_bot_versions, Seahorse::Model::Operation.new.tap do |o|
|
2298
2573
|
o.name = "ListBotVersions"
|
2299
2574
|
o.http_method = "POST"
|
@@ -2418,6 +2693,25 @@ module Aws::LexModelsV2
|
|
2418
2693
|
)
|
2419
2694
|
end)
|
2420
2695
|
|
2696
|
+
api.add_operation(:list_recommended_intents, Seahorse::Model::Operation.new.tap do |o|
|
2697
|
+
o.name = "ListRecommendedIntents"
|
2698
|
+
o.http_method = "POST"
|
2699
|
+
o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/intents"
|
2700
|
+
o.input = Shapes::ShapeRef.new(shape: ListRecommendedIntentsRequest)
|
2701
|
+
o.output = Shapes::ShapeRef.new(shape: ListRecommendedIntentsResponse)
|
2702
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2703
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2704
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2705
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2706
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2707
|
+
o[:pager] = Aws::Pager.new(
|
2708
|
+
limit_key: "max_results",
|
2709
|
+
tokens: {
|
2710
|
+
"next_token" => "next_token"
|
2711
|
+
}
|
2712
|
+
)
|
2713
|
+
end)
|
2714
|
+
|
2421
2715
|
api.add_operation(:list_slot_types, Seahorse::Model::Operation.new.tap do |o|
|
2422
2716
|
o.name = "ListSlotTypes"
|
2423
2717
|
o.http_method = "POST"
|
@@ -2466,6 +2760,35 @@ module Aws::LexModelsV2
|
|
2466
2760
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2467
2761
|
end)
|
2468
2762
|
|
2763
|
+
api.add_operation(:search_associated_transcripts, Seahorse::Model::Operation.new.tap do |o|
|
2764
|
+
o.name = "SearchAssociatedTranscripts"
|
2765
|
+
o.http_method = "POST"
|
2766
|
+
o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/associatedtranscripts"
|
2767
|
+
o.input = Shapes::ShapeRef.new(shape: SearchAssociatedTranscriptsRequest)
|
2768
|
+
o.output = Shapes::ShapeRef.new(shape: SearchAssociatedTranscriptsResponse)
|
2769
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2770
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2771
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2772
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2773
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2774
|
+
end)
|
2775
|
+
|
2776
|
+
api.add_operation(:start_bot_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
2777
|
+
o.name = "StartBotRecommendation"
|
2778
|
+
o.http_method = "PUT"
|
2779
|
+
o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/"
|
2780
|
+
o.input = Shapes::ShapeRef.new(shape: StartBotRecommendationRequest)
|
2781
|
+
o.output = Shapes::ShapeRef.new(shape: StartBotRecommendationResponse)
|
2782
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2783
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2784
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2785
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2786
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2787
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
2788
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2789
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2790
|
+
end)
|
2791
|
+
|
2469
2792
|
api.add_operation(:start_import, Seahorse::Model::Operation.new.tap do |o|
|
2470
2793
|
o.name = "StartImport"
|
2471
2794
|
o.http_method = "PUT"
|
@@ -2546,6 +2869,22 @@ module Aws::LexModelsV2
|
|
2546
2869
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2547
2870
|
end)
|
2548
2871
|
|
2872
|
+
api.add_operation(:update_bot_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
2873
|
+
o.name = "UpdateBotRecommendation"
|
2874
|
+
o.http_method = "PUT"
|
2875
|
+
o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/"
|
2876
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateBotRecommendationRequest)
|
2877
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateBotRecommendationResponse)
|
2878
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2879
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2880
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2881
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2882
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2883
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
2884
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2885
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2886
|
+
end)
|
2887
|
+
|
2549
2888
|
api.add_operation(:update_export, Seahorse::Model::Operation.new.tap do |o|
|
2550
2889
|
o.name = "UpdateExport"
|
2551
2890
|
o.http_method = "PUT"
|