aws-sdk-lexmodelsv2 1.14.0 → 1.18.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: ad2ace7d21c2e5360a2bc5d937993213639ad0c68981a158edf29cde37c3f293
4
- data.tar.gz: 5ef82e66c39efd95e1eb32e14ef0a8ec63f0dd090143804551d887a2fe4944b6
3
+ metadata.gz: 14b989aed5773f3807f502c6a75b685e2046b9ed29c2d2556b2db5bc7c04f717
4
+ data.tar.gz: afbcc361032bf0c6ef235de9b47d3679b00fe73db28af9b731876a4084ac3ecf
5
5
  SHA512:
6
- metadata.gz: e7eab58568e3a0cb27ac6c73f40ec81e4443aba8138cac38295bdfd6550f806182ec68c3abb188d9b74d9b361b906e81278f7e02320ad8b43f876e3cc6d43f4a
7
- data.tar.gz: 98d6defff751197701c8eced19bfad228138e493a3d3843da69f12e5e1103c0e87897766769e19dd5e05f2098b68302cd8d4bcf6e748d0e0003c1d563affdbde
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.14.0
1
+ 1.18.0