aws-sdk-lexmodelsv2 1.22.0 → 1.25.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: 6fce080f6b64af288c5c8b561d887ecc6f52b77092674001cac68339570aba5d
4
- data.tar.gz: 6f49028ca8a73dae5b05d5bb61df1dd34c7da5b93f85b58ba18b203b52f6c2d3
3
+ metadata.gz: 0e156e9bdeba6de690fc1fdfd9fa35717f4827ddb65facac3020687e73a7eddb
4
+ data.tar.gz: c7ab5c8531cdb1885e5f945388ba094a5cbd8820d204851e5ebe38f907c15d67
5
5
  SHA512:
6
- metadata.gz: 838e7f75e61638d155313ab13b421dd442419ca50da62d5f29efe417ff9e21c7c105dba9f246afe071d94072b71f29690f383298ef6190a7cac304d25b5c0575
7
- data.tar.gz: a5a26aecf8ac7bfc430eb6c871193182011ad2632a6399210845fdacf6cc0d7ed88ab6df3e65aad2cc28a5c07f6bede466166b18a23307efc8db9b65fddbcd1e
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.22.0
1
+ 1.25.0