aws-sdk-lexmodelsv2 1.22.0 → 1.25.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +16188 -1703
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +141 -4
- data/lib/aws-sdk-lexmodelsv2/types.rb +23946 -5955
- 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: 0e156e9bdeba6de690fc1fdfd9fa35717f4827ddb65facac3020687e73a7eddb
|
|
4
|
+
data.tar.gz: c7ab5c8531cdb1885e5f945388ba094a5cbd8820d204851e5ebe38f907c15d67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25803ea89da766d5c6544d300c12882ea2dca64481d1309109d03d1ee661bc7bcefe844e0e3396aa04430b475074d9a6ccba6da2065a73e0fc314a450e671368
|
|
7
|
+
data.tar.gz: 670c60c987fc422b0c424d9ddbe6c5b56334083c369aecc25ef896682b3da149671647051cf38c285633a895479acccfe5ac19db66deb917716181be93d24a9b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.25.0 (2022-08-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release introduces support for enhanced conversation design with the ability to define custom conversation flows with conditional branching and new bot responses.
|
|
8
|
+
|
|
9
|
+
1.24.0 (2022-07-05)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release introduces additional optional parameters "messageSelectionStrategy" to PromptSpecification, which enables the users to configure the bot to play messages in orderly manner.
|
|
13
|
+
|
|
14
|
+
1.23.0 (2022-03-10)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - This release makes slotTypeId an optional parameter in CreateSlot and UpdateSlot APIs in Amazon Lex V2 for model building. Customers can create and update slots without specifying a slot type id.
|
|
18
|
+
|
|
4
19
|
1.22.0 (2022-02-24)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.25.0
|