aws-sdk-lexmodelsv2 1.59.0 → 1.60.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +9 -9
- data/lib/aws-sdk-lexmodelsv2/endpoints.rb +102 -408
- data/lib/aws-sdk-lexmodelsv2/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-lexmodelsv2/types.rb +20 -0
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0755b4a62cb4a7319109a18b25a887f6f55d219992db7de3e9a8475d79c489b
|
4
|
+
data.tar.gz: 330113efae04392670e50e60a266ebbb5eecdefc58bfedac8248292c00fe32e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae1f2013d00fecfa2bd6110c2cc9b82888869458f58ba06ea51d6b1dfd65fad2a30c16b6fd0e8c4378257accb9abe43cf3168d0fd2556b827a9ab851bae7327d
|
7
|
+
data.tar.gz: 7aca1fb319a8da56bea24805d0bdc9703cf33d698790360118ce51943d25d368f2a46e69aa749b80e69e5e9fd7700c1c5543144b3b0d2cf932470e41e3de8c18
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
@@ -1060,7 +1060,7 @@ module Aws::LexModelsV2
|
|
1060
1060
|
# nlu_intent_confidence_threshold: 1.0, # required
|
1061
1061
|
# voice_settings: {
|
1062
1062
|
# voice_id: "VoiceId", # required
|
1063
|
-
# engine: "standard", # accepts standard, neural
|
1063
|
+
# engine: "standard", # accepts standard, neural, long-form, generative
|
1064
1064
|
# },
|
1065
1065
|
# generative_ai_settings: {
|
1066
1066
|
# runtime_settings: {
|
@@ -1115,7 +1115,7 @@ module Aws::LexModelsV2
|
|
1115
1115
|
# resp.description #=> String
|
1116
1116
|
# resp.nlu_intent_confidence_threshold #=> Float
|
1117
1117
|
# resp.voice_settings.voice_id #=> String
|
1118
|
-
# resp.voice_settings.engine #=> String, one of "standard", "neural"
|
1118
|
+
# resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
|
1119
1119
|
# resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
|
1120
1120
|
# resp.creation_date_time #=> Time
|
1121
1121
|
# resp.generative_ai_settings.runtime_settings.slot_resolution_improvement.enabled #=> Boolean
|
@@ -3549,7 +3549,7 @@ module Aws::LexModelsV2
|
|
3549
3549
|
# resp.description #=> String
|
3550
3550
|
# resp.nlu_intent_confidence_threshold #=> Float
|
3551
3551
|
# resp.voice_settings.voice_id #=> String
|
3552
|
-
# resp.voice_settings.engine #=> String, one of "standard", "neural"
|
3552
|
+
# resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
|
3553
3553
|
# resp.intents_count #=> Integer
|
3554
3554
|
# resp.slot_types_count #=> Integer
|
3555
3555
|
# resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
|
@@ -4004,7 +4004,7 @@ module Aws::LexModelsV2
|
|
4004
4004
|
# resp.resource_specification.bot_locale_import_specification.locale_id #=> String
|
4005
4005
|
# resp.resource_specification.bot_locale_import_specification.nlu_intent_confidence_threshold #=> Float
|
4006
4006
|
# resp.resource_specification.bot_locale_import_specification.voice_settings.voice_id #=> String
|
4007
|
-
# resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural"
|
4007
|
+
# resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
|
4008
4008
|
# resp.resource_specification.custom_vocabulary_import_specification.bot_id #=> String
|
4009
4009
|
# resp.resource_specification.custom_vocabulary_import_specification.bot_version #=> String
|
4010
4010
|
# resp.resource_specification.custom_vocabulary_import_specification.locale_id #=> String
|
@@ -8425,7 +8425,7 @@ module Aws::LexModelsV2
|
|
8425
8425
|
# nlu_intent_confidence_threshold: 1.0,
|
8426
8426
|
# voice_settings: {
|
8427
8427
|
# voice_id: "VoiceId", # required
|
8428
|
-
# engine: "standard", # accepts standard, neural
|
8428
|
+
# engine: "standard", # accepts standard, neural, long-form, generative
|
8429
8429
|
# },
|
8430
8430
|
# },
|
8431
8431
|
# custom_vocabulary_import_specification: {
|
@@ -8472,7 +8472,7 @@ module Aws::LexModelsV2
|
|
8472
8472
|
# resp.resource_specification.bot_locale_import_specification.locale_id #=> String
|
8473
8473
|
# resp.resource_specification.bot_locale_import_specification.nlu_intent_confidence_threshold #=> Float
|
8474
8474
|
# resp.resource_specification.bot_locale_import_specification.voice_settings.voice_id #=> String
|
8475
|
-
# resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural"
|
8475
|
+
# resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
|
8476
8476
|
# resp.resource_specification.custom_vocabulary_import_specification.bot_id #=> String
|
8477
8477
|
# resp.resource_specification.custom_vocabulary_import_specification.bot_version #=> String
|
8478
8478
|
# resp.resource_specification.custom_vocabulary_import_specification.locale_id #=> String
|
@@ -9066,7 +9066,7 @@ module Aws::LexModelsV2
|
|
9066
9066
|
# nlu_intent_confidence_threshold: 1.0, # required
|
9067
9067
|
# voice_settings: {
|
9068
9068
|
# voice_id: "VoiceId", # required
|
9069
|
-
# engine: "standard", # accepts standard, neural
|
9069
|
+
# engine: "standard", # accepts standard, neural, long-form, generative
|
9070
9070
|
# },
|
9071
9071
|
# generative_ai_settings: {
|
9072
9072
|
# runtime_settings: {
|
@@ -9121,7 +9121,7 @@ module Aws::LexModelsV2
|
|
9121
9121
|
# resp.description #=> String
|
9122
9122
|
# resp.nlu_intent_confidence_threshold #=> Float
|
9123
9123
|
# resp.voice_settings.voice_id #=> String
|
9124
|
-
# resp.voice_settings.engine #=> String, one of "standard", "neural"
|
9124
|
+
# resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
|
9125
9125
|
# resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
|
9126
9126
|
# resp.failure_reasons #=> Array
|
9127
9127
|
# resp.failure_reasons[0] #=> String
|
@@ -10494,7 +10494,7 @@ module Aws::LexModelsV2
|
|
10494
10494
|
tracer: tracer
|
10495
10495
|
)
|
10496
10496
|
context[:gem_name] = 'aws-sdk-lexmodelsv2'
|
10497
|
-
context[:gem_version] = '1.
|
10497
|
+
context[:gem_version] = '1.60.0'
|
10498
10498
|
Seahorse::Client::Request.new(handlers, context)
|
10499
10499
|
end
|
10500
10500
|
|