aws-sdk-lexmodelsv2 1.14.0 → 1.18.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +609 -28
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +343 -2
- data/lib/aws-sdk-lexmodelsv2/types.rb +1479 -53
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14b989aed5773f3807f502c6a75b685e2046b9ed29c2d2556b2db5bc7c04f717
|
4
|
+
data.tar.gz: afbcc361032bf0c6ef235de9b47d3679b00fe73db28af9b731876a4084ac3ecf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f638d75dd542327a119ff84b64eee68e10276ff825e2ca271363f90a33da6608f3bf7aa28faa1e49c88b1803697fc2df677b1c26fe197e02a3b2cc79fdf93b49
|
7
|
+
data.tar.gz: ee34ab4c14e07872069b5197ab653d753ed3bb783b0cdd092aadabe22f6308ba9b1e12f62d3077144aeb587ba8b4858909f9c3d5708750e0ae3621c9ba9a2162
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.18.0 (2021-12-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
9
|
+
1.17.0 (2021-12-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
14
|
+
1.16.0 (2021-11-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.15.0 (2021-11-18)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for Polly Neural TTS (NTTS) voices. Customers can choose between 'standard' and 'neural' for Polly Engine configuration per locale when creating or updating an Amazon Lex bot.
|
23
|
+
|
4
24
|
1.14.0 (2021-11-04)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|