aws-sdk-lexmodelbuildingservice 1.37.0 → 1.38.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e19e0e2642b34cd9c430608e30e490edafc02abcaaa6d7696cf8df380bf8df8
|
4
|
+
data.tar.gz: e4199b511957e41fc5a752dc6e31e7399ab8aba9aa7500bd1c430fe56cb31de0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3b527dbcf76b8ba5ef97565d283ef76827aa86b2e2a44524e6ff76f5efa2138cf9cd60230501037f2b4746cd090619636d082d69bfc707095d61d88a751a735
|
7
|
+
data.tar.gz: 9b1eac317fe0976ec21257feb9d79842e3e511372dcb98ece1c3fd2d00f5cb1888e4fada0b9e0cb76d14ec6898d38f145a14c2a4802465f317c9663d8a10686c
|
@@ -409,7 +409,7 @@ module Aws::LexModelBuildingService
|
|
409
409
|
# resp.voice_id #=> String
|
410
410
|
# resp.checksum #=> String
|
411
411
|
# resp.version #=> String
|
412
|
-
# resp.locale #=> String, one of "en-
|
412
|
+
# resp.locale #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
|
413
413
|
# resp.child_directed #=> Boolean
|
414
414
|
# resp.enable_model_improvements #=> Boolean
|
415
415
|
# resp.detect_sentiment #=> Boolean
|
@@ -1082,7 +1082,7 @@ module Aws::LexModelBuildingService
|
|
1082
1082
|
# resp.voice_id #=> String
|
1083
1083
|
# resp.checksum #=> String
|
1084
1084
|
# resp.version #=> String
|
1085
|
-
# resp.locale #=> String, one of "en-
|
1085
|
+
# resp.locale #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
|
1086
1086
|
# resp.child_directed #=> Boolean
|
1087
1087
|
# resp.detect_sentiment #=> Boolean
|
1088
1088
|
#
|
@@ -1524,7 +1524,7 @@ module Aws::LexModelBuildingService
|
|
1524
1524
|
#
|
1525
1525
|
# resp.signature #=> String
|
1526
1526
|
# resp.supported_locales #=> Array
|
1527
|
-
# resp.supported_locales[0] #=> String, one of "en-
|
1527
|
+
# resp.supported_locales[0] #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
|
1528
1528
|
# resp.slots #=> Array
|
1529
1529
|
# resp.slots[0].name #=> String
|
1530
1530
|
#
|
@@ -1576,7 +1576,7 @@ module Aws::LexModelBuildingService
|
|
1576
1576
|
# @example Request syntax with placeholder values
|
1577
1577
|
#
|
1578
1578
|
# resp = client.get_builtin_intents({
|
1579
|
-
# locale: "
|
1579
|
+
# locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-US, es-US
|
1580
1580
|
# signature_contains: "String",
|
1581
1581
|
# next_token: "NextToken",
|
1582
1582
|
# max_results: 1,
|
@@ -1587,7 +1587,7 @@ module Aws::LexModelBuildingService
|
|
1587
1587
|
# resp.intents #=> Array
|
1588
1588
|
# resp.intents[0].signature #=> String
|
1589
1589
|
# resp.intents[0].supported_locales #=> Array
|
1590
|
-
# resp.intents[0].supported_locales[0] #=> String, one of "en-
|
1590
|
+
# resp.intents[0].supported_locales[0] #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
|
1591
1591
|
# resp.next_token #=> String
|
1592
1592
|
#
|
1593
1593
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBuiltinIntents AWS API Documentation
|
@@ -1639,7 +1639,7 @@ module Aws::LexModelBuildingService
|
|
1639
1639
|
# @example Request syntax with placeholder values
|
1640
1640
|
#
|
1641
1641
|
# resp = client.get_builtin_slot_types({
|
1642
|
-
# locale: "
|
1642
|
+
# locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-US, es-US
|
1643
1643
|
# signature_contains: "String",
|
1644
1644
|
# next_token: "NextToken",
|
1645
1645
|
# max_results: 1,
|
@@ -1650,7 +1650,7 @@ module Aws::LexModelBuildingService
|
|
1650
1650
|
# resp.slot_types #=> Array
|
1651
1651
|
# resp.slot_types[0].signature #=> String
|
1652
1652
|
# resp.slot_types[0].supported_locales #=> Array
|
1653
|
-
# resp.slot_types[0].supported_locales[0] #=> String, one of "en-
|
1653
|
+
# resp.slot_types[0].supported_locales[0] #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
|
1654
1654
|
# resp.next_token #=> String
|
1655
1655
|
#
|
1656
1656
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBuiltinSlotTypes AWS API Documentation
|
@@ -2933,7 +2933,7 @@ module Aws::LexModelBuildingService
|
|
2933
2933
|
# voice_id: "String",
|
2934
2934
|
# checksum: "String",
|
2935
2935
|
# process_behavior: "SAVE", # accepts SAVE, BUILD
|
2936
|
-
# locale: "
|
2936
|
+
# locale: "de-DE", # required, accepts de-DE, en-AU, en-GB, en-US, es-US
|
2937
2937
|
# child_directed: false, # required
|
2938
2938
|
# detect_sentiment: false,
|
2939
2939
|
# create_version: false,
|
@@ -2973,7 +2973,7 @@ module Aws::LexModelBuildingService
|
|
2973
2973
|
# resp.voice_id #=> String
|
2974
2974
|
# resp.checksum #=> String
|
2975
2975
|
# resp.version #=> String
|
2976
|
-
# resp.locale #=> String, one of "en-
|
2976
|
+
# resp.locale #=> String, one of "de-DE", "en-AU", "en-GB", "en-US", "es-US"
|
2977
2977
|
# resp.child_directed #=> Boolean
|
2978
2978
|
# resp.create_version #=> Boolean
|
2979
2979
|
# resp.detect_sentiment #=> Boolean
|
@@ -4111,7 +4111,7 @@ module Aws::LexModelBuildingService
|
|
4111
4111
|
params: params,
|
4112
4112
|
config: config)
|
4113
4113
|
context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
|
4114
|
-
context[:gem_version] = '1.
|
4114
|
+
context[:gem_version] = '1.38.0'
|
4115
4115
|
Seahorse::Client::Request.new(handlers, context)
|
4116
4116
|
end
|
4117
4117
|
|
@@ -494,7 +494,7 @@ module Aws::LexModelBuildingService
|
|
494
494
|
#
|
495
495
|
# @!attribute [rw] enable_model_improvements
|
496
496
|
# Indicates whether the bot uses accuracy improvements. `true`
|
497
|
-
# indicates that the bot is using the
|
497
|
+
# indicates that the bot is using the improvements, otherwise,
|
498
498
|
# `false`.
|
499
499
|
# @return [Boolean]
|
500
500
|
#
|
@@ -627,7 +627,7 @@ module Aws::LexModelBuildingService
|
|
627
627
|
# @return [String]
|
628
628
|
#
|
629
629
|
# @!attribute [rw] kendra_configuration
|
630
|
-
# Configuration information, if any, for
|
630
|
+
# Configuration information, if any, for connecting an Amazon Kendra
|
631
631
|
# index with the `AMAZON.KendraSearchIntent` intent.
|
632
632
|
# @return [Types::KendraConfiguration]
|
633
633
|
#
|
@@ -1458,7 +1458,7 @@ module Aws::LexModelBuildingService
|
|
1458
1458
|
#
|
1459
1459
|
# @!attribute [rw] enable_model_improvements
|
1460
1460
|
# Indicates whether the bot uses accuracy improvements. `true`
|
1461
|
-
# indicates that the bot is using the
|
1461
|
+
# indicates that the bot is using the improvements, otherwise,
|
1462
1462
|
# `false`.
|
1463
1463
|
# @return [Boolean]
|
1464
1464
|
#
|
@@ -1768,7 +1768,7 @@ module Aws::LexModelBuildingService
|
|
1768
1768
|
# data as a hash:
|
1769
1769
|
#
|
1770
1770
|
# {
|
1771
|
-
# locale: "
|
1771
|
+
# locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-US, es-US
|
1772
1772
|
# signature_contains: "String",
|
1773
1773
|
# next_token: "NextToken",
|
1774
1774
|
# max_results: 1,
|
@@ -1838,7 +1838,7 @@ module Aws::LexModelBuildingService
|
|
1838
1838
|
# data as a hash:
|
1839
1839
|
#
|
1840
1840
|
# {
|
1841
|
-
# locale: "
|
1841
|
+
# locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-US, es-US
|
1842
1842
|
# signature_contains: "String",
|
1843
1843
|
# next_token: "NextToken",
|
1844
1844
|
# max_results: 1,
|
@@ -3093,7 +3093,7 @@ module Aws::LexModelBuildingService
|
|
3093
3093
|
# voice_id: "String",
|
3094
3094
|
# checksum: "String",
|
3095
3095
|
# process_behavior: "SAVE", # accepts SAVE, BUILD
|
3096
|
-
# locale: "
|
3096
|
+
# locale: "de-DE", # required, accepts de-DE, en-AU, en-GB, en-US, es-US
|
3097
3097
|
# child_directed: false, # required
|
3098
3098
|
# detect_sentiment: false,
|
3099
3099
|
# create_version: false,
|
@@ -3418,7 +3418,7 @@ module Aws::LexModelBuildingService
|
|
3418
3418
|
#
|
3419
3419
|
# @!attribute [rw] enable_model_improvements
|
3420
3420
|
# Indicates whether the bot uses accuracy improvements. `true`
|
3421
|
-
# indicates that the bot is using the
|
3421
|
+
# indicates that the bot is using the improvements, otherwise,
|
3422
3422
|
# `false`.
|
3423
3423
|
# @return [Boolean]
|
3424
3424
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lexmodelbuildingservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.38.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|