aws-sdk-lexmodelsv2 1.26.0 → 1.28.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +1092 -7
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +87 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +3253 -1310
- 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: 9698369e1459f0e0a8e76c79759f990037cc13afb4072062f8d0b4c2b754a723
|
4
|
+
data.tar.gz: 3019600737967f3295678e5523c53a769cced9bcb1a0f92171f2ab4304d8820c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d24d720b0d78aaefadd216e94a14b90e7fc6f14169ea9cb90e40c2eecd3a24b3133d08f6ba28d716489792feb68059fa9cff7e96a864ef6aa55016b01fb4288
|
7
|
+
data.tar.gz: d5cbf3f3e9ad003fea9ecb9ad6e3470013e8404a7c5cf96885ef55665c3f93eff365d6d0138c0d44ca4c20349ba067b4d23a1fc7d3f076d34a84a12308c68b94
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.28.0 (2022-09-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces additional optional parameters promptAttemptsSpecification to PromptSpecification, which enables the users to configure interrupt setting and Audio, DTMF and Text input configuration for the initial and retry prompt played by the Bot
|
8
|
+
|
9
|
+
1.27.0 (2022-09-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation.
|
13
|
+
|
4
14
|
1.26.0 (2022-08-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|