aws-sdk-lexruntimev2 1.67.0 → 1.68.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eef219a7d7058bcd6eb0fa8a8b69ea1a89386a5a739c03a26909005a1dc09bc4
4
- data.tar.gz: 93f6e4a8adb12d44da6004e3b0c1702a963d1da2b190d22ed30e731170d3b81f
3
+ metadata.gz: 13ee64b5160b0fc7865736be1bdd78427985fdd1fdef1a57463f9709a3f7671c
4
+ data.tar.gz: d67d824a101e474017d24c868fb85869b29ee5ddde55ccd1802377046c48302b
5
5
  SHA512:
6
- metadata.gz: 407f786836ae2bad3aab24d03e1ad9e2af2be8f1dee65292e4db51d3c4b1d8654ee22b3102ef0205e102fd27bfbeeb7d97e476f8be56640132c4224bc3c36015
7
- data.tar.gz: b1ba8c0c344d0669156d095e011db395a0f2f54354fa89134492525dfdfe761e0c85d20c028f11d1e9b29e0d4636d3878b11085a18f93a9f22e5b6c18cdf570e
6
+ metadata.gz: c61da7c304d9aee5ba33f80e613403beb31b716d3e4fb80134beba513d3a793863ceeea87c67e80c5e9139a71708c941171539ed360109f41c77a1fc1e14b479
7
+ data.tar.gz: f1862c341a90f7d3ee0d7795ea5048daa71e43268148d199aaae8cc711221d00f038a844e0503dcea74f47b4c40011da7b2044b18b222cd43b18f99e3f3b7515
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.67.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -825,7 +825,7 @@ module Aws::LexRuntimeV2
825
825
  tracer: tracer
826
826
  )
827
827
  context[:gem_name] = 'aws-sdk-lexruntimev2'
828
- context[:gem_version] = '1.67.0'
828
+ context[:gem_version] = '1.68.0'
829
829
  Seahorse::Client::Request.new(handlers, context)
830
830
  end
831
831
 
@@ -1260,7 +1260,7 @@ module Aws::LexRuntimeV2
1260
1260
  tracer: tracer
1261
1261
  )
1262
1262
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1263
- context[:gem_version] = '1.67.0'
1263
+ context[:gem_version] = '1.68.0'
1264
1264
  Seahorse::Client::Request.new(handlers, context)
1265
1265
  end
1266
1266
 
@@ -72,7 +72,7 @@ module Aws::LexRuntimeV2
72
72
  autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
73
73
  autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
74
74
 
75
- GEM_VERSION = '1.67.0'
75
+ GEM_VERSION = '1.68.0'
76
76
 
77
77
  end
78
78
 
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.67.0
4
+ version: 1.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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