aws-sdk-lexmodelsv2 1.16.0 → 1.20.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: 32d6f5627db4419d322caa438b0d77d5deb6f92f6b1ec30adcaa81caa8e03fb4
4
- data.tar.gz: 562d788fa3f60e3d3b5ea3fa36ff4aeb43b1b6ff578709c5a98d81cad759ce1b
3
+ metadata.gz: e97e105a6e7b74afa548af3ce88f8bdb44750784ffe212f4e25a40b7ff6cfb81
4
+ data.tar.gz: 4816a42e255ce710fce0e121985ebcb5a152213813a6a63035b0517f6cf8bc27
5
5
  SHA512:
6
- metadata.gz: dd7a1306c17ea01aa4aa81712a3bb300c29fee3db64e058eed081e79d52c46a6d445d8cccc056a1076c1dd923f2740e7e4e697a0c574a81d4350a5088c3390f5
7
- data.tar.gz: 7b688b4622169b408a13c3208a764db5cfbd1b5f628e2297d5e794e9244ca5416dd814d3a794000bf069de0c3616f17baae5fba92e4447fac9d3750200d99921
6
+ metadata.gz: e7415add11c544ade59e0e0ec91263aab7c0749f59501ddea29c0bf451d11025fcb8eccf6b39561e8f98dbc90f42744a0a5a561f4b9383805e1f49b2bdbf140b
7
+ data.tar.gz: d618ed4646b8656e7e7cf1704435f51b87b87f924c67dc1952d0e0e9c30b1a1133e00c8e05704eea8205cc46278fd29920d4f17f723b5c5244d9591b766fd671
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2022-01-12)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for Custom vocabulary in Amazon Lex V2 APIs for model building. Customers can give Amazon Lex V2 more information about how to process audio conversations with a bot by creating a custom vocabulary in a specific language.
8
+
9
+ 1.19.0 (2021-12-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.18.0 (2021-12-09)
15
+ ------------------
16
+
17
+ * 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.
18
+
19
+ 1.17.0 (2021-12-01)
20
+ ------------------
21
+
22
+ * 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.
23
+
4
24
  1.16.0 (2021-11-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.20.0