aws-sdk-lexmodelsv2 1.82.0 → 1.84.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +152 -9
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +62 -1
- data/lib/aws-sdk-lexmodelsv2/types.rb +291 -13
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- data/sig/client.rbs +82 -10
- data/sig/types.rbs +61 -1
- metadata +3 -3
|
@@ -299,6 +299,7 @@ module Aws::LexModelsV2
|
|
|
299
299
|
CreateTestSetDiscrepancyReportResponse = Shapes::StructureShape.new(name: 'CreateTestSetDiscrepancyReportResponse')
|
|
300
300
|
CreateUploadUrlRequest = Shapes::StructureShape.new(name: 'CreateUploadUrlRequest')
|
|
301
301
|
CreateUploadUrlResponse = Shapes::StructureShape.new(name: 'CreateUploadUrlResponse')
|
|
302
|
+
CustomDisambiguationMessage = Shapes::StringShape.new(name: 'CustomDisambiguationMessage')
|
|
302
303
|
CustomPayload = Shapes::StructureShape.new(name: 'CustomPayload')
|
|
303
304
|
CustomPayloadValue = Shapes::StringShape.new(name: 'CustomPayloadValue')
|
|
304
305
|
CustomVocabularyEntryId = Shapes::StructureShape.new(name: 'CustomVocabularyEntryId')
|
|
@@ -312,6 +313,8 @@ module Aws::LexModelsV2
|
|
|
312
313
|
DataPrivacy = Shapes::StructureShape.new(name: 'DataPrivacy')
|
|
313
314
|
DataSourceConfiguration = Shapes::StructureShape.new(name: 'DataSourceConfiguration')
|
|
314
315
|
DateRangeFilter = Shapes::StructureShape.new(name: 'DateRangeFilter')
|
|
316
|
+
DeepgramModelId = Shapes::StringShape.new(name: 'DeepgramModelId')
|
|
317
|
+
DeepgramSpeechModelConfig = Shapes::StructureShape.new(name: 'DeepgramSpeechModelConfig')
|
|
315
318
|
DefaultConditionalBranch = Shapes::StructureShape.new(name: 'DefaultConditionalBranch')
|
|
316
319
|
DeleteBotAliasRequest = Shapes::StructureShape.new(name: 'DeleteBotAliasRequest')
|
|
317
320
|
DeleteBotAliasResponse = Shapes::StructureShape.new(name: 'DeleteBotAliasResponse')
|
|
@@ -383,6 +386,7 @@ module Aws::LexModelsV2
|
|
|
383
386
|
DialogCodeHookInvocationSetting = Shapes::StructureShape.new(name: 'DialogCodeHookInvocationSetting')
|
|
384
387
|
DialogCodeHookSettings = Shapes::StructureShape.new(name: 'DialogCodeHookSettings')
|
|
385
388
|
DialogState = Shapes::StructureShape.new(name: 'DialogState')
|
|
389
|
+
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
|
386
390
|
DomainEndpoint = Shapes::StringShape.new(name: 'DomainEndpoint')
|
|
387
391
|
DraftBotVersion = Shapes::StringShape.new(name: 'DraftBotVersion')
|
|
388
392
|
Effect = Shapes::StringShape.new(name: 'Effect')
|
|
@@ -461,6 +465,7 @@ module Aws::LexModelsV2
|
|
|
461
465
|
IntentClassificationTestResults = Shapes::StructureShape.new(name: 'IntentClassificationTestResults')
|
|
462
466
|
IntentClosingSetting = Shapes::StructureShape.new(name: 'IntentClosingSetting')
|
|
463
467
|
IntentConfirmationSetting = Shapes::StructureShape.new(name: 'IntentConfirmationSetting')
|
|
468
|
+
IntentDisambiguationSettings = Shapes::StructureShape.new(name: 'IntentDisambiguationSettings')
|
|
464
469
|
IntentFilter = Shapes::StructureShape.new(name: 'IntentFilter')
|
|
465
470
|
IntentFilterName = Shapes::StringShape.new(name: 'IntentFilterName')
|
|
466
471
|
IntentFilterOperator = Shapes::StringShape.new(name: 'IntentFilterOperator')
|
|
@@ -551,6 +556,7 @@ module Aws::LexModelsV2
|
|
|
551
556
|
LocaleId = Shapes::StringShape.new(name: 'LocaleId')
|
|
552
557
|
LocaleName = Shapes::StringShape.new(name: 'LocaleName')
|
|
553
558
|
LogPrefix = Shapes::StringShape.new(name: 'LogPrefix')
|
|
559
|
+
MaxDisambiguationIntents = Shapes::IntegerShape.new(name: 'MaxDisambiguationIntents')
|
|
554
560
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
555
561
|
MaxUtteranceDigits = Shapes::IntegerShape.new(name: 'MaxUtteranceDigits')
|
|
556
562
|
MergeStrategy = Shapes::StringShape.new(name: 'MergeStrategy')
|
|
@@ -644,6 +650,7 @@ module Aws::LexModelsV2
|
|
|
644
650
|
SearchAssociatedTranscriptsRequest = Shapes::StructureShape.new(name: 'SearchAssociatedTranscriptsRequest')
|
|
645
651
|
SearchAssociatedTranscriptsResponse = Shapes::StructureShape.new(name: 'SearchAssociatedTranscriptsResponse')
|
|
646
652
|
SearchOrder = Shapes::StringShape.new(name: 'SearchOrder')
|
|
653
|
+
SecretsManagerSecretArn = Shapes::StringShape.new(name: 'SecretsManagerSecretArn')
|
|
647
654
|
SentimentAnalysisSettings = Shapes::StructureShape.new(name: 'SentimentAnalysisSettings')
|
|
648
655
|
ServicePrincipal = Shapes::StringShape.new(name: 'ServicePrincipal')
|
|
649
656
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
@@ -701,6 +708,11 @@ module Aws::LexModelsV2
|
|
|
701
708
|
SlotValues = Shapes::ListShape.new(name: 'SlotValues')
|
|
702
709
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
|
703
710
|
Specifications = Shapes::StructureShape.new(name: 'Specifications')
|
|
711
|
+
SpeechDetectionSensitivity = Shapes::StringShape.new(name: 'SpeechDetectionSensitivity')
|
|
712
|
+
SpeechFoundationModel = Shapes::StructureShape.new(name: 'SpeechFoundationModel')
|
|
713
|
+
SpeechModelConfig = Shapes::StructureShape.new(name: 'SpeechModelConfig')
|
|
714
|
+
SpeechModelPreference = Shapes::StringShape.new(name: 'SpeechModelPreference')
|
|
715
|
+
SpeechRecognitionSettings = Shapes::StructureShape.new(name: 'SpeechRecognitionSettings')
|
|
704
716
|
StartBotRecommendationRequest = Shapes::StructureShape.new(name: 'StartBotRecommendationRequest')
|
|
705
717
|
StartBotRecommendationResponse = Shapes::StructureShape.new(name: 'StartBotRecommendationResponse')
|
|
706
718
|
StartBotResourceGenerationRequest = Shapes::StructureShape.new(name: 'StartBotResourceGenerationRequest')
|
|
@@ -786,6 +798,7 @@ module Aws::LexModelsV2
|
|
|
786
798
|
TranscriptSourceSetting = Shapes::StructureShape.new(name: 'TranscriptSourceSetting')
|
|
787
799
|
TurnNumber = Shapes::IntegerShape.new(name: 'TurnNumber')
|
|
788
800
|
TurnSpecification = Shapes::StructureShape.new(name: 'TurnSpecification')
|
|
801
|
+
UnifiedSpeechSettings = Shapes::StructureShape.new(name: 'UnifiedSpeechSettings')
|
|
789
802
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
790
803
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
791
804
|
UpdateBotAliasRequest = Shapes::StructureShape.new(name: 'UpdateBotAliasRequest')
|
|
@@ -1250,6 +1263,9 @@ module Aws::LexModelsV2
|
|
|
1250
1263
|
BotLocaleImportSpecification.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
|
|
1251
1264
|
BotLocaleImportSpecification.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "nluIntentConfidenceThreshold"))
|
|
1252
1265
|
BotLocaleImportSpecification.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
|
|
1266
|
+
BotLocaleImportSpecification.add_member(:speech_recognition_settings, Shapes::ShapeRef.new(shape: SpeechRecognitionSettings, location_name: "speechRecognitionSettings"))
|
|
1267
|
+
BotLocaleImportSpecification.add_member(:speech_detection_sensitivity, Shapes::ShapeRef.new(shape: SpeechDetectionSensitivity, location_name: "speechDetectionSensitivity"))
|
|
1268
|
+
BotLocaleImportSpecification.add_member(:unified_speech_settings, Shapes::ShapeRef.new(shape: UnifiedSpeechSettings, location_name: "unifiedSpeechSettings"))
|
|
1253
1269
|
BotLocaleImportSpecification.struct_class = Types::BotLocaleImportSpecification
|
|
1254
1270
|
|
|
1255
1271
|
BotLocaleSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: BotLocaleSortAttribute, required: true, location_name: "attribute"))
|
|
@@ -1499,7 +1515,10 @@ module Aws::LexModelsV2
|
|
|
1499
1515
|
CreateBotLocaleRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1500
1516
|
CreateBotLocaleRequest.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, required: true, location_name: "nluIntentConfidenceThreshold"))
|
|
1501
1517
|
CreateBotLocaleRequest.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
|
|
1518
|
+
CreateBotLocaleRequest.add_member(:unified_speech_settings, Shapes::ShapeRef.new(shape: UnifiedSpeechSettings, location_name: "unifiedSpeechSettings"))
|
|
1519
|
+
CreateBotLocaleRequest.add_member(:speech_recognition_settings, Shapes::ShapeRef.new(shape: SpeechRecognitionSettings, location_name: "speechRecognitionSettings"))
|
|
1502
1520
|
CreateBotLocaleRequest.add_member(:generative_ai_settings, Shapes::ShapeRef.new(shape: GenerativeAISettings, location_name: "generativeAISettings"))
|
|
1521
|
+
CreateBotLocaleRequest.add_member(:speech_detection_sensitivity, Shapes::ShapeRef.new(shape: SpeechDetectionSensitivity, location_name: "speechDetectionSensitivity"))
|
|
1503
1522
|
CreateBotLocaleRequest.struct_class = Types::CreateBotLocaleRequest
|
|
1504
1523
|
|
|
1505
1524
|
CreateBotLocaleResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
|
|
@@ -1509,9 +1528,12 @@ module Aws::LexModelsV2
|
|
|
1509
1528
|
CreateBotLocaleResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1510
1529
|
CreateBotLocaleResponse.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "nluIntentConfidenceThreshold"))
|
|
1511
1530
|
CreateBotLocaleResponse.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
|
|
1531
|
+
CreateBotLocaleResponse.add_member(:unified_speech_settings, Shapes::ShapeRef.new(shape: UnifiedSpeechSettings, location_name: "unifiedSpeechSettings"))
|
|
1532
|
+
CreateBotLocaleResponse.add_member(:speech_recognition_settings, Shapes::ShapeRef.new(shape: SpeechRecognitionSettings, location_name: "speechRecognitionSettings"))
|
|
1512
1533
|
CreateBotLocaleResponse.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
|
|
1513
1534
|
CreateBotLocaleResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
|
1514
1535
|
CreateBotLocaleResponse.add_member(:generative_ai_settings, Shapes::ShapeRef.new(shape: GenerativeAISettings, location_name: "generativeAISettings"))
|
|
1536
|
+
CreateBotLocaleResponse.add_member(:speech_detection_sensitivity, Shapes::ShapeRef.new(shape: SpeechDetectionSensitivity, location_name: "speechDetectionSensitivity"))
|
|
1515
1537
|
CreateBotLocaleResponse.struct_class = Types::CreateBotLocaleResponse
|
|
1516
1538
|
|
|
1517
1539
|
CreateBotReplicaRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
|
@@ -1580,6 +1602,7 @@ module Aws::LexModelsV2
|
|
|
1580
1602
|
CreateExportResponse.struct_class = Types::CreateExportResponse
|
|
1581
1603
|
|
|
1582
1604
|
CreateIntentRequest.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
|
|
1605
|
+
CreateIntentRequest.add_member(:intent_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "intentDisplayName"))
|
|
1583
1606
|
CreateIntentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1584
1607
|
CreateIntentRequest.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
|
|
1585
1608
|
CreateIntentRequest.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
|
|
@@ -1600,6 +1623,7 @@ module Aws::LexModelsV2
|
|
|
1600
1623
|
|
|
1601
1624
|
CreateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
|
|
1602
1625
|
CreateIntentResponse.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
|
|
1626
|
+
CreateIntentResponse.add_member(:intent_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "intentDisplayName"))
|
|
1603
1627
|
CreateIntentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1604
1628
|
CreateIntentResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
|
|
1605
1629
|
CreateIntentResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
|
|
@@ -1752,6 +1776,10 @@ module Aws::LexModelsV2
|
|
|
1752
1776
|
DateRangeFilter.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endDateTime"))
|
|
1753
1777
|
DateRangeFilter.struct_class = Types::DateRangeFilter
|
|
1754
1778
|
|
|
1779
|
+
DeepgramSpeechModelConfig.add_member(:api_token_secret_arn, Shapes::ShapeRef.new(shape: SecretsManagerSecretArn, required: true, location_name: "apiTokenSecretArn"))
|
|
1780
|
+
DeepgramSpeechModelConfig.add_member(:model_id, Shapes::ShapeRef.new(shape: DeepgramModelId, location_name: "modelId"))
|
|
1781
|
+
DeepgramSpeechModelConfig.struct_class = Types::DeepgramSpeechModelConfig
|
|
1782
|
+
|
|
1755
1783
|
DefaultConditionalBranch.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "nextStep"))
|
|
1756
1784
|
DefaultConditionalBranch.add_member(:response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "response"))
|
|
1757
1785
|
DefaultConditionalBranch.struct_class = Types::DefaultConditionalBranch
|
|
@@ -1909,6 +1937,8 @@ module Aws::LexModelsV2
|
|
|
1909
1937
|
DescribeBotLocaleResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1910
1938
|
DescribeBotLocaleResponse.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "nluIntentConfidenceThreshold"))
|
|
1911
1939
|
DescribeBotLocaleResponse.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
|
|
1940
|
+
DescribeBotLocaleResponse.add_member(:unified_speech_settings, Shapes::ShapeRef.new(shape: UnifiedSpeechSettings, location_name: "unifiedSpeechSettings"))
|
|
1941
|
+
DescribeBotLocaleResponse.add_member(:speech_recognition_settings, Shapes::ShapeRef.new(shape: SpeechRecognitionSettings, location_name: "speechRecognitionSettings"))
|
|
1912
1942
|
DescribeBotLocaleResponse.add_member(:intents_count, Shapes::ShapeRef.new(shape: ResourceCount, location_name: "intentsCount"))
|
|
1913
1943
|
DescribeBotLocaleResponse.add_member(:slot_types_count, Shapes::ShapeRef.new(shape: ResourceCount, location_name: "slotTypesCount"))
|
|
1914
1944
|
DescribeBotLocaleResponse.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
|
|
@@ -1919,6 +1949,7 @@ module Aws::LexModelsV2
|
|
|
1919
1949
|
DescribeBotLocaleResponse.add_member(:bot_locale_history_events, Shapes::ShapeRef.new(shape: BotLocaleHistoryEventsList, location_name: "botLocaleHistoryEvents"))
|
|
1920
1950
|
DescribeBotLocaleResponse.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActions, location_name: "recommendedActions"))
|
|
1921
1951
|
DescribeBotLocaleResponse.add_member(:generative_ai_settings, Shapes::ShapeRef.new(shape: GenerativeAISettings, location_name: "generativeAISettings"))
|
|
1952
|
+
DescribeBotLocaleResponse.add_member(:speech_detection_sensitivity, Shapes::ShapeRef.new(shape: SpeechDetectionSensitivity, location_name: "speechDetectionSensitivity"))
|
|
1922
1953
|
DescribeBotLocaleResponse.struct_class = Types::DescribeBotLocaleResponse
|
|
1923
1954
|
|
|
1924
1955
|
DescribeBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
|
@@ -2056,6 +2087,7 @@ module Aws::LexModelsV2
|
|
|
2056
2087
|
|
|
2057
2088
|
DescribeIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
|
|
2058
2089
|
DescribeIntentResponse.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
|
|
2090
|
+
DescribeIntentResponse.add_member(:intent_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "intentDisplayName"))
|
|
2059
2091
|
DescribeIntentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2060
2092
|
DescribeIntentResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
|
|
2061
2093
|
DescribeIntentResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
|
|
@@ -2426,6 +2458,11 @@ module Aws::LexModelsV2
|
|
|
2426
2458
|
IntentConfirmationSetting.add_member(:elicitation_code_hook, Shapes::ShapeRef.new(shape: ElicitationCodeHookInvocationSetting, location_name: "elicitationCodeHook"))
|
|
2427
2459
|
IntentConfirmationSetting.struct_class = Types::IntentConfirmationSetting
|
|
2428
2460
|
|
|
2461
|
+
IntentDisambiguationSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, required: true, location_name: "enabled"))
|
|
2462
|
+
IntentDisambiguationSettings.add_member(:max_disambiguation_intents, Shapes::ShapeRef.new(shape: MaxDisambiguationIntents, location_name: "maxDisambiguationIntents"))
|
|
2463
|
+
IntentDisambiguationSettings.add_member(:custom_disambiguation_message, Shapes::ShapeRef.new(shape: CustomDisambiguationMessage, location_name: "customDisambiguationMessage"))
|
|
2464
|
+
IntentDisambiguationSettings.struct_class = Types::IntentDisambiguationSettings
|
|
2465
|
+
|
|
2429
2466
|
IntentFilter.add_member(:name, Shapes::ShapeRef.new(shape: IntentFilterName, required: true, location_name: "name"))
|
|
2430
2467
|
IntentFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
|
|
2431
2468
|
IntentFilter.add_member(:operator, Shapes::ShapeRef.new(shape: IntentFilterOperator, required: true, location_name: "operator"))
|
|
@@ -2456,6 +2493,7 @@ module Aws::LexModelsV2
|
|
|
2456
2493
|
|
|
2457
2494
|
IntentSummary.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
|
|
2458
2495
|
IntentSummary.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
|
|
2496
|
+
IntentSummary.add_member(:intent_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "intentDisplayName"))
|
|
2459
2497
|
IntentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2460
2498
|
IntentSummary.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
|
|
2461
2499
|
IntentSummary.add_member(:input_contexts, Shapes::ShapeRef.new(shape: InputContextsList, location_name: "inputContexts"))
|
|
@@ -2921,6 +2959,7 @@ module Aws::LexModelsV2
|
|
|
2921
2959
|
|
|
2922
2960
|
NluImprovementSpecification.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, required: true, location_name: "enabled"))
|
|
2923
2961
|
NluImprovementSpecification.add_member(:assisted_nlu_mode, Shapes::ShapeRef.new(shape: AssistedNluMode, location_name: "assistedNluMode"))
|
|
2962
|
+
NluImprovementSpecification.add_member(:intent_disambiguation_settings, Shapes::ShapeRef.new(shape: IntentDisambiguationSettings, location_name: "intentDisambiguationSettings"))
|
|
2924
2963
|
NluImprovementSpecification.struct_class = Types::NluImprovementSpecification
|
|
2925
2964
|
|
|
2926
2965
|
OSIncludeFields.member = Shapes::ShapeRef.new(shape: IncludeField)
|
|
@@ -3275,6 +3314,17 @@ module Aws::LexModelsV2
|
|
|
3275
3314
|
Specifications.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SubSlotValueElicitationSetting, required: true, location_name: "valueElicitationSetting"))
|
|
3276
3315
|
Specifications.struct_class = Types::Specifications
|
|
3277
3316
|
|
|
3317
|
+
SpeechFoundationModel.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
|
3318
|
+
SpeechFoundationModel.add_member(:voice_id, Shapes::ShapeRef.new(shape: VoiceId, location_name: "voiceId"))
|
|
3319
|
+
SpeechFoundationModel.struct_class = Types::SpeechFoundationModel
|
|
3320
|
+
|
|
3321
|
+
SpeechModelConfig.add_member(:deepgram_config, Shapes::ShapeRef.new(shape: DeepgramSpeechModelConfig, location_name: "deepgramConfig"))
|
|
3322
|
+
SpeechModelConfig.struct_class = Types::SpeechModelConfig
|
|
3323
|
+
|
|
3324
|
+
SpeechRecognitionSettings.add_member(:speech_model_preference, Shapes::ShapeRef.new(shape: SpeechModelPreference, location_name: "speechModelPreference"))
|
|
3325
|
+
SpeechRecognitionSettings.add_member(:speech_model_config, Shapes::ShapeRef.new(shape: SpeechModelConfig, location_name: "speechModelConfig"))
|
|
3326
|
+
SpeechRecognitionSettings.struct_class = Types::SpeechRecognitionSettings
|
|
3327
|
+
|
|
3278
3328
|
StartBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
|
3279
3329
|
StartBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
|
|
3280
3330
|
StartBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
|
|
@@ -3547,6 +3597,9 @@ module Aws::LexModelsV2
|
|
|
3547
3597
|
TurnSpecification.add_member(:user_turn, Shapes::ShapeRef.new(shape: UserTurnSpecification, location_name: "userTurn"))
|
|
3548
3598
|
TurnSpecification.struct_class = Types::TurnSpecification
|
|
3549
3599
|
|
|
3600
|
+
UnifiedSpeechSettings.add_member(:speech_foundation_model, Shapes::ShapeRef.new(shape: SpeechFoundationModel, required: true, location_name: "speechFoundationModel"))
|
|
3601
|
+
UnifiedSpeechSettings.struct_class = Types::UnifiedSpeechSettings
|
|
3602
|
+
|
|
3550
3603
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceARN"))
|
|
3551
3604
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
3552
3605
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
@@ -3582,7 +3635,10 @@ module Aws::LexModelsV2
|
|
|
3582
3635
|
UpdateBotLocaleRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3583
3636
|
UpdateBotLocaleRequest.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, required: true, location_name: "nluIntentConfidenceThreshold"))
|
|
3584
3637
|
UpdateBotLocaleRequest.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
|
|
3638
|
+
UpdateBotLocaleRequest.add_member(:unified_speech_settings, Shapes::ShapeRef.new(shape: UnifiedSpeechSettings, location_name: "unifiedSpeechSettings"))
|
|
3639
|
+
UpdateBotLocaleRequest.add_member(:speech_recognition_settings, Shapes::ShapeRef.new(shape: SpeechRecognitionSettings, location_name: "speechRecognitionSettings"))
|
|
3585
3640
|
UpdateBotLocaleRequest.add_member(:generative_ai_settings, Shapes::ShapeRef.new(shape: GenerativeAISettings, location_name: "generativeAISettings"))
|
|
3641
|
+
UpdateBotLocaleRequest.add_member(:speech_detection_sensitivity, Shapes::ShapeRef.new(shape: SpeechDetectionSensitivity, location_name: "speechDetectionSensitivity"))
|
|
3586
3642
|
UpdateBotLocaleRequest.struct_class = Types::UpdateBotLocaleRequest
|
|
3587
3643
|
|
|
3588
3644
|
UpdateBotLocaleResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
|
|
@@ -3592,12 +3648,15 @@ module Aws::LexModelsV2
|
|
|
3592
3648
|
UpdateBotLocaleResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3593
3649
|
UpdateBotLocaleResponse.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "nluIntentConfidenceThreshold"))
|
|
3594
3650
|
UpdateBotLocaleResponse.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
|
|
3651
|
+
UpdateBotLocaleResponse.add_member(:unified_speech_settings, Shapes::ShapeRef.new(shape: UnifiedSpeechSettings, location_name: "unifiedSpeechSettings"))
|
|
3652
|
+
UpdateBotLocaleResponse.add_member(:speech_recognition_settings, Shapes::ShapeRef.new(shape: SpeechRecognitionSettings, location_name: "speechRecognitionSettings"))
|
|
3595
3653
|
UpdateBotLocaleResponse.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
|
|
3596
3654
|
UpdateBotLocaleResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
|
3597
3655
|
UpdateBotLocaleResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
|
3598
3656
|
UpdateBotLocaleResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
|
3599
3657
|
UpdateBotLocaleResponse.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActions, location_name: "recommendedActions"))
|
|
3600
3658
|
UpdateBotLocaleResponse.add_member(:generative_ai_settings, Shapes::ShapeRef.new(shape: GenerativeAISettings, location_name: "generativeAISettings"))
|
|
3659
|
+
UpdateBotLocaleResponse.add_member(:speech_detection_sensitivity, Shapes::ShapeRef.new(shape: SpeechDetectionSensitivity, location_name: "speechDetectionSensitivity"))
|
|
3601
3660
|
UpdateBotLocaleResponse.struct_class = Types::UpdateBotLocaleResponse
|
|
3602
3661
|
|
|
3603
3662
|
UpdateBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
|
@@ -3659,6 +3718,7 @@ module Aws::LexModelsV2
|
|
|
3659
3718
|
|
|
3660
3719
|
UpdateIntentRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
|
|
3661
3720
|
UpdateIntentRequest.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
|
|
3721
|
+
UpdateIntentRequest.add_member(:intent_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "intentDisplayName"))
|
|
3662
3722
|
UpdateIntentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3663
3723
|
UpdateIntentRequest.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
|
|
3664
3724
|
UpdateIntentRequest.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
|
|
@@ -3680,6 +3740,7 @@ module Aws::LexModelsV2
|
|
|
3680
3740
|
|
|
3681
3741
|
UpdateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
|
|
3682
3742
|
UpdateIntentResponse.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
|
|
3743
|
+
UpdateIntentResponse.add_member(:intent_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "intentDisplayName"))
|
|
3683
3744
|
UpdateIntentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3684
3745
|
UpdateIntentResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
|
|
3685
3746
|
UpdateIntentResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
|
|
@@ -3884,8 +3945,8 @@ module Aws::LexModelsV2
|
|
|
3884
3945
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
3885
3946
|
ValidationException.struct_class = Types::ValidationException
|
|
3886
3947
|
|
|
3887
|
-
VoiceSettings.add_member(:voice_id, Shapes::ShapeRef.new(shape: VoiceId, required: true, location_name: "voiceId"))
|
|
3888
3948
|
VoiceSettings.add_member(:engine, Shapes::ShapeRef.new(shape: VoiceEngine, location_name: "engine"))
|
|
3949
|
+
VoiceSettings.add_member(:voice_id, Shapes::ShapeRef.new(shape: VoiceId, required: true, location_name: "voiceId"))
|
|
3889
3950
|
VoiceSettings.struct_class = Types::VoiceSettings
|
|
3890
3951
|
|
|
3891
3952
|
WaitAndContinueSpecification.add_member(:waiting_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "waitingResponse"))
|