aws-sdk-lex 1.72.0 → 1.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lex/client.rb +1 -5
- data/lib/aws-sdk-lex/types.rb +0 -2
- data/lib/aws-sdk-lex.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: '07845d3875aaf8a42520406ca92f1c9860f694ba3a1c0179ad7c4a5560c0c743'
|
4
|
+
data.tar.gz: 5561dcf461c201ab2844eb91c278f83251aa41243e3bbca92f16b5ef3010f9ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20d2730c7ac00d90a40fe141906fb910562d396977b151b446e1e1a6c0953d0905315b453ac5b6cf045756cda55c3bd54ba090c27b93d171a9931d081b65de7e
|
7
|
+
data.tar.gz: 7eb3adbea8c7f17e51f242bda1170398bc19cac9bad2860d2b89edf59100a85622063409b0666e5d3655dda8d810f32dc2e1bfd207fdd00e3650a1b8fe6b8abb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
data/lib/aws-sdk-lex/client.rb
CHANGED
@@ -608,7 +608,6 @@ module Aws::Lex
|
|
608
608
|
#
|
609
609
|
# * `x-amz-lex-slots` header set to a map of slots configured for the
|
610
610
|
# intent with their current values
|
611
|
-
#
|
612
611
|
# * If the message is a confirmation prompt, the
|
613
612
|
# `x-amz-lex-dialog-state` header is set to `Confirmation` and the
|
614
613
|
# `x-amz-lex-slot-to-elicit` header is omitted.
|
@@ -713,14 +712,12 @@ module Aws::Lex
|
|
713
712
|
#
|
714
713
|
# * audio/lpcm; sample-rate=8000; sample-size-bits=16;
|
715
714
|
# channel-count=1; is-big-endian=false
|
716
|
-
#
|
717
715
|
# * Opus format
|
718
716
|
#
|
719
717
|
# * audio/x-cbr-opus-with-preamble; preamble-size=0; bit-rate=256000;
|
720
718
|
# frame-size-milliseconds=4
|
721
719
|
#
|
722
720
|
# ^
|
723
|
-
#
|
724
721
|
# * Text format
|
725
722
|
#
|
726
723
|
# * text/plain; charset=utf-8
|
@@ -885,7 +882,6 @@ module Aws::Lex
|
|
885
882
|
#
|
886
883
|
# * `slots` set to a map of slots, configured for the intent, with
|
887
884
|
# currently known values
|
888
|
-
#
|
889
885
|
# * If the message is a confirmation prompt, the `dialogState` is set to
|
890
886
|
# ConfirmIntent and `SlotToElicit` is set to null.
|
891
887
|
#
|
@@ -1253,7 +1249,7 @@ module Aws::Lex
|
|
1253
1249
|
tracer: tracer
|
1254
1250
|
)
|
1255
1251
|
context[:gem_name] = 'aws-sdk-lex'
|
1256
|
-
context[:gem_version] = '1.
|
1252
|
+
context[:gem_version] = '1.73.0'
|
1257
1253
|
Seahorse::Client::Request.new(handlers, context)
|
1258
1254
|
end
|
1259
1255
|
|
data/lib/aws-sdk-lex/types.rb
CHANGED
@@ -664,14 +664,12 @@ module Aws::Lex
|
|
664
664
|
#
|
665
665
|
# * audio/lpcm; sample-rate=8000; sample-size-bits=16;
|
666
666
|
# channel-count=1; is-big-endian=false
|
667
|
-
#
|
668
667
|
# * Opus format
|
669
668
|
#
|
670
669
|
# * audio/x-cbr-opus-with-preamble; preamble-size=0;
|
671
670
|
# bit-rate=256000; frame-size-milliseconds=4
|
672
671
|
#
|
673
672
|
# ^
|
674
|
-
#
|
675
673
|
# * Text format
|
676
674
|
#
|
677
675
|
# * text/plain; charset=utf-8
|
data/lib/aws-sdk-lex.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|