aws-sdk-lexruntimev2 1.67.0 → 1.69.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-lexruntimev2/async_client.rb +6 -8
- data/lib/aws-sdk-lexruntimev2/client.rb +6 -8
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- data/sig/client.rbs +3 -115
- data/sig/params.rbs +110 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d696ae5bc16c87212944cb68138c8ec35505c01d082867743aff9cd327d4a83
|
|
4
|
+
data.tar.gz: 6a775892e33f59d481a72b4480676c5567b6ad61bf2114d6df017da67603fdee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc7411e3918b8225f9d5a96322ae0fb19ba48c058376a94475b39e79c22f086ddb3abb18284e1b1df934e1c1ab07b8e260a96b6dd8909f58ef76cad6db6feda8
|
|
7
|
+
data.tar.gz: a43f507027d4e87dcf46af92b7b606d04e073c812d182de144c5fdd3cd0228fe0db54ff6e4bec8f5d574060ae0f529717554148fbdd675add2eaa5680b96f079
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.69.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.68.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.67.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.69.0
|
|
@@ -168,7 +168,7 @@ module Aws::LexRuntimeV2
|
|
|
168
168
|
# the required types.
|
|
169
169
|
#
|
|
170
170
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
171
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
171
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
172
172
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
173
173
|
#
|
|
174
174
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -283,17 +283,15 @@ module Aws::LexRuntimeV2
|
|
|
283
283
|
# @option options [String] :retry_mode ("legacy")
|
|
284
284
|
# Specifies which retry algorithm to use. Values are:
|
|
285
285
|
#
|
|
286
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
287
|
-
# no retry mode is provided.
|
|
286
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
287
|
+
# value if no retry mode is provided.
|
|
288
288
|
#
|
|
289
289
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
290
290
|
# This includes support for retry quotas, which limit the number of
|
|
291
291
|
# unsuccessful retries a client can make.
|
|
292
292
|
#
|
|
293
|
-
# * `adaptive` -
|
|
294
|
-
#
|
|
295
|
-
# throttling. This is a provisional mode that may change behavior
|
|
296
|
-
# in the future.
|
|
293
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
294
|
+
# `standard` mode along with automatic client side throttling.
|
|
297
295
|
#
|
|
298
296
|
# @option options [String] :sdk_ua_app_id
|
|
299
297
|
# A unique and opaque application ID that is appended to the
|
|
@@ -825,7 +823,7 @@ module Aws::LexRuntimeV2
|
|
|
825
823
|
tracer: tracer
|
|
826
824
|
)
|
|
827
825
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
828
|
-
context[:gem_version] = '1.
|
|
826
|
+
context[:gem_version] = '1.69.0'
|
|
829
827
|
Seahorse::Client::Request.new(handlers, context)
|
|
830
828
|
end
|
|
831
829
|
|
|
@@ -201,7 +201,7 @@ module Aws::LexRuntimeV2
|
|
|
201
201
|
# the required types.
|
|
202
202
|
#
|
|
203
203
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
204
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
204
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
205
205
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
206
206
|
#
|
|
207
207
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -334,17 +334,15 @@ module Aws::LexRuntimeV2
|
|
|
334
334
|
# @option options [String] :retry_mode ("legacy")
|
|
335
335
|
# Specifies which retry algorithm to use. Values are:
|
|
336
336
|
#
|
|
337
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
338
|
-
# no retry mode is provided.
|
|
337
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
338
|
+
# value if no retry mode is provided.
|
|
339
339
|
#
|
|
340
340
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
341
341
|
# This includes support for retry quotas, which limit the number of
|
|
342
342
|
# unsuccessful retries a client can make.
|
|
343
343
|
#
|
|
344
|
-
# * `adaptive` -
|
|
345
|
-
#
|
|
346
|
-
# throttling. This is a provisional mode that may change behavior
|
|
347
|
-
# in the future.
|
|
344
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
345
|
+
# `standard` mode along with automatic client side throttling.
|
|
348
346
|
#
|
|
349
347
|
# @option options [String] :sdk_ua_app_id
|
|
350
348
|
# A unique and opaque application ID that is appended to the
|
|
@@ -1260,7 +1258,7 @@ module Aws::LexRuntimeV2
|
|
|
1260
1258
|
tracer: tracer
|
|
1261
1259
|
)
|
|
1262
1260
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
1263
|
-
context[:gem_version] = '1.
|
|
1261
|
+
context[:gem_version] = '1.69.0'
|
|
1264
1262
|
Seahorse::Client::Request.new(handlers, context)
|
|
1265
1263
|
end
|
|
1266
1264
|
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -129,72 +129,9 @@ module Aws
|
|
|
129
129
|
locale_id: ::String,
|
|
130
130
|
session_id: ::String,
|
|
131
131
|
?messages: Array[
|
|
132
|
-
|
|
133
|
-
content: ::String?,
|
|
134
|
-
content_type: ("CustomPayload" | "ImageResponseCard" | "PlainText" | "SSML"),
|
|
135
|
-
image_response_card: {
|
|
136
|
-
title: ::String,
|
|
137
|
-
subtitle: ::String?,
|
|
138
|
-
image_url: ::String?,
|
|
139
|
-
buttons: Array[
|
|
140
|
-
{
|
|
141
|
-
text: ::String,
|
|
142
|
-
value: ::String
|
|
143
|
-
},
|
|
144
|
-
]?
|
|
145
|
-
}?
|
|
146
|
-
},
|
|
132
|
+
Params::message
|
|
147
133
|
],
|
|
148
|
-
session_state:
|
|
149
|
-
dialog_action: {
|
|
150
|
-
type: ("Close" | "ConfirmIntent" | "Delegate" | "ElicitIntent" | "ElicitSlot" | "None"),
|
|
151
|
-
slot_to_elicit: ::String?,
|
|
152
|
-
slot_elicitation_style: ("Default" | "SpellByLetter" | "SpellByWord")?,
|
|
153
|
-
sub_slot_to_elicit: {
|
|
154
|
-
name: ::String,
|
|
155
|
-
sub_slot_to_elicit: untyped?
|
|
156
|
-
}?
|
|
157
|
-
}?,
|
|
158
|
-
intent: {
|
|
159
|
-
name: ::String,
|
|
160
|
-
slots: Hash[::String, {
|
|
161
|
-
value: {
|
|
162
|
-
original_value: ::String?,
|
|
163
|
-
interpreted_value: ::String,
|
|
164
|
-
resolved_values: Array[::String]?
|
|
165
|
-
}?,
|
|
166
|
-
shape: ("Scalar" | "List" | "Composite")?,
|
|
167
|
-
values: Array[
|
|
168
|
-
untyped,
|
|
169
|
-
]?,
|
|
170
|
-
sub_slots: untyped?
|
|
171
|
-
}]?,
|
|
172
|
-
state: ("Failed" | "Fulfilled" | "InProgress" | "ReadyForFulfillment" | "Waiting" | "FulfillmentInProgress")?,
|
|
173
|
-
confirmation_state: ("Confirmed" | "Denied" | "None")?
|
|
174
|
-
}?,
|
|
175
|
-
active_contexts: Array[
|
|
176
|
-
{
|
|
177
|
-
name: ::String,
|
|
178
|
-
time_to_live: {
|
|
179
|
-
time_to_live_in_seconds: ::Integer,
|
|
180
|
-
turns_to_live: ::Integer
|
|
181
|
-
},
|
|
182
|
-
context_attributes: Hash[::String, ::String]
|
|
183
|
-
},
|
|
184
|
-
]?,
|
|
185
|
-
session_attributes: Hash[::String, ::String]?,
|
|
186
|
-
originating_request_id: ::String?,
|
|
187
|
-
runtime_hints: {
|
|
188
|
-
slot_hints: Hash[::String, Hash[::String, {
|
|
189
|
-
runtime_hint_values: Array[
|
|
190
|
-
{
|
|
191
|
-
phrase: ::String
|
|
192
|
-
},
|
|
193
|
-
]?,
|
|
194
|
-
sub_slot_hints: untyped?
|
|
195
|
-
}]]?
|
|
196
|
-
}?
|
|
197
|
-
},
|
|
134
|
+
session_state: Params::session_state,
|
|
198
135
|
?request_attributes: Hash[::String, ::String],
|
|
199
136
|
?response_content_type: ::String
|
|
200
137
|
) ?{ (*untyped) -> void } -> _PutSessionResponseSuccess
|
|
@@ -216,56 +153,7 @@ module Aws
|
|
|
216
153
|
locale_id: ::String,
|
|
217
154
|
session_id: ::String,
|
|
218
155
|
text: ::String,
|
|
219
|
-
?session_state:
|
|
220
|
-
dialog_action: {
|
|
221
|
-
type: ("Close" | "ConfirmIntent" | "Delegate" | "ElicitIntent" | "ElicitSlot" | "None"),
|
|
222
|
-
slot_to_elicit: ::String?,
|
|
223
|
-
slot_elicitation_style: ("Default" | "SpellByLetter" | "SpellByWord")?,
|
|
224
|
-
sub_slot_to_elicit: {
|
|
225
|
-
name: ::String,
|
|
226
|
-
sub_slot_to_elicit: untyped?
|
|
227
|
-
}?
|
|
228
|
-
}?,
|
|
229
|
-
intent: {
|
|
230
|
-
name: ::String,
|
|
231
|
-
slots: Hash[::String, {
|
|
232
|
-
value: {
|
|
233
|
-
original_value: ::String?,
|
|
234
|
-
interpreted_value: ::String,
|
|
235
|
-
resolved_values: Array[::String]?
|
|
236
|
-
}?,
|
|
237
|
-
shape: ("Scalar" | "List" | "Composite")?,
|
|
238
|
-
values: Array[
|
|
239
|
-
untyped,
|
|
240
|
-
]?,
|
|
241
|
-
sub_slots: untyped?
|
|
242
|
-
}]?,
|
|
243
|
-
state: ("Failed" | "Fulfilled" | "InProgress" | "ReadyForFulfillment" | "Waiting" | "FulfillmentInProgress")?,
|
|
244
|
-
confirmation_state: ("Confirmed" | "Denied" | "None")?
|
|
245
|
-
}?,
|
|
246
|
-
active_contexts: Array[
|
|
247
|
-
{
|
|
248
|
-
name: ::String,
|
|
249
|
-
time_to_live: {
|
|
250
|
-
time_to_live_in_seconds: ::Integer,
|
|
251
|
-
turns_to_live: ::Integer
|
|
252
|
-
},
|
|
253
|
-
context_attributes: Hash[::String, ::String]
|
|
254
|
-
},
|
|
255
|
-
]?,
|
|
256
|
-
session_attributes: Hash[::String, ::String]?,
|
|
257
|
-
originating_request_id: ::String?,
|
|
258
|
-
runtime_hints: {
|
|
259
|
-
slot_hints: Hash[::String, Hash[::String, {
|
|
260
|
-
runtime_hint_values: Array[
|
|
261
|
-
{
|
|
262
|
-
phrase: ::String
|
|
263
|
-
},
|
|
264
|
-
]?,
|
|
265
|
-
sub_slot_hints: untyped?
|
|
266
|
-
}]]?
|
|
267
|
-
}?
|
|
268
|
-
},
|
|
156
|
+
?session_state: Params::session_state,
|
|
269
157
|
?request_attributes: Hash[::String, ::String]
|
|
270
158
|
) -> _RecognizeTextResponseSuccess
|
|
271
159
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RecognizeTextResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module LexRuntimeV2
|
|
10
|
+
module Params
|
|
11
|
+
type image_response_card = {
|
|
12
|
+
title: ::String,
|
|
13
|
+
subtitle: ::String?,
|
|
14
|
+
image_url: ::String?,
|
|
15
|
+
buttons: Array[
|
|
16
|
+
{
|
|
17
|
+
text: ::String,
|
|
18
|
+
value: ::String
|
|
19
|
+
}
|
|
20
|
+
]?
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
type message = {
|
|
24
|
+
content: ::String?,
|
|
25
|
+
content_type: ("CustomPayload" | "ImageResponseCard" | "PlainText" | "SSML"),
|
|
26
|
+
image_response_card: Params::image_response_card?
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
type dialog_action = {
|
|
30
|
+
type: ("Close" | "ConfirmIntent" | "Delegate" | "ElicitIntent" | "ElicitSlot" | "None"),
|
|
31
|
+
slot_to_elicit: ::String?,
|
|
32
|
+
slot_elicitation_style: ("Default" | "SpellByLetter" | "SpellByWord")?,
|
|
33
|
+
sub_slot_to_elicit: {
|
|
34
|
+
name: ::String,
|
|
35
|
+
sub_slot_to_elicit: untyped?
|
|
36
|
+
}?
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
type intent = {
|
|
40
|
+
name: ::String,
|
|
41
|
+
slots: Hash[::String, Params::slot]?,
|
|
42
|
+
state: ("Failed" | "Fulfilled" | "InProgress" | "ReadyForFulfillment" | "Waiting" | "FulfillmentInProgress")?,
|
|
43
|
+
confirmation_state: ("Confirmed" | "Denied" | "None")?
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
type session_state = {
|
|
47
|
+
dialog_action: Params::dialog_action?,
|
|
48
|
+
intent: Params::intent?,
|
|
49
|
+
active_contexts: Array[
|
|
50
|
+
Params::active_context
|
|
51
|
+
]?,
|
|
52
|
+
session_attributes: Hash[::String, ::String]?,
|
|
53
|
+
originating_request_id: ::String?,
|
|
54
|
+
runtime_hints: {
|
|
55
|
+
slot_hints: Hash[::String, Hash[::String, {
|
|
56
|
+
runtime_hint_values: Array[
|
|
57
|
+
{
|
|
58
|
+
phrase: ::String
|
|
59
|
+
}
|
|
60
|
+
]?,
|
|
61
|
+
sub_slot_hints: untyped?
|
|
62
|
+
}]]?
|
|
63
|
+
}?
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
type slot = {
|
|
67
|
+
value: {
|
|
68
|
+
original_value: ::String?,
|
|
69
|
+
interpreted_value: ::String,
|
|
70
|
+
resolved_values: Array[::String]?
|
|
71
|
+
}?,
|
|
72
|
+
shape: ("Scalar" | "List" | "Composite")?,
|
|
73
|
+
values: Array[
|
|
74
|
+
{
|
|
75
|
+
value: {
|
|
76
|
+
original_value: ::String?,
|
|
77
|
+
interpreted_value: ::String,
|
|
78
|
+
resolved_values: Array[::String]?
|
|
79
|
+
}?,
|
|
80
|
+
shape: ("Scalar" | "List" | "Composite")?,
|
|
81
|
+
values: untyped?,
|
|
82
|
+
sub_slots: Hash[::String, untyped]?
|
|
83
|
+
}
|
|
84
|
+
]?,
|
|
85
|
+
sub_slots: Hash[::String, {
|
|
86
|
+
value: {
|
|
87
|
+
original_value: ::String?,
|
|
88
|
+
interpreted_value: ::String,
|
|
89
|
+
resolved_values: Array[::String]?
|
|
90
|
+
}?,
|
|
91
|
+
shape: ("Scalar" | "List" | "Composite")?,
|
|
92
|
+
values: Array[
|
|
93
|
+
untyped
|
|
94
|
+
]?,
|
|
95
|
+
sub_slots: untyped?
|
|
96
|
+
}]?
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
type active_context = {
|
|
100
|
+
name: ::String,
|
|
101
|
+
time_to_live: {
|
|
102
|
+
time_to_live_in_seconds: ::Integer,
|
|
103
|
+
turns_to_live: ::Integer
|
|
104
|
+
},
|
|
105
|
+
context_attributes: Hash[::String, ::String]
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
end
|
|
109
|
+
end
|
|
110
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lexruntimev2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.69.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -70,6 +70,7 @@ files:
|
|
|
70
70
|
- sig/async_client.rbs
|
|
71
71
|
- sig/client.rbs
|
|
72
72
|
- sig/errors.rbs
|
|
73
|
+
- sig/params.rbs
|
|
73
74
|
- sig/resource.rbs
|
|
74
75
|
- sig/types.rbs
|
|
75
76
|
- sig/waiters.rbs
|