aws-sdk-lexmodelsv2 1.8.0 → 1.12.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 +1190 -114
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +139 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +2101 -274
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd5534704acdf187c9c9cb3842830e1717e90642f83eb3ab1b4a9e48c3bfeabd
|
4
|
+
data.tar.gz: 8b488e8395959d002cdfc3f8ef6fc69e4b9d0487523142790f4cc94da1645051
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 160ff6fa8a1a7e477d746a7eddc012072e48c618c8959e7a8e8d9bbeeaa6c0abe61f85aa6eb020c1e4f713df9c20bf69616d79d1abae0c311944b08567fb8a57
|
7
|
+
data.tar.gz: cb33e8a7b8f33b273c7e5ef7b9d059362f48df9267b033e8e37e067b035d99092eff9b4df46ffbf6405b12ebf3d9c63e17fc893c704b0fa8f26f8f1bf9ba0f4d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.12.0 (2021-10-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added configuration support for an Amazon Lex bot to provide fulfillment progress updates to users while their requests are being processed. See documentation for more details: https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html
|
8
|
+
|
9
|
+
1.11.0 (2021-09-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for utterances statistics for bots built using Lex V2 console and APIs. For details, see: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html
|
13
|
+
|
14
|
+
1.10.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.9.0 (2021-08-05)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Customers can now toggle the active field on prompts and responses.
|
23
|
+
|
4
24
|
1.8.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|