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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2395496229844274a2b53d65ba5e44a64e0c315d847373686d0298735ae7b419
|
4
|
+
data.tar.gz: 2097ff287cfd621b1f09a37c18d52c19ec453daba9f113d4490785a7d264806c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cc58e4a98dc8614fbe75996b815cb705569ae272bf301df0012d1f3e36a55fc73e1d8c0d0beb8bb111300b2a3eeaa4cdf49bda731186b2dfbc342956a2665ff
|
7
|
+
data.tar.gz: c3158df96f1b4ffa0607a29d31c5de0e2903ec7d90a277cb287be4040c10478f19cf460b7bf98fe9d79337c71d5ea4db39cae43e2495d85d7929c1c7052cdf13
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.19.0 (2021-12-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.18.0 (2021-12-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for grammar slot type in Amazon Lex. You can author your own grammar in the XML format per the SRGS specification to collect information in a conversation.
|
13
|
+
|
14
|
+
1.17.0 (2021-12-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release introduces a new feature, Automated Chatbot Designer, that helps customers automatically create a bot design from existing conversation transcripts. The feature uses machine learning to discover most common intents and the information needed to fulfill them.
|
18
|
+
|
19
|
+
1.16.0 (2021-11-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.15.0 (2021-11-18)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|