aws-sdk-lexmodelsv2 1.17.0 → 1.21.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 +245 -29
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +112 -2
- data/lib/aws-sdk-lexmodelsv2/types.rb +538 -44
- 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: 44bbeb4645972a51868a353f4ad50a383c8609b32b4a29790b4660de62bf257a
|
4
|
+
data.tar.gz: 7872062a880d1203dcb134f6a369cc5c2f00ee47631d8ed1af22aaebee482b87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6217bdad7f19f7ebf473865f66c7dfb1ab5b5824124d3c82a3e2ee7d0cc1aeb21a609f2079189f8b79c353eeb197f4d9caba901f8ed253adc2801a731f78914e
|
7
|
+
data.tar.gz: be65f1b6fa05ae6dec3f56d13009679f93db62d3b619a201f888f56c0f6255b242b88c9334b3f1a2e337b9e7c679fba0e570bee6eebc7c8aa431594a0555ee7f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.21.0 (2022-02-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.20.0 (2022-01-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
14
|
+
1.19.0 (2021-12-21)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.18.0 (2021-12-09)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* 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.
|
23
|
+
|
4
24
|
1.17.0 (2021-12-01)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|