aws-sdk-lexmodelsv2 1.46.0 → 1.48.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 +287 -1
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +210 -0
- data/lib/aws-sdk-lexmodelsv2/endpoints.rb +84 -0
- data/lib/aws-sdk-lexmodelsv2/plugins/endpoints.rb +13 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +437 -0
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- data/sig/client.rbs +12955 -0
- data/sig/errors.rbs +38 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +3638 -0
- data/sig/waiters.rbs +101 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,3638 @@
|
|
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::LexModelsV2
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class ActiveContext
|
12
|
+
attr_accessor name: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AdvancedRecognitionSetting
|
17
|
+
attr_accessor audio_recognition_strategy: ("UseSlotValuesAsCustomVocabulary")
|
18
|
+
SENSITIVE: []
|
19
|
+
end
|
20
|
+
|
21
|
+
class AgentTurnResult
|
22
|
+
attr_accessor expected_agent_prompt: ::String
|
23
|
+
attr_accessor actual_agent_prompt: ::String
|
24
|
+
attr_accessor error_details: Types::ExecutionErrorDetails
|
25
|
+
attr_accessor actual_elicited_slot: ::String
|
26
|
+
attr_accessor actual_intent: ::String
|
27
|
+
SENSITIVE: []
|
28
|
+
end
|
29
|
+
|
30
|
+
class AgentTurnSpecification
|
31
|
+
attr_accessor agent_prompt: ::String
|
32
|
+
SENSITIVE: []
|
33
|
+
end
|
34
|
+
|
35
|
+
class AggregatedUtterancesFilter
|
36
|
+
attr_accessor name: ("Utterance")
|
37
|
+
attr_accessor values: ::Array[::String]
|
38
|
+
attr_accessor operator: ("CO" | "EQ")
|
39
|
+
SENSITIVE: []
|
40
|
+
end
|
41
|
+
|
42
|
+
class AggregatedUtterancesSortBy
|
43
|
+
attr_accessor attribute: ("HitCount" | "MissedCount")
|
44
|
+
attr_accessor order: ("Ascending" | "Descending")
|
45
|
+
SENSITIVE: []
|
46
|
+
end
|
47
|
+
|
48
|
+
class AggregatedUtterancesSummary
|
49
|
+
attr_accessor utterance: ::String
|
50
|
+
attr_accessor hit_count: ::Integer
|
51
|
+
attr_accessor missed_count: ::Integer
|
52
|
+
attr_accessor utterance_first_recorded_in_aggregation_duration: ::Time
|
53
|
+
attr_accessor utterance_last_recorded_in_aggregation_duration: ::Time
|
54
|
+
attr_accessor contains_data_from_deleted_resources: bool
|
55
|
+
SENSITIVE: []
|
56
|
+
end
|
57
|
+
|
58
|
+
class AllowedInputTypes
|
59
|
+
attr_accessor allow_audio_input: bool
|
60
|
+
attr_accessor allow_dtmf_input: bool
|
61
|
+
SENSITIVE: []
|
62
|
+
end
|
63
|
+
|
64
|
+
class AnalyticsBinBySpecification
|
65
|
+
attr_accessor name: ("ConversationStartTime" | "UtteranceTimestamp")
|
66
|
+
attr_accessor interval: ("OneHour" | "OneDay")
|
67
|
+
attr_accessor order: ("Ascending" | "Descending")
|
68
|
+
SENSITIVE: []
|
69
|
+
end
|
70
|
+
|
71
|
+
class AnalyticsBinKey
|
72
|
+
attr_accessor name: ("ConversationStartTime" | "UtteranceTimestamp")
|
73
|
+
attr_accessor value: ::Integer
|
74
|
+
SENSITIVE: []
|
75
|
+
end
|
76
|
+
|
77
|
+
class AnalyticsIntentFilter
|
78
|
+
attr_accessor name: ("BotAliasId" | "BotVersion" | "LocaleId" | "Modality" | "Channel" | "SessionId" | "OriginatingRequestId" | "IntentName" | "IntentEndState")
|
79
|
+
attr_accessor operator: ("EQ" | "GT" | "LT")
|
80
|
+
attr_accessor values: ::Array[::String]
|
81
|
+
SENSITIVE: []
|
82
|
+
end
|
83
|
+
|
84
|
+
class AnalyticsIntentGroupByKey
|
85
|
+
attr_accessor name: ("IntentName" | "IntentEndState" | "IntentLevel")
|
86
|
+
attr_accessor value: ::String
|
87
|
+
SENSITIVE: []
|
88
|
+
end
|
89
|
+
|
90
|
+
class AnalyticsIntentGroupBySpecification
|
91
|
+
attr_accessor name: ("IntentName" | "IntentEndState" | "IntentLevel")
|
92
|
+
SENSITIVE: []
|
93
|
+
end
|
94
|
+
|
95
|
+
class AnalyticsIntentMetric
|
96
|
+
attr_accessor name: ("Count" | "Success" | "Failure" | "Switched" | "Dropped")
|
97
|
+
attr_accessor statistic: ("Sum" | "Avg" | "Max")
|
98
|
+
attr_accessor order: ("Ascending" | "Descending")
|
99
|
+
SENSITIVE: []
|
100
|
+
end
|
101
|
+
|
102
|
+
class AnalyticsIntentMetricResult
|
103
|
+
attr_accessor name: ("Count" | "Success" | "Failure" | "Switched" | "Dropped")
|
104
|
+
attr_accessor statistic: ("Sum" | "Avg" | "Max")
|
105
|
+
attr_accessor value: ::Float
|
106
|
+
SENSITIVE: []
|
107
|
+
end
|
108
|
+
|
109
|
+
class AnalyticsIntentNodeSummary
|
110
|
+
attr_accessor intent_name: ::String
|
111
|
+
attr_accessor intent_path: ::String
|
112
|
+
attr_accessor intent_count: ::Integer
|
113
|
+
attr_accessor intent_level: ::Integer
|
114
|
+
attr_accessor node_type: ("Inner" | "Exit")
|
115
|
+
SENSITIVE: []
|
116
|
+
end
|
117
|
+
|
118
|
+
class AnalyticsIntentResult
|
119
|
+
attr_accessor bin_keys: ::Array[Types::AnalyticsBinKey]
|
120
|
+
attr_accessor group_by_keys: ::Array[Types::AnalyticsIntentGroupByKey]
|
121
|
+
attr_accessor metrics_results: ::Array[Types::AnalyticsIntentMetricResult]
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class AnalyticsIntentStageFilter
|
126
|
+
attr_accessor name: ("BotAliasId" | "BotVersion" | "LocaleId" | "Modality" | "Channel" | "SessionId" | "OriginatingRequestId" | "IntentName" | "IntentStageName")
|
127
|
+
attr_accessor operator: ("EQ" | "GT" | "LT")
|
128
|
+
attr_accessor values: ::Array[::String]
|
129
|
+
SENSITIVE: []
|
130
|
+
end
|
131
|
+
|
132
|
+
class AnalyticsIntentStageGroupByKey
|
133
|
+
attr_accessor name: ("IntentStageName" | "SwitchedToIntent")
|
134
|
+
attr_accessor value: ::String
|
135
|
+
SENSITIVE: []
|
136
|
+
end
|
137
|
+
|
138
|
+
class AnalyticsIntentStageGroupBySpecification
|
139
|
+
attr_accessor name: ("IntentStageName" | "SwitchedToIntent")
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class AnalyticsIntentStageMetric
|
144
|
+
attr_accessor name: ("Count" | "Success" | "Failed" | "Dropped" | "Retry")
|
145
|
+
attr_accessor statistic: ("Sum" | "Avg" | "Max")
|
146
|
+
attr_accessor order: ("Ascending" | "Descending")
|
147
|
+
SENSITIVE: []
|
148
|
+
end
|
149
|
+
|
150
|
+
class AnalyticsIntentStageMetricResult
|
151
|
+
attr_accessor name: ("Count" | "Success" | "Failed" | "Dropped" | "Retry")
|
152
|
+
attr_accessor statistic: ("Sum" | "Avg" | "Max")
|
153
|
+
attr_accessor value: ::Float
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
157
|
+
class AnalyticsIntentStageResult
|
158
|
+
attr_accessor bin_keys: ::Array[Types::AnalyticsBinKey]
|
159
|
+
attr_accessor group_by_keys: ::Array[Types::AnalyticsIntentStageGroupByKey]
|
160
|
+
attr_accessor metrics_results: ::Array[Types::AnalyticsIntentStageMetricResult]
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class AnalyticsPathFilter
|
165
|
+
attr_accessor name: ("BotAliasId" | "BotVersion" | "LocaleId" | "Modality" | "Channel")
|
166
|
+
attr_accessor operator: ("EQ" | "GT" | "LT")
|
167
|
+
attr_accessor values: ::Array[::String]
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class AnalyticsSessionFilter
|
172
|
+
attr_accessor name: ("BotAliasId" | "BotVersion" | "LocaleId" | "Modality" | "Channel" | "Duration" | "ConversationEndState" | "SessionId" | "OriginatingRequestId" | "IntentPath")
|
173
|
+
attr_accessor operator: ("EQ" | "GT" | "LT")
|
174
|
+
attr_accessor values: ::Array[::String]
|
175
|
+
SENSITIVE: []
|
176
|
+
end
|
177
|
+
|
178
|
+
class AnalyticsSessionGroupByKey
|
179
|
+
attr_accessor name: ("ConversationEndState" | "LocaleId")
|
180
|
+
attr_accessor value: ::String
|
181
|
+
SENSITIVE: []
|
182
|
+
end
|
183
|
+
|
184
|
+
class AnalyticsSessionGroupBySpecification
|
185
|
+
attr_accessor name: ("ConversationEndState" | "LocaleId")
|
186
|
+
SENSITIVE: []
|
187
|
+
end
|
188
|
+
|
189
|
+
class AnalyticsSessionMetric
|
190
|
+
attr_accessor name: ("Count" | "Success" | "Failure" | "Dropped" | "Duration" | "TurnsPerConversation" | "Concurrency")
|
191
|
+
attr_accessor statistic: ("Sum" | "Avg" | "Max")
|
192
|
+
attr_accessor order: ("Ascending" | "Descending")
|
193
|
+
SENSITIVE: []
|
194
|
+
end
|
195
|
+
|
196
|
+
class AnalyticsSessionMetricResult
|
197
|
+
attr_accessor name: ("Count" | "Success" | "Failure" | "Dropped" | "Duration" | "TurnsPerConversation" | "Concurrency")
|
198
|
+
attr_accessor statistic: ("Sum" | "Avg" | "Max")
|
199
|
+
attr_accessor value: ::Float
|
200
|
+
SENSITIVE: []
|
201
|
+
end
|
202
|
+
|
203
|
+
class AnalyticsSessionResult
|
204
|
+
attr_accessor bin_keys: ::Array[Types::AnalyticsBinKey]
|
205
|
+
attr_accessor group_by_keys: ::Array[Types::AnalyticsSessionGroupByKey]
|
206
|
+
attr_accessor metrics_results: ::Array[Types::AnalyticsSessionMetricResult]
|
207
|
+
SENSITIVE: []
|
208
|
+
end
|
209
|
+
|
210
|
+
class AnalyticsUtteranceAttribute
|
211
|
+
attr_accessor name: ("LastUsedIntent")
|
212
|
+
SENSITIVE: []
|
213
|
+
end
|
214
|
+
|
215
|
+
class AnalyticsUtteranceAttributeResult
|
216
|
+
attr_accessor last_used_intent: ::String
|
217
|
+
SENSITIVE: []
|
218
|
+
end
|
219
|
+
|
220
|
+
class AnalyticsUtteranceFilter
|
221
|
+
attr_accessor name: ("BotAliasId" | "BotVersion" | "LocaleId" | "Modality" | "Channel" | "SessionId" | "OriginatingRequestId" | "UtteranceState" | "UtteranceText")
|
222
|
+
attr_accessor operator: ("EQ" | "GT" | "LT")
|
223
|
+
attr_accessor values: ::Array[::String]
|
224
|
+
SENSITIVE: []
|
225
|
+
end
|
226
|
+
|
227
|
+
class AnalyticsUtteranceGroupByKey
|
228
|
+
attr_accessor name: ("UtteranceText" | "UtteranceState")
|
229
|
+
attr_accessor value: ::String
|
230
|
+
SENSITIVE: []
|
231
|
+
end
|
232
|
+
|
233
|
+
class AnalyticsUtteranceGroupBySpecification
|
234
|
+
attr_accessor name: ("UtteranceText" | "UtteranceState")
|
235
|
+
SENSITIVE: []
|
236
|
+
end
|
237
|
+
|
238
|
+
class AnalyticsUtteranceMetric
|
239
|
+
attr_accessor name: ("Count" | "Missed" | "Detected" | "UtteranceTimestamp")
|
240
|
+
attr_accessor statistic: ("Sum" | "Avg" | "Max")
|
241
|
+
attr_accessor order: ("Ascending" | "Descending")
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class AnalyticsUtteranceMetricResult
|
246
|
+
attr_accessor name: ("Count" | "Missed" | "Detected" | "UtteranceTimestamp")
|
247
|
+
attr_accessor statistic: ("Sum" | "Avg" | "Max")
|
248
|
+
attr_accessor value: ::Float
|
249
|
+
SENSITIVE: []
|
250
|
+
end
|
251
|
+
|
252
|
+
class AnalyticsUtteranceResult
|
253
|
+
attr_accessor bin_keys: ::Array[Types::AnalyticsBinKey]
|
254
|
+
attr_accessor group_by_keys: ::Array[Types::AnalyticsUtteranceGroupByKey]
|
255
|
+
attr_accessor metrics_results: ::Array[Types::AnalyticsUtteranceMetricResult]
|
256
|
+
attr_accessor attribute_results: ::Array[Types::AnalyticsUtteranceAttributeResult]
|
257
|
+
SENSITIVE: []
|
258
|
+
end
|
259
|
+
|
260
|
+
class AssociatedTranscript
|
261
|
+
attr_accessor transcript: ::String
|
262
|
+
SENSITIVE: []
|
263
|
+
end
|
264
|
+
|
265
|
+
class AssociatedTranscriptFilter
|
266
|
+
attr_accessor name: ("IntentId" | "SlotTypeId")
|
267
|
+
attr_accessor values: ::Array[::String]
|
268
|
+
SENSITIVE: []
|
269
|
+
end
|
270
|
+
|
271
|
+
class AudioAndDTMFInputSpecification
|
272
|
+
attr_accessor start_timeout_ms: ::Integer
|
273
|
+
attr_accessor audio_specification: Types::AudioSpecification
|
274
|
+
attr_accessor dtmf_specification: Types::DTMFSpecification
|
275
|
+
SENSITIVE: []
|
276
|
+
end
|
277
|
+
|
278
|
+
class AudioLogDestination
|
279
|
+
attr_accessor s3_bucket: Types::S3BucketLogDestination
|
280
|
+
SENSITIVE: []
|
281
|
+
end
|
282
|
+
|
283
|
+
class AudioLogSetting
|
284
|
+
attr_accessor enabled: bool
|
285
|
+
attr_accessor destination: Types::AudioLogDestination
|
286
|
+
attr_accessor selective_logging_enabled: bool
|
287
|
+
SENSITIVE: []
|
288
|
+
end
|
289
|
+
|
290
|
+
class AudioSpecification
|
291
|
+
attr_accessor max_length_ms: ::Integer
|
292
|
+
attr_accessor end_timeout_ms: ::Integer
|
293
|
+
SENSITIVE: []
|
294
|
+
end
|
295
|
+
|
296
|
+
class BatchCreateCustomVocabularyItemRequest
|
297
|
+
attr_accessor bot_id: ::String
|
298
|
+
attr_accessor bot_version: ::String
|
299
|
+
attr_accessor locale_id: ::String
|
300
|
+
attr_accessor custom_vocabulary_item_list: ::Array[Types::NewCustomVocabularyItem]
|
301
|
+
SENSITIVE: []
|
302
|
+
end
|
303
|
+
|
304
|
+
class BatchCreateCustomVocabularyItemResponse
|
305
|
+
attr_accessor bot_id: ::String
|
306
|
+
attr_accessor bot_version: ::String
|
307
|
+
attr_accessor locale_id: ::String
|
308
|
+
attr_accessor errors: ::Array[Types::FailedCustomVocabularyItem]
|
309
|
+
attr_accessor resources: ::Array[Types::CustomVocabularyItem]
|
310
|
+
SENSITIVE: []
|
311
|
+
end
|
312
|
+
|
313
|
+
class BatchDeleteCustomVocabularyItemRequest
|
314
|
+
attr_accessor bot_id: ::String
|
315
|
+
attr_accessor bot_version: ::String
|
316
|
+
attr_accessor locale_id: ::String
|
317
|
+
attr_accessor custom_vocabulary_item_list: ::Array[Types::CustomVocabularyEntryId]
|
318
|
+
SENSITIVE: []
|
319
|
+
end
|
320
|
+
|
321
|
+
class BatchDeleteCustomVocabularyItemResponse
|
322
|
+
attr_accessor bot_id: ::String
|
323
|
+
attr_accessor bot_version: ::String
|
324
|
+
attr_accessor locale_id: ::String
|
325
|
+
attr_accessor errors: ::Array[Types::FailedCustomVocabularyItem]
|
326
|
+
attr_accessor resources: ::Array[Types::CustomVocabularyItem]
|
327
|
+
SENSITIVE: []
|
328
|
+
end
|
329
|
+
|
330
|
+
class BatchUpdateCustomVocabularyItemRequest
|
331
|
+
attr_accessor bot_id: ::String
|
332
|
+
attr_accessor bot_version: ::String
|
333
|
+
attr_accessor locale_id: ::String
|
334
|
+
attr_accessor custom_vocabulary_item_list: ::Array[Types::CustomVocabularyItem]
|
335
|
+
SENSITIVE: []
|
336
|
+
end
|
337
|
+
|
338
|
+
class BatchUpdateCustomVocabularyItemResponse
|
339
|
+
attr_accessor bot_id: ::String
|
340
|
+
attr_accessor bot_version: ::String
|
341
|
+
attr_accessor locale_id: ::String
|
342
|
+
attr_accessor errors: ::Array[Types::FailedCustomVocabularyItem]
|
343
|
+
attr_accessor resources: ::Array[Types::CustomVocabularyItem]
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class BedrockModelSpecification
|
348
|
+
attr_accessor model_arn: ::String
|
349
|
+
SENSITIVE: []
|
350
|
+
end
|
351
|
+
|
352
|
+
class BotAliasHistoryEvent
|
353
|
+
attr_accessor bot_version: ::String
|
354
|
+
attr_accessor start_date: ::Time
|
355
|
+
attr_accessor end_date: ::Time
|
356
|
+
SENSITIVE: []
|
357
|
+
end
|
358
|
+
|
359
|
+
class BotAliasLocaleSettings
|
360
|
+
attr_accessor enabled: bool
|
361
|
+
attr_accessor code_hook_specification: Types::CodeHookSpecification
|
362
|
+
SENSITIVE: []
|
363
|
+
end
|
364
|
+
|
365
|
+
class BotAliasReplicaSummary
|
366
|
+
attr_accessor bot_alias_id: ::String
|
367
|
+
attr_accessor bot_alias_replication_status: ("Creating" | "Updating" | "Available" | "Deleting" | "Failed")
|
368
|
+
attr_accessor bot_version: ::String
|
369
|
+
attr_accessor creation_date_time: ::Time
|
370
|
+
attr_accessor last_updated_date_time: ::Time
|
371
|
+
attr_accessor failure_reasons: ::Array[::String]
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class BotAliasSummary
|
376
|
+
attr_accessor bot_alias_id: ::String
|
377
|
+
attr_accessor bot_alias_name: ::String
|
378
|
+
attr_accessor description: ::String
|
379
|
+
attr_accessor bot_version: ::String
|
380
|
+
attr_accessor bot_alias_status: ("Creating" | "Available" | "Deleting" | "Failed")
|
381
|
+
attr_accessor creation_date_time: ::Time
|
382
|
+
attr_accessor last_updated_date_time: ::Time
|
383
|
+
SENSITIVE: []
|
384
|
+
end
|
385
|
+
|
386
|
+
class BotAliasTestExecutionTarget
|
387
|
+
attr_accessor bot_id: ::String
|
388
|
+
attr_accessor bot_alias_id: ::String
|
389
|
+
attr_accessor locale_id: ::String
|
390
|
+
SENSITIVE: []
|
391
|
+
end
|
392
|
+
|
393
|
+
class BotExportSpecification
|
394
|
+
attr_accessor bot_id: ::String
|
395
|
+
attr_accessor bot_version: ::String
|
396
|
+
SENSITIVE: []
|
397
|
+
end
|
398
|
+
|
399
|
+
class BotFilter
|
400
|
+
attr_accessor name: ("BotName" | "BotType")
|
401
|
+
attr_accessor values: ::Array[::String]
|
402
|
+
attr_accessor operator: ("CO" | "EQ" | "NE")
|
403
|
+
SENSITIVE: []
|
404
|
+
end
|
405
|
+
|
406
|
+
class BotImportSpecification
|
407
|
+
attr_accessor bot_name: ::String
|
408
|
+
attr_accessor role_arn: ::String
|
409
|
+
attr_accessor data_privacy: Types::DataPrivacy
|
410
|
+
attr_accessor idle_session_ttl_in_seconds: ::Integer
|
411
|
+
attr_accessor bot_tags: ::Hash[::String, ::String]
|
412
|
+
attr_accessor test_bot_alias_tags: ::Hash[::String, ::String]
|
413
|
+
SENSITIVE: []
|
414
|
+
end
|
415
|
+
|
416
|
+
class BotLocaleExportSpecification
|
417
|
+
attr_accessor bot_id: ::String
|
418
|
+
attr_accessor bot_version: ::String
|
419
|
+
attr_accessor locale_id: ::String
|
420
|
+
SENSITIVE: []
|
421
|
+
end
|
422
|
+
|
423
|
+
class BotLocaleFilter
|
424
|
+
attr_accessor name: ("BotLocaleName")
|
425
|
+
attr_accessor values: ::Array[::String]
|
426
|
+
attr_accessor operator: ("CO" | "EQ")
|
427
|
+
SENSITIVE: []
|
428
|
+
end
|
429
|
+
|
430
|
+
class BotLocaleHistoryEvent
|
431
|
+
attr_accessor event: ::String
|
432
|
+
attr_accessor event_date: ::Time
|
433
|
+
SENSITIVE: []
|
434
|
+
end
|
435
|
+
|
436
|
+
class BotLocaleImportSpecification
|
437
|
+
attr_accessor bot_id: ::String
|
438
|
+
attr_accessor bot_version: ::String
|
439
|
+
attr_accessor locale_id: ::String
|
440
|
+
attr_accessor nlu_intent_confidence_threshold: ::Float
|
441
|
+
attr_accessor voice_settings: Types::VoiceSettings
|
442
|
+
SENSITIVE: []
|
443
|
+
end
|
444
|
+
|
445
|
+
class BotLocaleSortBy
|
446
|
+
attr_accessor attribute: ("BotLocaleName")
|
447
|
+
attr_accessor order: ("Ascending" | "Descending")
|
448
|
+
SENSITIVE: []
|
449
|
+
end
|
450
|
+
|
451
|
+
class BotLocaleSummary
|
452
|
+
attr_accessor locale_id: ::String
|
453
|
+
attr_accessor locale_name: ::String
|
454
|
+
attr_accessor description: ::String
|
455
|
+
attr_accessor bot_locale_status: ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
456
|
+
attr_accessor last_updated_date_time: ::Time
|
457
|
+
attr_accessor last_build_submitted_date_time: ::Time
|
458
|
+
SENSITIVE: []
|
459
|
+
end
|
460
|
+
|
461
|
+
class BotMember
|
462
|
+
attr_accessor bot_member_id: ::String
|
463
|
+
attr_accessor bot_member_name: ::String
|
464
|
+
attr_accessor bot_member_alias_id: ::String
|
465
|
+
attr_accessor bot_member_alias_name: ::String
|
466
|
+
attr_accessor bot_member_version: ::String
|
467
|
+
SENSITIVE: []
|
468
|
+
end
|
469
|
+
|
470
|
+
class BotRecommendationResultStatistics
|
471
|
+
attr_accessor intents: Types::IntentStatistics
|
472
|
+
attr_accessor slot_types: Types::SlotTypeStatistics
|
473
|
+
SENSITIVE: []
|
474
|
+
end
|
475
|
+
|
476
|
+
class BotRecommendationResults
|
477
|
+
attr_accessor bot_locale_export_url: ::String
|
478
|
+
attr_accessor associated_transcripts_url: ::String
|
479
|
+
attr_accessor statistics: Types::BotRecommendationResultStatistics
|
480
|
+
SENSITIVE: []
|
481
|
+
end
|
482
|
+
|
483
|
+
class BotRecommendationSummary
|
484
|
+
attr_accessor bot_recommendation_status: ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
485
|
+
attr_accessor bot_recommendation_id: ::String
|
486
|
+
attr_accessor creation_date_time: ::Time
|
487
|
+
attr_accessor last_updated_date_time: ::Time
|
488
|
+
SENSITIVE: []
|
489
|
+
end
|
490
|
+
|
491
|
+
class BotReplicaSummary
|
492
|
+
attr_accessor replica_region: ::String
|
493
|
+
attr_accessor creation_date_time: ::Time
|
494
|
+
attr_accessor bot_replica_status: ("Enabling" | "Enabled" | "Deleting" | "Failed")
|
495
|
+
attr_accessor failure_reasons: ::Array[::String]
|
496
|
+
SENSITIVE: []
|
497
|
+
end
|
498
|
+
|
499
|
+
class BotSortBy
|
500
|
+
attr_accessor attribute: ("BotName")
|
501
|
+
attr_accessor order: ("Ascending" | "Descending")
|
502
|
+
SENSITIVE: []
|
503
|
+
end
|
504
|
+
|
505
|
+
class BotSummary
|
506
|
+
attr_accessor bot_id: ::String
|
507
|
+
attr_accessor bot_name: ::String
|
508
|
+
attr_accessor description: ::String
|
509
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
510
|
+
attr_accessor latest_bot_version: ::String
|
511
|
+
attr_accessor last_updated_date_time: ::Time
|
512
|
+
attr_accessor bot_type: ("Bot" | "BotNetwork")
|
513
|
+
SENSITIVE: []
|
514
|
+
end
|
515
|
+
|
516
|
+
class BotVersionLocaleDetails
|
517
|
+
attr_accessor source_bot_version: ::String
|
518
|
+
SENSITIVE: []
|
519
|
+
end
|
520
|
+
|
521
|
+
class BotVersionReplicaSortBy
|
522
|
+
attr_accessor attribute: ("BotVersion")
|
523
|
+
attr_accessor order: ("Ascending" | "Descending")
|
524
|
+
SENSITIVE: []
|
525
|
+
end
|
526
|
+
|
527
|
+
class BotVersionReplicaSummary
|
528
|
+
attr_accessor bot_version: ::String
|
529
|
+
attr_accessor bot_version_replication_status: ("Creating" | "Available" | "Deleting" | "Failed")
|
530
|
+
attr_accessor creation_date_time: ::Time
|
531
|
+
attr_accessor failure_reasons: ::Array[::String]
|
532
|
+
SENSITIVE: []
|
533
|
+
end
|
534
|
+
|
535
|
+
class BotVersionSortBy
|
536
|
+
attr_accessor attribute: ("BotVersion")
|
537
|
+
attr_accessor order: ("Ascending" | "Descending")
|
538
|
+
SENSITIVE: []
|
539
|
+
end
|
540
|
+
|
541
|
+
class BotVersionSummary
|
542
|
+
attr_accessor bot_name: ::String
|
543
|
+
attr_accessor bot_version: ::String
|
544
|
+
attr_accessor description: ::String
|
545
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
546
|
+
attr_accessor creation_date_time: ::Time
|
547
|
+
SENSITIVE: []
|
548
|
+
end
|
549
|
+
|
550
|
+
class BuildBotLocaleRequest
|
551
|
+
attr_accessor bot_id: ::String
|
552
|
+
attr_accessor bot_version: ::String
|
553
|
+
attr_accessor locale_id: ::String
|
554
|
+
SENSITIVE: []
|
555
|
+
end
|
556
|
+
|
557
|
+
class BuildBotLocaleResponse
|
558
|
+
attr_accessor bot_id: ::String
|
559
|
+
attr_accessor bot_version: ::String
|
560
|
+
attr_accessor locale_id: ::String
|
561
|
+
attr_accessor bot_locale_status: ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
562
|
+
attr_accessor last_build_submitted_date_time: ::Time
|
563
|
+
SENSITIVE: []
|
564
|
+
end
|
565
|
+
|
566
|
+
class BuildtimeSettings
|
567
|
+
attr_accessor descriptive_bot_builder: Types::DescriptiveBotBuilderSpecification
|
568
|
+
attr_accessor sample_utterance_generation: Types::SampleUtteranceGenerationSpecification
|
569
|
+
SENSITIVE: []
|
570
|
+
end
|
571
|
+
|
572
|
+
class BuiltInIntentSortBy
|
573
|
+
attr_accessor attribute: ("IntentSignature")
|
574
|
+
attr_accessor order: ("Ascending" | "Descending")
|
575
|
+
SENSITIVE: []
|
576
|
+
end
|
577
|
+
|
578
|
+
class BuiltInIntentSummary
|
579
|
+
attr_accessor intent_signature: ::String
|
580
|
+
attr_accessor description: ::String
|
581
|
+
SENSITIVE: []
|
582
|
+
end
|
583
|
+
|
584
|
+
class BuiltInSlotTypeSortBy
|
585
|
+
attr_accessor attribute: ("SlotTypeSignature")
|
586
|
+
attr_accessor order: ("Ascending" | "Descending")
|
587
|
+
SENSITIVE: []
|
588
|
+
end
|
589
|
+
|
590
|
+
class BuiltInSlotTypeSummary
|
591
|
+
attr_accessor slot_type_signature: ::String
|
592
|
+
attr_accessor description: ::String
|
593
|
+
SENSITIVE: []
|
594
|
+
end
|
595
|
+
|
596
|
+
class Button
|
597
|
+
attr_accessor text: ::String
|
598
|
+
attr_accessor value: ::String
|
599
|
+
SENSITIVE: []
|
600
|
+
end
|
601
|
+
|
602
|
+
class CloudWatchLogGroupLogDestination
|
603
|
+
attr_accessor cloud_watch_log_group_arn: ::String
|
604
|
+
attr_accessor log_prefix: ::String
|
605
|
+
SENSITIVE: []
|
606
|
+
end
|
607
|
+
|
608
|
+
class CodeHookSpecification
|
609
|
+
attr_accessor lambda_code_hook: Types::LambdaCodeHook
|
610
|
+
SENSITIVE: []
|
611
|
+
end
|
612
|
+
|
613
|
+
class CompositeSlotTypeSetting
|
614
|
+
attr_accessor sub_slots: ::Array[Types::SubSlotTypeComposition]
|
615
|
+
SENSITIVE: []
|
616
|
+
end
|
617
|
+
|
618
|
+
class Condition
|
619
|
+
attr_accessor expression_string: ::String
|
620
|
+
SENSITIVE: []
|
621
|
+
end
|
622
|
+
|
623
|
+
class ConditionalBranch
|
624
|
+
attr_accessor name: ::String
|
625
|
+
attr_accessor condition: Types::Condition
|
626
|
+
attr_accessor next_step: Types::DialogState
|
627
|
+
attr_accessor response: Types::ResponseSpecification
|
628
|
+
SENSITIVE: []
|
629
|
+
end
|
630
|
+
|
631
|
+
class ConditionalSpecification
|
632
|
+
attr_accessor active: bool
|
633
|
+
attr_accessor conditional_branches: ::Array[Types::ConditionalBranch]
|
634
|
+
attr_accessor default_branch: Types::DefaultConditionalBranch
|
635
|
+
SENSITIVE: []
|
636
|
+
end
|
637
|
+
|
638
|
+
class ConflictException
|
639
|
+
attr_accessor message: ::String
|
640
|
+
SENSITIVE: []
|
641
|
+
end
|
642
|
+
|
643
|
+
class ConversationLevelIntentClassificationResultItem
|
644
|
+
attr_accessor intent_name: ::String
|
645
|
+
attr_accessor match_result: ("Matched" | "Mismatched" | "ExecutionError")
|
646
|
+
SENSITIVE: []
|
647
|
+
end
|
648
|
+
|
649
|
+
class ConversationLevelResultDetail
|
650
|
+
attr_accessor end_to_end_result: ("Matched" | "Mismatched" | "ExecutionError")
|
651
|
+
attr_accessor speech_transcription_result: ("Matched" | "Mismatched" | "ExecutionError")
|
652
|
+
SENSITIVE: []
|
653
|
+
end
|
654
|
+
|
655
|
+
class ConversationLevelSlotResolutionResultItem
|
656
|
+
attr_accessor intent_name: ::String
|
657
|
+
attr_accessor slot_name: ::String
|
658
|
+
attr_accessor match_result: ("Matched" | "Mismatched" | "ExecutionError")
|
659
|
+
SENSITIVE: []
|
660
|
+
end
|
661
|
+
|
662
|
+
class ConversationLevelTestResultItem
|
663
|
+
attr_accessor conversation_id: ::String
|
664
|
+
attr_accessor end_to_end_result: ("Matched" | "Mismatched" | "ExecutionError")
|
665
|
+
attr_accessor speech_transcription_result: ("Matched" | "Mismatched" | "ExecutionError")
|
666
|
+
attr_accessor intent_classification_results: ::Array[Types::ConversationLevelIntentClassificationResultItem]
|
667
|
+
attr_accessor slot_resolution_results: ::Array[Types::ConversationLevelSlotResolutionResultItem]
|
668
|
+
SENSITIVE: []
|
669
|
+
end
|
670
|
+
|
671
|
+
class ConversationLevelTestResults
|
672
|
+
attr_accessor items: ::Array[Types::ConversationLevelTestResultItem]
|
673
|
+
SENSITIVE: []
|
674
|
+
end
|
675
|
+
|
676
|
+
class ConversationLevelTestResultsFilterBy
|
677
|
+
attr_accessor end_to_end_result: ("Matched" | "Mismatched" | "ExecutionError")
|
678
|
+
SENSITIVE: []
|
679
|
+
end
|
680
|
+
|
681
|
+
class ConversationLogSettings
|
682
|
+
attr_accessor text_log_settings: ::Array[Types::TextLogSetting]
|
683
|
+
attr_accessor audio_log_settings: ::Array[Types::AudioLogSetting]
|
684
|
+
SENSITIVE: []
|
685
|
+
end
|
686
|
+
|
687
|
+
class ConversationLogsDataSource
|
688
|
+
attr_accessor bot_id: ::String
|
689
|
+
attr_accessor bot_alias_id: ::String
|
690
|
+
attr_accessor locale_id: ::String
|
691
|
+
attr_accessor filter: Types::ConversationLogsDataSourceFilterBy
|
692
|
+
SENSITIVE: []
|
693
|
+
end
|
694
|
+
|
695
|
+
class ConversationLogsDataSourceFilterBy
|
696
|
+
attr_accessor start_time: ::Time
|
697
|
+
attr_accessor end_time: ::Time
|
698
|
+
attr_accessor input_mode: ("Speech" | "Text")
|
699
|
+
SENSITIVE: []
|
700
|
+
end
|
701
|
+
|
702
|
+
class CreateBotAliasRequest
|
703
|
+
attr_accessor bot_alias_name: ::String
|
704
|
+
attr_accessor description: ::String
|
705
|
+
attr_accessor bot_version: ::String
|
706
|
+
attr_accessor bot_alias_locale_settings: ::Hash[::String, Types::BotAliasLocaleSettings]
|
707
|
+
attr_accessor conversation_log_settings: Types::ConversationLogSettings
|
708
|
+
attr_accessor sentiment_analysis_settings: Types::SentimentAnalysisSettings
|
709
|
+
attr_accessor bot_id: ::String
|
710
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
711
|
+
SENSITIVE: []
|
712
|
+
end
|
713
|
+
|
714
|
+
class CreateBotAliasResponse
|
715
|
+
attr_accessor bot_alias_id: ::String
|
716
|
+
attr_accessor bot_alias_name: ::String
|
717
|
+
attr_accessor description: ::String
|
718
|
+
attr_accessor bot_version: ::String
|
719
|
+
attr_accessor bot_alias_locale_settings: ::Hash[::String, Types::BotAliasLocaleSettings]
|
720
|
+
attr_accessor conversation_log_settings: Types::ConversationLogSettings
|
721
|
+
attr_accessor sentiment_analysis_settings: Types::SentimentAnalysisSettings
|
722
|
+
attr_accessor bot_alias_status: ("Creating" | "Available" | "Deleting" | "Failed")
|
723
|
+
attr_accessor bot_id: ::String
|
724
|
+
attr_accessor creation_date_time: ::Time
|
725
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
726
|
+
SENSITIVE: []
|
727
|
+
end
|
728
|
+
|
729
|
+
class CreateBotLocaleRequest
|
730
|
+
attr_accessor bot_id: ::String
|
731
|
+
attr_accessor bot_version: ::String
|
732
|
+
attr_accessor locale_id: ::String
|
733
|
+
attr_accessor description: ::String
|
734
|
+
attr_accessor nlu_intent_confidence_threshold: ::Float
|
735
|
+
attr_accessor voice_settings: Types::VoiceSettings
|
736
|
+
attr_accessor generative_ai_settings: Types::GenerativeAISettings
|
737
|
+
SENSITIVE: []
|
738
|
+
end
|
739
|
+
|
740
|
+
class CreateBotLocaleResponse
|
741
|
+
attr_accessor bot_id: ::String
|
742
|
+
attr_accessor bot_version: ::String
|
743
|
+
attr_accessor locale_name: ::String
|
744
|
+
attr_accessor locale_id: ::String
|
745
|
+
attr_accessor description: ::String
|
746
|
+
attr_accessor nlu_intent_confidence_threshold: ::Float
|
747
|
+
attr_accessor voice_settings: Types::VoiceSettings
|
748
|
+
attr_accessor bot_locale_status: ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
749
|
+
attr_accessor creation_date_time: ::Time
|
750
|
+
attr_accessor generative_ai_settings: Types::GenerativeAISettings
|
751
|
+
SENSITIVE: []
|
752
|
+
end
|
753
|
+
|
754
|
+
class CreateBotReplicaRequest
|
755
|
+
attr_accessor bot_id: ::String
|
756
|
+
attr_accessor replica_region: ::String
|
757
|
+
SENSITIVE: []
|
758
|
+
end
|
759
|
+
|
760
|
+
class CreateBotReplicaResponse
|
761
|
+
attr_accessor bot_id: ::String
|
762
|
+
attr_accessor replica_region: ::String
|
763
|
+
attr_accessor source_region: ::String
|
764
|
+
attr_accessor creation_date_time: ::Time
|
765
|
+
attr_accessor bot_replica_status: ("Enabling" | "Enabled" | "Deleting" | "Failed")
|
766
|
+
SENSITIVE: []
|
767
|
+
end
|
768
|
+
|
769
|
+
class CreateBotRequest
|
770
|
+
attr_accessor bot_name: ::String
|
771
|
+
attr_accessor description: ::String
|
772
|
+
attr_accessor role_arn: ::String
|
773
|
+
attr_accessor data_privacy: Types::DataPrivacy
|
774
|
+
attr_accessor idle_session_ttl_in_seconds: ::Integer
|
775
|
+
attr_accessor bot_tags: ::Hash[::String, ::String]
|
776
|
+
attr_accessor test_bot_alias_tags: ::Hash[::String, ::String]
|
777
|
+
attr_accessor bot_type: ("Bot" | "BotNetwork")
|
778
|
+
attr_accessor bot_members: ::Array[Types::BotMember]
|
779
|
+
SENSITIVE: []
|
780
|
+
end
|
781
|
+
|
782
|
+
class CreateBotResponse
|
783
|
+
attr_accessor bot_id: ::String
|
784
|
+
attr_accessor bot_name: ::String
|
785
|
+
attr_accessor description: ::String
|
786
|
+
attr_accessor role_arn: ::String
|
787
|
+
attr_accessor data_privacy: Types::DataPrivacy
|
788
|
+
attr_accessor idle_session_ttl_in_seconds: ::Integer
|
789
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
790
|
+
attr_accessor creation_date_time: ::Time
|
791
|
+
attr_accessor bot_tags: ::Hash[::String, ::String]
|
792
|
+
attr_accessor test_bot_alias_tags: ::Hash[::String, ::String]
|
793
|
+
attr_accessor bot_type: ("Bot" | "BotNetwork")
|
794
|
+
attr_accessor bot_members: ::Array[Types::BotMember]
|
795
|
+
SENSITIVE: []
|
796
|
+
end
|
797
|
+
|
798
|
+
class CreateBotVersionRequest
|
799
|
+
attr_accessor bot_id: ::String
|
800
|
+
attr_accessor description: ::String
|
801
|
+
attr_accessor bot_version_locale_specification: ::Hash[::String, Types::BotVersionLocaleDetails]
|
802
|
+
SENSITIVE: []
|
803
|
+
end
|
804
|
+
|
805
|
+
class CreateBotVersionResponse
|
806
|
+
attr_accessor bot_id: ::String
|
807
|
+
attr_accessor description: ::String
|
808
|
+
attr_accessor bot_version: ::String
|
809
|
+
attr_accessor bot_version_locale_specification: ::Hash[::String, Types::BotVersionLocaleDetails]
|
810
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
811
|
+
attr_accessor creation_date_time: ::Time
|
812
|
+
SENSITIVE: []
|
813
|
+
end
|
814
|
+
|
815
|
+
class CreateExportRequest
|
816
|
+
attr_accessor resource_specification: Types::ExportResourceSpecification
|
817
|
+
attr_accessor file_format: ("LexJson" | "TSV" | "CSV")
|
818
|
+
attr_accessor file_password: ::String
|
819
|
+
SENSITIVE: [:file_password]
|
820
|
+
end
|
821
|
+
|
822
|
+
class CreateExportResponse
|
823
|
+
attr_accessor export_id: ::String
|
824
|
+
attr_accessor resource_specification: Types::ExportResourceSpecification
|
825
|
+
attr_accessor file_format: ("LexJson" | "TSV" | "CSV")
|
826
|
+
attr_accessor export_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
827
|
+
attr_accessor creation_date_time: ::Time
|
828
|
+
SENSITIVE: []
|
829
|
+
end
|
830
|
+
|
831
|
+
class CreateIntentRequest
|
832
|
+
attr_accessor intent_name: ::String
|
833
|
+
attr_accessor description: ::String
|
834
|
+
attr_accessor parent_intent_signature: ::String
|
835
|
+
attr_accessor sample_utterances: ::Array[Types::SampleUtterance]
|
836
|
+
attr_accessor dialog_code_hook: Types::DialogCodeHookSettings
|
837
|
+
attr_accessor fulfillment_code_hook: Types::FulfillmentCodeHookSettings
|
838
|
+
attr_accessor intent_confirmation_setting: Types::IntentConfirmationSetting
|
839
|
+
attr_accessor intent_closing_setting: Types::IntentClosingSetting
|
840
|
+
attr_accessor input_contexts: ::Array[Types::InputContext]
|
841
|
+
attr_accessor output_contexts: ::Array[Types::OutputContext]
|
842
|
+
attr_accessor kendra_configuration: Types::KendraConfiguration
|
843
|
+
attr_accessor bot_id: ::String
|
844
|
+
attr_accessor bot_version: ::String
|
845
|
+
attr_accessor locale_id: ::String
|
846
|
+
attr_accessor initial_response_setting: Types::InitialResponseSetting
|
847
|
+
SENSITIVE: []
|
848
|
+
end
|
849
|
+
|
850
|
+
class CreateIntentResponse
|
851
|
+
attr_accessor intent_id: ::String
|
852
|
+
attr_accessor intent_name: ::String
|
853
|
+
attr_accessor description: ::String
|
854
|
+
attr_accessor parent_intent_signature: ::String
|
855
|
+
attr_accessor sample_utterances: ::Array[Types::SampleUtterance]
|
856
|
+
attr_accessor dialog_code_hook: Types::DialogCodeHookSettings
|
857
|
+
attr_accessor fulfillment_code_hook: Types::FulfillmentCodeHookSettings
|
858
|
+
attr_accessor intent_confirmation_setting: Types::IntentConfirmationSetting
|
859
|
+
attr_accessor intent_closing_setting: Types::IntentClosingSetting
|
860
|
+
attr_accessor input_contexts: ::Array[Types::InputContext]
|
861
|
+
attr_accessor output_contexts: ::Array[Types::OutputContext]
|
862
|
+
attr_accessor kendra_configuration: Types::KendraConfiguration
|
863
|
+
attr_accessor bot_id: ::String
|
864
|
+
attr_accessor bot_version: ::String
|
865
|
+
attr_accessor locale_id: ::String
|
866
|
+
attr_accessor creation_date_time: ::Time
|
867
|
+
attr_accessor initial_response_setting: Types::InitialResponseSetting
|
868
|
+
SENSITIVE: []
|
869
|
+
end
|
870
|
+
|
871
|
+
class CreateResourcePolicyRequest
|
872
|
+
attr_accessor resource_arn: ::String
|
873
|
+
attr_accessor policy: ::String
|
874
|
+
SENSITIVE: []
|
875
|
+
end
|
876
|
+
|
877
|
+
class CreateResourcePolicyResponse
|
878
|
+
attr_accessor resource_arn: ::String
|
879
|
+
attr_accessor revision_id: ::String
|
880
|
+
SENSITIVE: []
|
881
|
+
end
|
882
|
+
|
883
|
+
class CreateResourcePolicyStatementRequest
|
884
|
+
attr_accessor resource_arn: ::String
|
885
|
+
attr_accessor statement_id: ::String
|
886
|
+
attr_accessor effect: ("Allow" | "Deny")
|
887
|
+
attr_accessor principal: ::Array[Types::Principal]
|
888
|
+
attr_accessor action: ::Array[::String]
|
889
|
+
attr_accessor condition: ::Hash[::String, ::Hash[::String, ::String]]
|
890
|
+
attr_accessor expected_revision_id: ::String
|
891
|
+
SENSITIVE: []
|
892
|
+
end
|
893
|
+
|
894
|
+
class CreateResourcePolicyStatementResponse
|
895
|
+
attr_accessor resource_arn: ::String
|
896
|
+
attr_accessor revision_id: ::String
|
897
|
+
SENSITIVE: []
|
898
|
+
end
|
899
|
+
|
900
|
+
class CreateSlotRequest
|
901
|
+
attr_accessor slot_name: ::String
|
902
|
+
attr_accessor description: ::String
|
903
|
+
attr_accessor slot_type_id: ::String
|
904
|
+
attr_accessor value_elicitation_setting: Types::SlotValueElicitationSetting
|
905
|
+
attr_accessor obfuscation_setting: Types::ObfuscationSetting
|
906
|
+
attr_accessor bot_id: ::String
|
907
|
+
attr_accessor bot_version: ::String
|
908
|
+
attr_accessor locale_id: ::String
|
909
|
+
attr_accessor intent_id: ::String
|
910
|
+
attr_accessor multiple_values_setting: Types::MultipleValuesSetting
|
911
|
+
attr_accessor sub_slot_setting: Types::SubSlotSetting
|
912
|
+
SENSITIVE: []
|
913
|
+
end
|
914
|
+
|
915
|
+
class CreateSlotResponse
|
916
|
+
attr_accessor slot_id: ::String
|
917
|
+
attr_accessor slot_name: ::String
|
918
|
+
attr_accessor description: ::String
|
919
|
+
attr_accessor slot_type_id: ::String
|
920
|
+
attr_accessor value_elicitation_setting: Types::SlotValueElicitationSetting
|
921
|
+
attr_accessor obfuscation_setting: Types::ObfuscationSetting
|
922
|
+
attr_accessor bot_id: ::String
|
923
|
+
attr_accessor bot_version: ::String
|
924
|
+
attr_accessor locale_id: ::String
|
925
|
+
attr_accessor intent_id: ::String
|
926
|
+
attr_accessor creation_date_time: ::Time
|
927
|
+
attr_accessor multiple_values_setting: Types::MultipleValuesSetting
|
928
|
+
attr_accessor sub_slot_setting: Types::SubSlotSetting
|
929
|
+
SENSITIVE: []
|
930
|
+
end
|
931
|
+
|
932
|
+
class CreateSlotTypeRequest
|
933
|
+
attr_accessor slot_type_name: ::String
|
934
|
+
attr_accessor description: ::String
|
935
|
+
attr_accessor slot_type_values: ::Array[Types::SlotTypeValue]
|
936
|
+
attr_accessor value_selection_setting: Types::SlotValueSelectionSetting
|
937
|
+
attr_accessor parent_slot_type_signature: ::String
|
938
|
+
attr_accessor bot_id: ::String
|
939
|
+
attr_accessor bot_version: ::String
|
940
|
+
attr_accessor locale_id: ::String
|
941
|
+
attr_accessor external_source_setting: Types::ExternalSourceSetting
|
942
|
+
attr_accessor composite_slot_type_setting: Types::CompositeSlotTypeSetting
|
943
|
+
SENSITIVE: []
|
944
|
+
end
|
945
|
+
|
946
|
+
class CreateSlotTypeResponse
|
947
|
+
attr_accessor slot_type_id: ::String
|
948
|
+
attr_accessor slot_type_name: ::String
|
949
|
+
attr_accessor description: ::String
|
950
|
+
attr_accessor slot_type_values: ::Array[Types::SlotTypeValue]
|
951
|
+
attr_accessor value_selection_setting: Types::SlotValueSelectionSetting
|
952
|
+
attr_accessor parent_slot_type_signature: ::String
|
953
|
+
attr_accessor bot_id: ::String
|
954
|
+
attr_accessor bot_version: ::String
|
955
|
+
attr_accessor locale_id: ::String
|
956
|
+
attr_accessor creation_date_time: ::Time
|
957
|
+
attr_accessor external_source_setting: Types::ExternalSourceSetting
|
958
|
+
attr_accessor composite_slot_type_setting: Types::CompositeSlotTypeSetting
|
959
|
+
SENSITIVE: []
|
960
|
+
end
|
961
|
+
|
962
|
+
class CreateTestSetDiscrepancyReportRequest
|
963
|
+
attr_accessor test_set_id: ::String
|
964
|
+
attr_accessor target: Types::TestSetDiscrepancyReportResourceTarget
|
965
|
+
SENSITIVE: []
|
966
|
+
end
|
967
|
+
|
968
|
+
class CreateTestSetDiscrepancyReportResponse
|
969
|
+
attr_accessor test_set_discrepancy_report_id: ::String
|
970
|
+
attr_accessor creation_date_time: ::Time
|
971
|
+
attr_accessor test_set_id: ::String
|
972
|
+
attr_accessor target: Types::TestSetDiscrepancyReportResourceTarget
|
973
|
+
SENSITIVE: []
|
974
|
+
end
|
975
|
+
|
976
|
+
class CreateUploadUrlRequest < Aws::EmptyStructure
|
977
|
+
end
|
978
|
+
|
979
|
+
class CreateUploadUrlResponse
|
980
|
+
attr_accessor import_id: ::String
|
981
|
+
attr_accessor upload_url: ::String
|
982
|
+
SENSITIVE: []
|
983
|
+
end
|
984
|
+
|
985
|
+
class CustomPayload
|
986
|
+
attr_accessor value: ::String
|
987
|
+
SENSITIVE: []
|
988
|
+
end
|
989
|
+
|
990
|
+
class CustomVocabularyEntryId
|
991
|
+
attr_accessor item_id: ::String
|
992
|
+
SENSITIVE: []
|
993
|
+
end
|
994
|
+
|
995
|
+
class CustomVocabularyExportSpecification
|
996
|
+
attr_accessor bot_id: ::String
|
997
|
+
attr_accessor bot_version: ::String
|
998
|
+
attr_accessor locale_id: ::String
|
999
|
+
SENSITIVE: []
|
1000
|
+
end
|
1001
|
+
|
1002
|
+
class CustomVocabularyImportSpecification
|
1003
|
+
attr_accessor bot_id: ::String
|
1004
|
+
attr_accessor bot_version: ::String
|
1005
|
+
attr_accessor locale_id: ::String
|
1006
|
+
SENSITIVE: []
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class CustomVocabularyItem
|
1010
|
+
attr_accessor item_id: ::String
|
1011
|
+
attr_accessor phrase: ::String
|
1012
|
+
attr_accessor weight: ::Integer
|
1013
|
+
attr_accessor display_as: ::String
|
1014
|
+
SENSITIVE: []
|
1015
|
+
end
|
1016
|
+
|
1017
|
+
class DTMFSpecification
|
1018
|
+
attr_accessor max_length: ::Integer
|
1019
|
+
attr_accessor end_timeout_ms: ::Integer
|
1020
|
+
attr_accessor deletion_character: ::String
|
1021
|
+
attr_accessor end_character: ::String
|
1022
|
+
SENSITIVE: []
|
1023
|
+
end
|
1024
|
+
|
1025
|
+
class DataPrivacy
|
1026
|
+
attr_accessor child_directed: bool
|
1027
|
+
SENSITIVE: []
|
1028
|
+
end
|
1029
|
+
|
1030
|
+
class DateRangeFilter
|
1031
|
+
attr_accessor start_date_time: ::Time
|
1032
|
+
attr_accessor end_date_time: ::Time
|
1033
|
+
SENSITIVE: []
|
1034
|
+
end
|
1035
|
+
|
1036
|
+
class DefaultConditionalBranch
|
1037
|
+
attr_accessor next_step: Types::DialogState
|
1038
|
+
attr_accessor response: Types::ResponseSpecification
|
1039
|
+
SENSITIVE: []
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class DeleteBotAliasRequest
|
1043
|
+
attr_accessor bot_alias_id: ::String
|
1044
|
+
attr_accessor bot_id: ::String
|
1045
|
+
attr_accessor skip_resource_in_use_check: bool
|
1046
|
+
SENSITIVE: []
|
1047
|
+
end
|
1048
|
+
|
1049
|
+
class DeleteBotAliasResponse
|
1050
|
+
attr_accessor bot_alias_id: ::String
|
1051
|
+
attr_accessor bot_id: ::String
|
1052
|
+
attr_accessor bot_alias_status: ("Creating" | "Available" | "Deleting" | "Failed")
|
1053
|
+
SENSITIVE: []
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
class DeleteBotLocaleRequest
|
1057
|
+
attr_accessor bot_id: ::String
|
1058
|
+
attr_accessor bot_version: ::String
|
1059
|
+
attr_accessor locale_id: ::String
|
1060
|
+
SENSITIVE: []
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class DeleteBotLocaleResponse
|
1064
|
+
attr_accessor bot_id: ::String
|
1065
|
+
attr_accessor bot_version: ::String
|
1066
|
+
attr_accessor locale_id: ::String
|
1067
|
+
attr_accessor bot_locale_status: ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
1068
|
+
SENSITIVE: []
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class DeleteBotReplicaRequest
|
1072
|
+
attr_accessor bot_id: ::String
|
1073
|
+
attr_accessor replica_region: ::String
|
1074
|
+
SENSITIVE: []
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
class DeleteBotReplicaResponse
|
1078
|
+
attr_accessor bot_id: ::String
|
1079
|
+
attr_accessor replica_region: ::String
|
1080
|
+
attr_accessor bot_replica_status: ("Enabling" | "Enabled" | "Deleting" | "Failed")
|
1081
|
+
SENSITIVE: []
|
1082
|
+
end
|
1083
|
+
|
1084
|
+
class DeleteBotRequest
|
1085
|
+
attr_accessor bot_id: ::String
|
1086
|
+
attr_accessor skip_resource_in_use_check: bool
|
1087
|
+
SENSITIVE: []
|
1088
|
+
end
|
1089
|
+
|
1090
|
+
class DeleteBotResponse
|
1091
|
+
attr_accessor bot_id: ::String
|
1092
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
1093
|
+
SENSITIVE: []
|
1094
|
+
end
|
1095
|
+
|
1096
|
+
class DeleteBotVersionRequest
|
1097
|
+
attr_accessor bot_id: ::String
|
1098
|
+
attr_accessor bot_version: ::String
|
1099
|
+
attr_accessor skip_resource_in_use_check: bool
|
1100
|
+
SENSITIVE: []
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
class DeleteBotVersionResponse
|
1104
|
+
attr_accessor bot_id: ::String
|
1105
|
+
attr_accessor bot_version: ::String
|
1106
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
1107
|
+
SENSITIVE: []
|
1108
|
+
end
|
1109
|
+
|
1110
|
+
class DeleteCustomVocabularyRequest
|
1111
|
+
attr_accessor bot_id: ::String
|
1112
|
+
attr_accessor bot_version: ::String
|
1113
|
+
attr_accessor locale_id: ::String
|
1114
|
+
SENSITIVE: []
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class DeleteCustomVocabularyResponse
|
1118
|
+
attr_accessor bot_id: ::String
|
1119
|
+
attr_accessor bot_version: ::String
|
1120
|
+
attr_accessor locale_id: ::String
|
1121
|
+
attr_accessor custom_vocabulary_status: ("Ready" | "Deleting" | "Exporting" | "Importing" | "Creating")
|
1122
|
+
SENSITIVE: []
|
1123
|
+
end
|
1124
|
+
|
1125
|
+
class DeleteExportRequest
|
1126
|
+
attr_accessor export_id: ::String
|
1127
|
+
SENSITIVE: []
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
class DeleteExportResponse
|
1131
|
+
attr_accessor export_id: ::String
|
1132
|
+
attr_accessor export_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
1133
|
+
SENSITIVE: []
|
1134
|
+
end
|
1135
|
+
|
1136
|
+
class DeleteImportRequest
|
1137
|
+
attr_accessor import_id: ::String
|
1138
|
+
SENSITIVE: []
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class DeleteImportResponse
|
1142
|
+
attr_accessor import_id: ::String
|
1143
|
+
attr_accessor import_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
1144
|
+
SENSITIVE: []
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class DeleteIntentRequest
|
1148
|
+
attr_accessor intent_id: ::String
|
1149
|
+
attr_accessor bot_id: ::String
|
1150
|
+
attr_accessor bot_version: ::String
|
1151
|
+
attr_accessor locale_id: ::String
|
1152
|
+
SENSITIVE: []
|
1153
|
+
end
|
1154
|
+
|
1155
|
+
class DeleteResourcePolicyRequest
|
1156
|
+
attr_accessor resource_arn: ::String
|
1157
|
+
attr_accessor expected_revision_id: ::String
|
1158
|
+
SENSITIVE: []
|
1159
|
+
end
|
1160
|
+
|
1161
|
+
class DeleteResourcePolicyResponse
|
1162
|
+
attr_accessor resource_arn: ::String
|
1163
|
+
attr_accessor revision_id: ::String
|
1164
|
+
SENSITIVE: []
|
1165
|
+
end
|
1166
|
+
|
1167
|
+
class DeleteResourcePolicyStatementRequest
|
1168
|
+
attr_accessor resource_arn: ::String
|
1169
|
+
attr_accessor statement_id: ::String
|
1170
|
+
attr_accessor expected_revision_id: ::String
|
1171
|
+
SENSITIVE: []
|
1172
|
+
end
|
1173
|
+
|
1174
|
+
class DeleteResourcePolicyStatementResponse
|
1175
|
+
attr_accessor resource_arn: ::String
|
1176
|
+
attr_accessor revision_id: ::String
|
1177
|
+
SENSITIVE: []
|
1178
|
+
end
|
1179
|
+
|
1180
|
+
class DeleteSlotRequest
|
1181
|
+
attr_accessor slot_id: ::String
|
1182
|
+
attr_accessor bot_id: ::String
|
1183
|
+
attr_accessor bot_version: ::String
|
1184
|
+
attr_accessor locale_id: ::String
|
1185
|
+
attr_accessor intent_id: ::String
|
1186
|
+
SENSITIVE: []
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class DeleteSlotTypeRequest
|
1190
|
+
attr_accessor slot_type_id: ::String
|
1191
|
+
attr_accessor bot_id: ::String
|
1192
|
+
attr_accessor bot_version: ::String
|
1193
|
+
attr_accessor locale_id: ::String
|
1194
|
+
attr_accessor skip_resource_in_use_check: bool
|
1195
|
+
SENSITIVE: []
|
1196
|
+
end
|
1197
|
+
|
1198
|
+
class DeleteTestSetRequest
|
1199
|
+
attr_accessor test_set_id: ::String
|
1200
|
+
SENSITIVE: []
|
1201
|
+
end
|
1202
|
+
|
1203
|
+
class DeleteUtterancesRequest
|
1204
|
+
attr_accessor bot_id: ::String
|
1205
|
+
attr_accessor locale_id: ::String
|
1206
|
+
attr_accessor session_id: ::String
|
1207
|
+
SENSITIVE: []
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
class DeleteUtterancesResponse < Aws::EmptyStructure
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class DescribeBotAliasRequest
|
1214
|
+
attr_accessor bot_alias_id: ::String
|
1215
|
+
attr_accessor bot_id: ::String
|
1216
|
+
SENSITIVE: []
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class DescribeBotAliasResponse
|
1220
|
+
attr_accessor bot_alias_id: ::String
|
1221
|
+
attr_accessor bot_alias_name: ::String
|
1222
|
+
attr_accessor description: ::String
|
1223
|
+
attr_accessor bot_version: ::String
|
1224
|
+
attr_accessor bot_alias_locale_settings: ::Hash[::String, Types::BotAliasLocaleSettings]
|
1225
|
+
attr_accessor conversation_log_settings: Types::ConversationLogSettings
|
1226
|
+
attr_accessor sentiment_analysis_settings: Types::SentimentAnalysisSettings
|
1227
|
+
attr_accessor bot_alias_history_events: ::Array[Types::BotAliasHistoryEvent]
|
1228
|
+
attr_accessor bot_alias_status: ("Creating" | "Available" | "Deleting" | "Failed")
|
1229
|
+
attr_accessor bot_id: ::String
|
1230
|
+
attr_accessor creation_date_time: ::Time
|
1231
|
+
attr_accessor last_updated_date_time: ::Time
|
1232
|
+
attr_accessor parent_bot_networks: ::Array[Types::ParentBotNetwork]
|
1233
|
+
SENSITIVE: []
|
1234
|
+
end
|
1235
|
+
|
1236
|
+
class DescribeBotLocaleRequest
|
1237
|
+
attr_accessor bot_id: ::String
|
1238
|
+
attr_accessor bot_version: ::String
|
1239
|
+
attr_accessor locale_id: ::String
|
1240
|
+
SENSITIVE: []
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class DescribeBotLocaleResponse
|
1244
|
+
attr_accessor bot_id: ::String
|
1245
|
+
attr_accessor bot_version: ::String
|
1246
|
+
attr_accessor locale_id: ::String
|
1247
|
+
attr_accessor locale_name: ::String
|
1248
|
+
attr_accessor description: ::String
|
1249
|
+
attr_accessor nlu_intent_confidence_threshold: ::Float
|
1250
|
+
attr_accessor voice_settings: Types::VoiceSettings
|
1251
|
+
attr_accessor intents_count: ::Integer
|
1252
|
+
attr_accessor slot_types_count: ::Integer
|
1253
|
+
attr_accessor bot_locale_status: ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
1254
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1255
|
+
attr_accessor creation_date_time: ::Time
|
1256
|
+
attr_accessor last_updated_date_time: ::Time
|
1257
|
+
attr_accessor last_build_submitted_date_time: ::Time
|
1258
|
+
attr_accessor bot_locale_history_events: ::Array[Types::BotLocaleHistoryEvent]
|
1259
|
+
attr_accessor recommended_actions: ::Array[::String]
|
1260
|
+
attr_accessor generative_ai_settings: Types::GenerativeAISettings
|
1261
|
+
SENSITIVE: []
|
1262
|
+
end
|
1263
|
+
|
1264
|
+
class DescribeBotRecommendationRequest
|
1265
|
+
attr_accessor bot_id: ::String
|
1266
|
+
attr_accessor bot_version: ::String
|
1267
|
+
attr_accessor locale_id: ::String
|
1268
|
+
attr_accessor bot_recommendation_id: ::String
|
1269
|
+
SENSITIVE: []
|
1270
|
+
end
|
1271
|
+
|
1272
|
+
class DescribeBotRecommendationResponse
|
1273
|
+
attr_accessor bot_id: ::String
|
1274
|
+
attr_accessor bot_version: ::String
|
1275
|
+
attr_accessor locale_id: ::String
|
1276
|
+
attr_accessor bot_recommendation_status: ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
1277
|
+
attr_accessor bot_recommendation_id: ::String
|
1278
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1279
|
+
attr_accessor creation_date_time: ::Time
|
1280
|
+
attr_accessor last_updated_date_time: ::Time
|
1281
|
+
attr_accessor transcript_source_setting: Types::TranscriptSourceSetting
|
1282
|
+
attr_accessor encryption_setting: Types::EncryptionSetting
|
1283
|
+
attr_accessor bot_recommendation_results: Types::BotRecommendationResults
|
1284
|
+
SENSITIVE: []
|
1285
|
+
end
|
1286
|
+
|
1287
|
+
class DescribeBotReplicaRequest
|
1288
|
+
attr_accessor bot_id: ::String
|
1289
|
+
attr_accessor replica_region: ::String
|
1290
|
+
SENSITIVE: []
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
class DescribeBotReplicaResponse
|
1294
|
+
attr_accessor bot_id: ::String
|
1295
|
+
attr_accessor replica_region: ::String
|
1296
|
+
attr_accessor source_region: ::String
|
1297
|
+
attr_accessor creation_date_time: ::Time
|
1298
|
+
attr_accessor bot_replica_status: ("Enabling" | "Enabled" | "Deleting" | "Failed")
|
1299
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1300
|
+
SENSITIVE: []
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class DescribeBotRequest
|
1304
|
+
attr_accessor bot_id: ::String
|
1305
|
+
SENSITIVE: []
|
1306
|
+
end
|
1307
|
+
|
1308
|
+
class DescribeBotResourceGenerationRequest
|
1309
|
+
attr_accessor bot_id: ::String
|
1310
|
+
attr_accessor bot_version: ::String
|
1311
|
+
attr_accessor locale_id: ::String
|
1312
|
+
attr_accessor generation_id: ::String
|
1313
|
+
SENSITIVE: []
|
1314
|
+
end
|
1315
|
+
|
1316
|
+
class DescribeBotResourceGenerationResponse
|
1317
|
+
attr_accessor bot_id: ::String
|
1318
|
+
attr_accessor bot_version: ::String
|
1319
|
+
attr_accessor locale_id: ::String
|
1320
|
+
attr_accessor generation_id: ::String
|
1321
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1322
|
+
attr_accessor generation_status: ("Failed" | "Complete" | "InProgress")
|
1323
|
+
attr_accessor generation_input_prompt: ::String
|
1324
|
+
attr_accessor generated_bot_locale_url: ::String
|
1325
|
+
attr_accessor creation_date_time: ::Time
|
1326
|
+
attr_accessor model_arn: ::String
|
1327
|
+
attr_accessor last_updated_date_time: ::Time
|
1328
|
+
SENSITIVE: []
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
class DescribeBotResponse
|
1332
|
+
attr_accessor bot_id: ::String
|
1333
|
+
attr_accessor bot_name: ::String
|
1334
|
+
attr_accessor description: ::String
|
1335
|
+
attr_accessor role_arn: ::String
|
1336
|
+
attr_accessor data_privacy: Types::DataPrivacy
|
1337
|
+
attr_accessor idle_session_ttl_in_seconds: ::Integer
|
1338
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
1339
|
+
attr_accessor creation_date_time: ::Time
|
1340
|
+
attr_accessor last_updated_date_time: ::Time
|
1341
|
+
attr_accessor bot_type: ("Bot" | "BotNetwork")
|
1342
|
+
attr_accessor bot_members: ::Array[Types::BotMember]
|
1343
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1344
|
+
SENSITIVE: []
|
1345
|
+
end
|
1346
|
+
|
1347
|
+
class DescribeBotVersionRequest
|
1348
|
+
attr_accessor bot_id: ::String
|
1349
|
+
attr_accessor bot_version: ::String
|
1350
|
+
SENSITIVE: []
|
1351
|
+
end
|
1352
|
+
|
1353
|
+
class DescribeBotVersionResponse
|
1354
|
+
attr_accessor bot_id: ::String
|
1355
|
+
attr_accessor bot_name: ::String
|
1356
|
+
attr_accessor bot_version: ::String
|
1357
|
+
attr_accessor description: ::String
|
1358
|
+
attr_accessor role_arn: ::String
|
1359
|
+
attr_accessor data_privacy: Types::DataPrivacy
|
1360
|
+
attr_accessor idle_session_ttl_in_seconds: ::Integer
|
1361
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
1362
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1363
|
+
attr_accessor creation_date_time: ::Time
|
1364
|
+
attr_accessor parent_bot_networks: ::Array[Types::ParentBotNetwork]
|
1365
|
+
attr_accessor bot_type: ("Bot" | "BotNetwork")
|
1366
|
+
attr_accessor bot_members: ::Array[Types::BotMember]
|
1367
|
+
SENSITIVE: []
|
1368
|
+
end
|
1369
|
+
|
1370
|
+
class DescribeCustomVocabularyMetadataRequest
|
1371
|
+
attr_accessor bot_id: ::String
|
1372
|
+
attr_accessor bot_version: ::String
|
1373
|
+
attr_accessor locale_id: ::String
|
1374
|
+
SENSITIVE: []
|
1375
|
+
end
|
1376
|
+
|
1377
|
+
class DescribeCustomVocabularyMetadataResponse
|
1378
|
+
attr_accessor bot_id: ::String
|
1379
|
+
attr_accessor bot_version: ::String
|
1380
|
+
attr_accessor locale_id: ::String
|
1381
|
+
attr_accessor custom_vocabulary_status: ("Ready" | "Deleting" | "Exporting" | "Importing" | "Creating")
|
1382
|
+
attr_accessor creation_date_time: ::Time
|
1383
|
+
attr_accessor last_updated_date_time: ::Time
|
1384
|
+
SENSITIVE: []
|
1385
|
+
end
|
1386
|
+
|
1387
|
+
class DescribeExportRequest
|
1388
|
+
attr_accessor export_id: ::String
|
1389
|
+
SENSITIVE: []
|
1390
|
+
end
|
1391
|
+
|
1392
|
+
class DescribeExportResponse
|
1393
|
+
attr_accessor export_id: ::String
|
1394
|
+
attr_accessor resource_specification: Types::ExportResourceSpecification
|
1395
|
+
attr_accessor file_format: ("LexJson" | "TSV" | "CSV")
|
1396
|
+
attr_accessor export_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
1397
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1398
|
+
attr_accessor download_url: ::String
|
1399
|
+
attr_accessor creation_date_time: ::Time
|
1400
|
+
attr_accessor last_updated_date_time: ::Time
|
1401
|
+
SENSITIVE: []
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class DescribeImportRequest
|
1405
|
+
attr_accessor import_id: ::String
|
1406
|
+
SENSITIVE: []
|
1407
|
+
end
|
1408
|
+
|
1409
|
+
class DescribeImportResponse
|
1410
|
+
attr_accessor import_id: ::String
|
1411
|
+
attr_accessor resource_specification: Types::ImportResourceSpecification
|
1412
|
+
attr_accessor imported_resource_id: ::String
|
1413
|
+
attr_accessor imported_resource_name: ::String
|
1414
|
+
attr_accessor merge_strategy: ("Overwrite" | "FailOnConflict" | "Append")
|
1415
|
+
attr_accessor import_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
1416
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1417
|
+
attr_accessor creation_date_time: ::Time
|
1418
|
+
attr_accessor last_updated_date_time: ::Time
|
1419
|
+
SENSITIVE: []
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
class DescribeIntentRequest
|
1423
|
+
attr_accessor intent_id: ::String
|
1424
|
+
attr_accessor bot_id: ::String
|
1425
|
+
attr_accessor bot_version: ::String
|
1426
|
+
attr_accessor locale_id: ::String
|
1427
|
+
SENSITIVE: []
|
1428
|
+
end
|
1429
|
+
|
1430
|
+
class DescribeIntentResponse
|
1431
|
+
attr_accessor intent_id: ::String
|
1432
|
+
attr_accessor intent_name: ::String
|
1433
|
+
attr_accessor description: ::String
|
1434
|
+
attr_accessor parent_intent_signature: ::String
|
1435
|
+
attr_accessor sample_utterances: ::Array[Types::SampleUtterance]
|
1436
|
+
attr_accessor dialog_code_hook: Types::DialogCodeHookSettings
|
1437
|
+
attr_accessor fulfillment_code_hook: Types::FulfillmentCodeHookSettings
|
1438
|
+
attr_accessor slot_priorities: ::Array[Types::SlotPriority]
|
1439
|
+
attr_accessor intent_confirmation_setting: Types::IntentConfirmationSetting
|
1440
|
+
attr_accessor intent_closing_setting: Types::IntentClosingSetting
|
1441
|
+
attr_accessor input_contexts: ::Array[Types::InputContext]
|
1442
|
+
attr_accessor output_contexts: ::Array[Types::OutputContext]
|
1443
|
+
attr_accessor kendra_configuration: Types::KendraConfiguration
|
1444
|
+
attr_accessor bot_id: ::String
|
1445
|
+
attr_accessor bot_version: ::String
|
1446
|
+
attr_accessor locale_id: ::String
|
1447
|
+
attr_accessor creation_date_time: ::Time
|
1448
|
+
attr_accessor last_updated_date_time: ::Time
|
1449
|
+
attr_accessor initial_response_setting: Types::InitialResponseSetting
|
1450
|
+
SENSITIVE: []
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
class DescribeResourcePolicyRequest
|
1454
|
+
attr_accessor resource_arn: ::String
|
1455
|
+
SENSITIVE: []
|
1456
|
+
end
|
1457
|
+
|
1458
|
+
class DescribeResourcePolicyResponse
|
1459
|
+
attr_accessor resource_arn: ::String
|
1460
|
+
attr_accessor policy: ::String
|
1461
|
+
attr_accessor revision_id: ::String
|
1462
|
+
SENSITIVE: []
|
1463
|
+
end
|
1464
|
+
|
1465
|
+
class DescribeSlotRequest
|
1466
|
+
attr_accessor slot_id: ::String
|
1467
|
+
attr_accessor bot_id: ::String
|
1468
|
+
attr_accessor bot_version: ::String
|
1469
|
+
attr_accessor locale_id: ::String
|
1470
|
+
attr_accessor intent_id: ::String
|
1471
|
+
SENSITIVE: []
|
1472
|
+
end
|
1473
|
+
|
1474
|
+
class DescribeSlotResponse
|
1475
|
+
attr_accessor slot_id: ::String
|
1476
|
+
attr_accessor slot_name: ::String
|
1477
|
+
attr_accessor description: ::String
|
1478
|
+
attr_accessor slot_type_id: ::String
|
1479
|
+
attr_accessor value_elicitation_setting: Types::SlotValueElicitationSetting
|
1480
|
+
attr_accessor obfuscation_setting: Types::ObfuscationSetting
|
1481
|
+
attr_accessor bot_id: ::String
|
1482
|
+
attr_accessor bot_version: ::String
|
1483
|
+
attr_accessor locale_id: ::String
|
1484
|
+
attr_accessor intent_id: ::String
|
1485
|
+
attr_accessor creation_date_time: ::Time
|
1486
|
+
attr_accessor last_updated_date_time: ::Time
|
1487
|
+
attr_accessor multiple_values_setting: Types::MultipleValuesSetting
|
1488
|
+
attr_accessor sub_slot_setting: Types::SubSlotSetting
|
1489
|
+
SENSITIVE: []
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
class DescribeSlotTypeRequest
|
1493
|
+
attr_accessor slot_type_id: ::String
|
1494
|
+
attr_accessor bot_id: ::String
|
1495
|
+
attr_accessor bot_version: ::String
|
1496
|
+
attr_accessor locale_id: ::String
|
1497
|
+
SENSITIVE: []
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
class DescribeSlotTypeResponse
|
1501
|
+
attr_accessor slot_type_id: ::String
|
1502
|
+
attr_accessor slot_type_name: ::String
|
1503
|
+
attr_accessor description: ::String
|
1504
|
+
attr_accessor slot_type_values: ::Array[Types::SlotTypeValue]
|
1505
|
+
attr_accessor value_selection_setting: Types::SlotValueSelectionSetting
|
1506
|
+
attr_accessor parent_slot_type_signature: ::String
|
1507
|
+
attr_accessor bot_id: ::String
|
1508
|
+
attr_accessor bot_version: ::String
|
1509
|
+
attr_accessor locale_id: ::String
|
1510
|
+
attr_accessor creation_date_time: ::Time
|
1511
|
+
attr_accessor last_updated_date_time: ::Time
|
1512
|
+
attr_accessor external_source_setting: Types::ExternalSourceSetting
|
1513
|
+
attr_accessor composite_slot_type_setting: Types::CompositeSlotTypeSetting
|
1514
|
+
SENSITIVE: []
|
1515
|
+
end
|
1516
|
+
|
1517
|
+
class DescribeTestExecutionRequest
|
1518
|
+
attr_accessor test_execution_id: ::String
|
1519
|
+
SENSITIVE: []
|
1520
|
+
end
|
1521
|
+
|
1522
|
+
class DescribeTestExecutionResponse
|
1523
|
+
attr_accessor test_execution_id: ::String
|
1524
|
+
attr_accessor creation_date_time: ::Time
|
1525
|
+
attr_accessor last_updated_date_time: ::Time
|
1526
|
+
attr_accessor test_execution_status: ("Pending" | "Waiting" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
1527
|
+
attr_accessor test_set_id: ::String
|
1528
|
+
attr_accessor test_set_name: ::String
|
1529
|
+
attr_accessor target: Types::TestExecutionTarget
|
1530
|
+
attr_accessor api_mode: ("Streaming" | "NonStreaming")
|
1531
|
+
attr_accessor test_execution_modality: ("Text" | "Audio")
|
1532
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1533
|
+
SENSITIVE: []
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
class DescribeTestSetDiscrepancyReportRequest
|
1537
|
+
attr_accessor test_set_discrepancy_report_id: ::String
|
1538
|
+
SENSITIVE: []
|
1539
|
+
end
|
1540
|
+
|
1541
|
+
class DescribeTestSetDiscrepancyReportResponse
|
1542
|
+
attr_accessor test_set_discrepancy_report_id: ::String
|
1543
|
+
attr_accessor test_set_id: ::String
|
1544
|
+
attr_accessor creation_date_time: ::Time
|
1545
|
+
attr_accessor target: Types::TestSetDiscrepancyReportResourceTarget
|
1546
|
+
attr_accessor test_set_discrepancy_report_status: ("InProgress" | "Completed" | "Failed")
|
1547
|
+
attr_accessor last_updated_data_time: ::Time
|
1548
|
+
attr_accessor test_set_discrepancy_top_errors: Types::TestSetDiscrepancyErrors
|
1549
|
+
attr_accessor test_set_discrepancy_raw_output_url: ::String
|
1550
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1551
|
+
SENSITIVE: []
|
1552
|
+
end
|
1553
|
+
|
1554
|
+
class DescribeTestSetGenerationRequest
|
1555
|
+
attr_accessor test_set_generation_id: ::String
|
1556
|
+
SENSITIVE: []
|
1557
|
+
end
|
1558
|
+
|
1559
|
+
class DescribeTestSetGenerationResponse
|
1560
|
+
attr_accessor test_set_generation_id: ::String
|
1561
|
+
attr_accessor test_set_generation_status: ("Generating" | "Ready" | "Failed" | "Pending")
|
1562
|
+
attr_accessor failure_reasons: ::Array[::String]
|
1563
|
+
attr_accessor test_set_id: ::String
|
1564
|
+
attr_accessor test_set_name: ::String
|
1565
|
+
attr_accessor description: ::String
|
1566
|
+
attr_accessor storage_location: Types::TestSetStorageLocation
|
1567
|
+
attr_accessor generation_data_source: Types::TestSetGenerationDataSource
|
1568
|
+
attr_accessor role_arn: ::String
|
1569
|
+
attr_accessor creation_date_time: ::Time
|
1570
|
+
attr_accessor last_updated_date_time: ::Time
|
1571
|
+
SENSITIVE: []
|
1572
|
+
end
|
1573
|
+
|
1574
|
+
class DescribeTestSetRequest
|
1575
|
+
attr_accessor test_set_id: ::String
|
1576
|
+
SENSITIVE: []
|
1577
|
+
end
|
1578
|
+
|
1579
|
+
class DescribeTestSetResponse
|
1580
|
+
attr_accessor test_set_id: ::String
|
1581
|
+
attr_accessor test_set_name: ::String
|
1582
|
+
attr_accessor description: ::String
|
1583
|
+
attr_accessor modality: ("Text" | "Audio")
|
1584
|
+
attr_accessor status: ("Importing" | "PendingAnnotation" | "Deleting" | "ValidationError" | "Ready")
|
1585
|
+
attr_accessor role_arn: ::String
|
1586
|
+
attr_accessor num_turns: ::Integer
|
1587
|
+
attr_accessor storage_location: Types::TestSetStorageLocation
|
1588
|
+
attr_accessor creation_date_time: ::Time
|
1589
|
+
attr_accessor last_updated_date_time: ::Time
|
1590
|
+
SENSITIVE: []
|
1591
|
+
end
|
1592
|
+
|
1593
|
+
class DescriptiveBotBuilderSpecification
|
1594
|
+
attr_accessor enabled: bool
|
1595
|
+
attr_accessor bedrock_model_specification: Types::BedrockModelSpecification
|
1596
|
+
SENSITIVE: []
|
1597
|
+
end
|
1598
|
+
|
1599
|
+
class DialogAction
|
1600
|
+
attr_accessor type: ("ElicitIntent" | "StartIntent" | "ElicitSlot" | "EvaluateConditional" | "InvokeDialogCodeHook" | "ConfirmIntent" | "FulfillIntent" | "CloseIntent" | "EndConversation")
|
1601
|
+
attr_accessor slot_to_elicit: ::String
|
1602
|
+
attr_accessor suppress_next_message: bool
|
1603
|
+
SENSITIVE: []
|
1604
|
+
end
|
1605
|
+
|
1606
|
+
class DialogCodeHookInvocationSetting
|
1607
|
+
attr_accessor enable_code_hook_invocation: bool
|
1608
|
+
attr_accessor active: bool
|
1609
|
+
attr_accessor invocation_label: ::String
|
1610
|
+
attr_accessor post_code_hook_specification: Types::PostDialogCodeHookInvocationSpecification
|
1611
|
+
SENSITIVE: []
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
class DialogCodeHookSettings
|
1615
|
+
attr_accessor enabled: bool
|
1616
|
+
SENSITIVE: []
|
1617
|
+
end
|
1618
|
+
|
1619
|
+
class DialogState
|
1620
|
+
attr_accessor dialog_action: Types::DialogAction
|
1621
|
+
attr_accessor intent: Types::IntentOverride
|
1622
|
+
attr_accessor session_attributes: ::Hash[::String, ::String]
|
1623
|
+
SENSITIVE: []
|
1624
|
+
end
|
1625
|
+
|
1626
|
+
class ElicitationCodeHookInvocationSetting
|
1627
|
+
attr_accessor enable_code_hook_invocation: bool
|
1628
|
+
attr_accessor invocation_label: ::String
|
1629
|
+
SENSITIVE: []
|
1630
|
+
end
|
1631
|
+
|
1632
|
+
class EncryptionSetting
|
1633
|
+
attr_accessor kms_key_arn: ::String
|
1634
|
+
attr_accessor bot_locale_export_password: ::String
|
1635
|
+
attr_accessor associated_transcripts_password: ::String
|
1636
|
+
SENSITIVE: [:bot_locale_export_password, :associated_transcripts_password]
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
class ExecutionErrorDetails
|
1640
|
+
attr_accessor error_code: ::String
|
1641
|
+
attr_accessor error_message: ::String
|
1642
|
+
SENSITIVE: []
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class ExportFilter
|
1646
|
+
attr_accessor name: ("ExportResourceType")
|
1647
|
+
attr_accessor values: ::Array[::String]
|
1648
|
+
attr_accessor operator: ("CO" | "EQ")
|
1649
|
+
SENSITIVE: []
|
1650
|
+
end
|
1651
|
+
|
1652
|
+
class ExportResourceSpecification
|
1653
|
+
attr_accessor bot_export_specification: Types::BotExportSpecification
|
1654
|
+
attr_accessor bot_locale_export_specification: Types::BotLocaleExportSpecification
|
1655
|
+
attr_accessor custom_vocabulary_export_specification: Types::CustomVocabularyExportSpecification
|
1656
|
+
attr_accessor test_set_export_specification: Types::TestSetExportSpecification
|
1657
|
+
SENSITIVE: []
|
1658
|
+
end
|
1659
|
+
|
1660
|
+
class ExportSortBy
|
1661
|
+
attr_accessor attribute: ("LastUpdatedDateTime")
|
1662
|
+
attr_accessor order: ("Ascending" | "Descending")
|
1663
|
+
SENSITIVE: []
|
1664
|
+
end
|
1665
|
+
|
1666
|
+
class ExportSummary
|
1667
|
+
attr_accessor export_id: ::String
|
1668
|
+
attr_accessor resource_specification: Types::ExportResourceSpecification
|
1669
|
+
attr_accessor file_format: ("LexJson" | "TSV" | "CSV")
|
1670
|
+
attr_accessor export_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
1671
|
+
attr_accessor creation_date_time: ::Time
|
1672
|
+
attr_accessor last_updated_date_time: ::Time
|
1673
|
+
SENSITIVE: []
|
1674
|
+
end
|
1675
|
+
|
1676
|
+
class ExternalSourceSetting
|
1677
|
+
attr_accessor grammar_slot_type_setting: Types::GrammarSlotTypeSetting
|
1678
|
+
SENSITIVE: []
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
class FailedCustomVocabularyItem
|
1682
|
+
attr_accessor item_id: ::String
|
1683
|
+
attr_accessor error_message: ::String
|
1684
|
+
attr_accessor error_code: ("DUPLICATE_INPUT" | "RESOURCE_DOES_NOT_EXIST" | "RESOURCE_ALREADY_EXISTS" | "INTERNAL_SERVER_FAILURE")
|
1685
|
+
SENSITIVE: []
|
1686
|
+
end
|
1687
|
+
|
1688
|
+
class FulfillmentCodeHookSettings
|
1689
|
+
attr_accessor enabled: bool
|
1690
|
+
attr_accessor post_fulfillment_status_specification: Types::PostFulfillmentStatusSpecification
|
1691
|
+
attr_accessor fulfillment_updates_specification: Types::FulfillmentUpdatesSpecification
|
1692
|
+
attr_accessor active: bool
|
1693
|
+
SENSITIVE: []
|
1694
|
+
end
|
1695
|
+
|
1696
|
+
class FulfillmentStartResponseSpecification
|
1697
|
+
attr_accessor delay_in_seconds: ::Integer
|
1698
|
+
attr_accessor message_groups: ::Array[Types::MessageGroup]
|
1699
|
+
attr_accessor allow_interrupt: bool
|
1700
|
+
SENSITIVE: []
|
1701
|
+
end
|
1702
|
+
|
1703
|
+
class FulfillmentUpdateResponseSpecification
|
1704
|
+
attr_accessor frequency_in_seconds: ::Integer
|
1705
|
+
attr_accessor message_groups: ::Array[Types::MessageGroup]
|
1706
|
+
attr_accessor allow_interrupt: bool
|
1707
|
+
SENSITIVE: []
|
1708
|
+
end
|
1709
|
+
|
1710
|
+
class FulfillmentUpdatesSpecification
|
1711
|
+
attr_accessor active: bool
|
1712
|
+
attr_accessor start_response: Types::FulfillmentStartResponseSpecification
|
1713
|
+
attr_accessor update_response: Types::FulfillmentUpdateResponseSpecification
|
1714
|
+
attr_accessor timeout_in_seconds: ::Integer
|
1715
|
+
SENSITIVE: []
|
1716
|
+
end
|
1717
|
+
|
1718
|
+
class GenerateBotElementRequest
|
1719
|
+
attr_accessor intent_id: ::String
|
1720
|
+
attr_accessor bot_id: ::String
|
1721
|
+
attr_accessor bot_version: ::String
|
1722
|
+
attr_accessor locale_id: ::String
|
1723
|
+
SENSITIVE: []
|
1724
|
+
end
|
1725
|
+
|
1726
|
+
class GenerateBotElementResponse
|
1727
|
+
attr_accessor bot_id: ::String
|
1728
|
+
attr_accessor bot_version: ::String
|
1729
|
+
attr_accessor locale_id: ::String
|
1730
|
+
attr_accessor intent_id: ::String
|
1731
|
+
attr_accessor sample_utterances: ::Array[Types::SampleUtterance]
|
1732
|
+
SENSITIVE: []
|
1733
|
+
end
|
1734
|
+
|
1735
|
+
class GenerationSortBy
|
1736
|
+
attr_accessor attribute: ("creationStartTime" | "lastUpdatedTime")
|
1737
|
+
attr_accessor order: ("Ascending" | "Descending")
|
1738
|
+
SENSITIVE: []
|
1739
|
+
end
|
1740
|
+
|
1741
|
+
class GenerationSummary
|
1742
|
+
attr_accessor generation_id: ::String
|
1743
|
+
attr_accessor generation_status: ("Failed" | "Complete" | "InProgress")
|
1744
|
+
attr_accessor creation_date_time: ::Time
|
1745
|
+
attr_accessor last_updated_date_time: ::Time
|
1746
|
+
SENSITIVE: []
|
1747
|
+
end
|
1748
|
+
|
1749
|
+
class GenerativeAISettings
|
1750
|
+
attr_accessor runtime_settings: Types::RuntimeSettings
|
1751
|
+
attr_accessor buildtime_settings: Types::BuildtimeSettings
|
1752
|
+
SENSITIVE: []
|
1753
|
+
end
|
1754
|
+
|
1755
|
+
class GetTestExecutionArtifactsUrlRequest
|
1756
|
+
attr_accessor test_execution_id: ::String
|
1757
|
+
SENSITIVE: []
|
1758
|
+
end
|
1759
|
+
|
1760
|
+
class GetTestExecutionArtifactsUrlResponse
|
1761
|
+
attr_accessor test_execution_id: ::String
|
1762
|
+
attr_accessor download_artifacts_url: ::String
|
1763
|
+
SENSITIVE: []
|
1764
|
+
end
|
1765
|
+
|
1766
|
+
class GrammarSlotTypeSetting
|
1767
|
+
attr_accessor source: Types::GrammarSlotTypeSource
|
1768
|
+
SENSITIVE: []
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
class GrammarSlotTypeSource
|
1772
|
+
attr_accessor s3_bucket_name: ::String
|
1773
|
+
attr_accessor s3_object_key: ::String
|
1774
|
+
attr_accessor kms_key_arn: ::String
|
1775
|
+
SENSITIVE: []
|
1776
|
+
end
|
1777
|
+
|
1778
|
+
class ImageResponseCard
|
1779
|
+
attr_accessor title: ::String
|
1780
|
+
attr_accessor subtitle: ::String
|
1781
|
+
attr_accessor image_url: ::String
|
1782
|
+
attr_accessor buttons: ::Array[Types::Button]
|
1783
|
+
SENSITIVE: []
|
1784
|
+
end
|
1785
|
+
|
1786
|
+
class ImportFilter
|
1787
|
+
attr_accessor name: ("ImportResourceType")
|
1788
|
+
attr_accessor values: ::Array[::String]
|
1789
|
+
attr_accessor operator: ("CO" | "EQ")
|
1790
|
+
SENSITIVE: []
|
1791
|
+
end
|
1792
|
+
|
1793
|
+
class ImportResourceSpecification
|
1794
|
+
attr_accessor bot_import_specification: Types::BotImportSpecification
|
1795
|
+
attr_accessor bot_locale_import_specification: Types::BotLocaleImportSpecification
|
1796
|
+
attr_accessor custom_vocabulary_import_specification: Types::CustomVocabularyImportSpecification
|
1797
|
+
attr_accessor test_set_import_resource_specification: Types::TestSetImportResourceSpecification
|
1798
|
+
SENSITIVE: []
|
1799
|
+
end
|
1800
|
+
|
1801
|
+
class ImportSortBy
|
1802
|
+
attr_accessor attribute: ("LastUpdatedDateTime")
|
1803
|
+
attr_accessor order: ("Ascending" | "Descending")
|
1804
|
+
SENSITIVE: []
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
class ImportSummary
|
1808
|
+
attr_accessor import_id: ::String
|
1809
|
+
attr_accessor imported_resource_id: ::String
|
1810
|
+
attr_accessor imported_resource_name: ::String
|
1811
|
+
attr_accessor import_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
1812
|
+
attr_accessor merge_strategy: ("Overwrite" | "FailOnConflict" | "Append")
|
1813
|
+
attr_accessor creation_date_time: ::Time
|
1814
|
+
attr_accessor last_updated_date_time: ::Time
|
1815
|
+
attr_accessor imported_resource_type: ("Bot" | "BotLocale" | "CustomVocabulary" | "TestSet")
|
1816
|
+
SENSITIVE: []
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
class InitialResponseSetting
|
1820
|
+
attr_accessor initial_response: Types::ResponseSpecification
|
1821
|
+
attr_accessor next_step: Types::DialogState
|
1822
|
+
attr_accessor conditional: Types::ConditionalSpecification
|
1823
|
+
attr_accessor code_hook: Types::DialogCodeHookInvocationSetting
|
1824
|
+
SENSITIVE: []
|
1825
|
+
end
|
1826
|
+
|
1827
|
+
class InputContext
|
1828
|
+
attr_accessor name: ::String
|
1829
|
+
SENSITIVE: []
|
1830
|
+
end
|
1831
|
+
|
1832
|
+
class InputSessionStateSpecification
|
1833
|
+
attr_accessor session_attributes: ::Hash[::String, ::String]
|
1834
|
+
attr_accessor active_contexts: ::Array[Types::ActiveContext]
|
1835
|
+
attr_accessor runtime_hints: Types::RuntimeHints
|
1836
|
+
SENSITIVE: []
|
1837
|
+
end
|
1838
|
+
|
1839
|
+
class IntentClassificationTestResultItem
|
1840
|
+
attr_accessor intent_name: ::String
|
1841
|
+
attr_accessor multi_turn_conversation: bool
|
1842
|
+
attr_accessor result_counts: Types::IntentClassificationTestResultItemCounts
|
1843
|
+
SENSITIVE: []
|
1844
|
+
end
|
1845
|
+
|
1846
|
+
class IntentClassificationTestResultItemCounts
|
1847
|
+
attr_accessor total_result_count: ::Integer
|
1848
|
+
attr_accessor speech_transcription_result_counts: ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
|
1849
|
+
attr_accessor intent_match_result_counts: ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
|
1850
|
+
SENSITIVE: []
|
1851
|
+
end
|
1852
|
+
|
1853
|
+
class IntentClassificationTestResults
|
1854
|
+
attr_accessor items: ::Array[Types::IntentClassificationTestResultItem]
|
1855
|
+
SENSITIVE: []
|
1856
|
+
end
|
1857
|
+
|
1858
|
+
class IntentClosingSetting
|
1859
|
+
attr_accessor closing_response: Types::ResponseSpecification
|
1860
|
+
attr_accessor active: bool
|
1861
|
+
attr_accessor next_step: Types::DialogState
|
1862
|
+
attr_accessor conditional: Types::ConditionalSpecification
|
1863
|
+
SENSITIVE: []
|
1864
|
+
end
|
1865
|
+
|
1866
|
+
class IntentConfirmationSetting
|
1867
|
+
attr_accessor prompt_specification: Types::PromptSpecification
|
1868
|
+
attr_accessor declination_response: Types::ResponseSpecification
|
1869
|
+
attr_accessor active: bool
|
1870
|
+
attr_accessor confirmation_response: Types::ResponseSpecification
|
1871
|
+
attr_accessor confirmation_next_step: Types::DialogState
|
1872
|
+
attr_accessor confirmation_conditional: Types::ConditionalSpecification
|
1873
|
+
attr_accessor declination_next_step: Types::DialogState
|
1874
|
+
attr_accessor declination_conditional: Types::ConditionalSpecification
|
1875
|
+
attr_accessor failure_response: Types::ResponseSpecification
|
1876
|
+
attr_accessor failure_next_step: Types::DialogState
|
1877
|
+
attr_accessor failure_conditional: Types::ConditionalSpecification
|
1878
|
+
attr_accessor code_hook: Types::DialogCodeHookInvocationSetting
|
1879
|
+
attr_accessor elicitation_code_hook: Types::ElicitationCodeHookInvocationSetting
|
1880
|
+
SENSITIVE: []
|
1881
|
+
end
|
1882
|
+
|
1883
|
+
class IntentFilter
|
1884
|
+
attr_accessor name: ("IntentName")
|
1885
|
+
attr_accessor values: ::Array[::String]
|
1886
|
+
attr_accessor operator: ("CO" | "EQ")
|
1887
|
+
SENSITIVE: []
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
class IntentLevelSlotResolutionTestResultItem
|
1891
|
+
attr_accessor intent_name: ::String
|
1892
|
+
attr_accessor multi_turn_conversation: bool
|
1893
|
+
attr_accessor slot_resolution_results: ::Array[Types::SlotResolutionTestResultItem]
|
1894
|
+
SENSITIVE: []
|
1895
|
+
end
|
1896
|
+
|
1897
|
+
class IntentLevelSlotResolutionTestResults
|
1898
|
+
attr_accessor items: ::Array[Types::IntentLevelSlotResolutionTestResultItem]
|
1899
|
+
SENSITIVE: []
|
1900
|
+
end
|
1901
|
+
|
1902
|
+
class IntentOverride
|
1903
|
+
attr_accessor name: ::String
|
1904
|
+
attr_accessor slots: ::Hash[::String, Types::SlotValueOverride]
|
1905
|
+
SENSITIVE: []
|
1906
|
+
end
|
1907
|
+
|
1908
|
+
class IntentSortBy
|
1909
|
+
attr_accessor attribute: ("IntentName" | "LastUpdatedDateTime")
|
1910
|
+
attr_accessor order: ("Ascending" | "Descending")
|
1911
|
+
SENSITIVE: []
|
1912
|
+
end
|
1913
|
+
|
1914
|
+
class IntentStatistics
|
1915
|
+
attr_accessor discovered_intent_count: ::Integer
|
1916
|
+
SENSITIVE: []
|
1917
|
+
end
|
1918
|
+
|
1919
|
+
class IntentSummary
|
1920
|
+
attr_accessor intent_id: ::String
|
1921
|
+
attr_accessor intent_name: ::String
|
1922
|
+
attr_accessor description: ::String
|
1923
|
+
attr_accessor parent_intent_signature: ::String
|
1924
|
+
attr_accessor input_contexts: ::Array[Types::InputContext]
|
1925
|
+
attr_accessor output_contexts: ::Array[Types::OutputContext]
|
1926
|
+
attr_accessor last_updated_date_time: ::Time
|
1927
|
+
SENSITIVE: []
|
1928
|
+
end
|
1929
|
+
|
1930
|
+
class InternalServerException
|
1931
|
+
attr_accessor message: ::String
|
1932
|
+
SENSITIVE: []
|
1933
|
+
end
|
1934
|
+
|
1935
|
+
class InvokedIntentSample
|
1936
|
+
attr_accessor intent_name: ::String
|
1937
|
+
SENSITIVE: []
|
1938
|
+
end
|
1939
|
+
|
1940
|
+
class KendraConfiguration
|
1941
|
+
attr_accessor kendra_index: ::String
|
1942
|
+
attr_accessor query_filter_string_enabled: bool
|
1943
|
+
attr_accessor query_filter_string: ::String
|
1944
|
+
SENSITIVE: []
|
1945
|
+
end
|
1946
|
+
|
1947
|
+
class LambdaCodeHook
|
1948
|
+
attr_accessor lambda_arn: ::String
|
1949
|
+
attr_accessor code_hook_interface_version: ::String
|
1950
|
+
SENSITIVE: []
|
1951
|
+
end
|
1952
|
+
|
1953
|
+
class LexTranscriptFilter
|
1954
|
+
attr_accessor date_range_filter: Types::DateRangeFilter
|
1955
|
+
SENSITIVE: []
|
1956
|
+
end
|
1957
|
+
|
1958
|
+
class ListAggregatedUtterancesRequest
|
1959
|
+
attr_accessor bot_id: ::String
|
1960
|
+
attr_accessor bot_alias_id: ::String
|
1961
|
+
attr_accessor bot_version: ::String
|
1962
|
+
attr_accessor locale_id: ::String
|
1963
|
+
attr_accessor aggregation_duration: Types::UtteranceAggregationDuration
|
1964
|
+
attr_accessor sort_by: Types::AggregatedUtterancesSortBy
|
1965
|
+
attr_accessor filters: ::Array[Types::AggregatedUtterancesFilter]
|
1966
|
+
attr_accessor max_results: ::Integer
|
1967
|
+
attr_accessor next_token: ::String
|
1968
|
+
SENSITIVE: []
|
1969
|
+
end
|
1970
|
+
|
1971
|
+
class ListAggregatedUtterancesResponse
|
1972
|
+
attr_accessor bot_id: ::String
|
1973
|
+
attr_accessor bot_alias_id: ::String
|
1974
|
+
attr_accessor bot_version: ::String
|
1975
|
+
attr_accessor locale_id: ::String
|
1976
|
+
attr_accessor aggregation_duration: Types::UtteranceAggregationDuration
|
1977
|
+
attr_accessor aggregation_window_start_time: ::Time
|
1978
|
+
attr_accessor aggregation_window_end_time: ::Time
|
1979
|
+
attr_accessor aggregation_last_refreshed_date_time: ::Time
|
1980
|
+
attr_accessor aggregated_utterances_summaries: ::Array[Types::AggregatedUtterancesSummary]
|
1981
|
+
attr_accessor next_token: ::String
|
1982
|
+
SENSITIVE: []
|
1983
|
+
end
|
1984
|
+
|
1985
|
+
class ListBotAliasReplicasRequest
|
1986
|
+
attr_accessor bot_id: ::String
|
1987
|
+
attr_accessor replica_region: ::String
|
1988
|
+
attr_accessor max_results: ::Integer
|
1989
|
+
attr_accessor next_token: ::String
|
1990
|
+
SENSITIVE: []
|
1991
|
+
end
|
1992
|
+
|
1993
|
+
class ListBotAliasReplicasResponse
|
1994
|
+
attr_accessor bot_id: ::String
|
1995
|
+
attr_accessor source_region: ::String
|
1996
|
+
attr_accessor replica_region: ::String
|
1997
|
+
attr_accessor bot_alias_replica_summaries: ::Array[Types::BotAliasReplicaSummary]
|
1998
|
+
attr_accessor next_token: ::String
|
1999
|
+
SENSITIVE: []
|
2000
|
+
end
|
2001
|
+
|
2002
|
+
class ListBotAliasesRequest
|
2003
|
+
attr_accessor bot_id: ::String
|
2004
|
+
attr_accessor max_results: ::Integer
|
2005
|
+
attr_accessor next_token: ::String
|
2006
|
+
SENSITIVE: []
|
2007
|
+
end
|
2008
|
+
|
2009
|
+
class ListBotAliasesResponse
|
2010
|
+
attr_accessor bot_alias_summaries: ::Array[Types::BotAliasSummary]
|
2011
|
+
attr_accessor next_token: ::String
|
2012
|
+
attr_accessor bot_id: ::String
|
2013
|
+
SENSITIVE: []
|
2014
|
+
end
|
2015
|
+
|
2016
|
+
class ListBotLocalesRequest
|
2017
|
+
attr_accessor bot_id: ::String
|
2018
|
+
attr_accessor bot_version: ::String
|
2019
|
+
attr_accessor sort_by: Types::BotLocaleSortBy
|
2020
|
+
attr_accessor filters: ::Array[Types::BotLocaleFilter]
|
2021
|
+
attr_accessor max_results: ::Integer
|
2022
|
+
attr_accessor next_token: ::String
|
2023
|
+
SENSITIVE: []
|
2024
|
+
end
|
2025
|
+
|
2026
|
+
class ListBotLocalesResponse
|
2027
|
+
attr_accessor bot_id: ::String
|
2028
|
+
attr_accessor bot_version: ::String
|
2029
|
+
attr_accessor next_token: ::String
|
2030
|
+
attr_accessor bot_locale_summaries: ::Array[Types::BotLocaleSummary]
|
2031
|
+
SENSITIVE: []
|
2032
|
+
end
|
2033
|
+
|
2034
|
+
class ListBotRecommendationsRequest
|
2035
|
+
attr_accessor bot_id: ::String
|
2036
|
+
attr_accessor bot_version: ::String
|
2037
|
+
attr_accessor locale_id: ::String
|
2038
|
+
attr_accessor max_results: ::Integer
|
2039
|
+
attr_accessor next_token: ::String
|
2040
|
+
SENSITIVE: []
|
2041
|
+
end
|
2042
|
+
|
2043
|
+
class ListBotRecommendationsResponse
|
2044
|
+
attr_accessor bot_id: ::String
|
2045
|
+
attr_accessor bot_version: ::String
|
2046
|
+
attr_accessor locale_id: ::String
|
2047
|
+
attr_accessor bot_recommendation_summaries: ::Array[Types::BotRecommendationSummary]
|
2048
|
+
attr_accessor next_token: ::String
|
2049
|
+
SENSITIVE: []
|
2050
|
+
end
|
2051
|
+
|
2052
|
+
class ListBotReplicasRequest
|
2053
|
+
attr_accessor bot_id: ::String
|
2054
|
+
SENSITIVE: []
|
2055
|
+
end
|
2056
|
+
|
2057
|
+
class ListBotReplicasResponse
|
2058
|
+
attr_accessor bot_id: ::String
|
2059
|
+
attr_accessor source_region: ::String
|
2060
|
+
attr_accessor bot_replica_summaries: ::Array[Types::BotReplicaSummary]
|
2061
|
+
SENSITIVE: []
|
2062
|
+
end
|
2063
|
+
|
2064
|
+
class ListBotResourceGenerationsRequest
|
2065
|
+
attr_accessor bot_id: ::String
|
2066
|
+
attr_accessor bot_version: ::String
|
2067
|
+
attr_accessor locale_id: ::String
|
2068
|
+
attr_accessor sort_by: Types::GenerationSortBy
|
2069
|
+
attr_accessor max_results: ::Integer
|
2070
|
+
attr_accessor next_token: ::String
|
2071
|
+
SENSITIVE: []
|
2072
|
+
end
|
2073
|
+
|
2074
|
+
class ListBotResourceGenerationsResponse
|
2075
|
+
attr_accessor bot_id: ::String
|
2076
|
+
attr_accessor bot_version: ::String
|
2077
|
+
attr_accessor locale_id: ::String
|
2078
|
+
attr_accessor generation_summaries: ::Array[Types::GenerationSummary]
|
2079
|
+
attr_accessor next_token: ::String
|
2080
|
+
SENSITIVE: []
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class ListBotVersionReplicasRequest
|
2084
|
+
attr_accessor bot_id: ::String
|
2085
|
+
attr_accessor replica_region: ::String
|
2086
|
+
attr_accessor max_results: ::Integer
|
2087
|
+
attr_accessor next_token: ::String
|
2088
|
+
attr_accessor sort_by: Types::BotVersionReplicaSortBy
|
2089
|
+
SENSITIVE: []
|
2090
|
+
end
|
2091
|
+
|
2092
|
+
class ListBotVersionReplicasResponse
|
2093
|
+
attr_accessor bot_id: ::String
|
2094
|
+
attr_accessor source_region: ::String
|
2095
|
+
attr_accessor replica_region: ::String
|
2096
|
+
attr_accessor bot_version_replica_summaries: ::Array[Types::BotVersionReplicaSummary]
|
2097
|
+
attr_accessor next_token: ::String
|
2098
|
+
SENSITIVE: []
|
2099
|
+
end
|
2100
|
+
|
2101
|
+
class ListBotVersionsRequest
|
2102
|
+
attr_accessor bot_id: ::String
|
2103
|
+
attr_accessor sort_by: Types::BotVersionSortBy
|
2104
|
+
attr_accessor max_results: ::Integer
|
2105
|
+
attr_accessor next_token: ::String
|
2106
|
+
SENSITIVE: []
|
2107
|
+
end
|
2108
|
+
|
2109
|
+
class ListBotVersionsResponse
|
2110
|
+
attr_accessor bot_id: ::String
|
2111
|
+
attr_accessor bot_version_summaries: ::Array[Types::BotVersionSummary]
|
2112
|
+
attr_accessor next_token: ::String
|
2113
|
+
SENSITIVE: []
|
2114
|
+
end
|
2115
|
+
|
2116
|
+
class ListBotsRequest
|
2117
|
+
attr_accessor sort_by: Types::BotSortBy
|
2118
|
+
attr_accessor filters: ::Array[Types::BotFilter]
|
2119
|
+
attr_accessor max_results: ::Integer
|
2120
|
+
attr_accessor next_token: ::String
|
2121
|
+
SENSITIVE: []
|
2122
|
+
end
|
2123
|
+
|
2124
|
+
class ListBotsResponse
|
2125
|
+
attr_accessor bot_summaries: ::Array[Types::BotSummary]
|
2126
|
+
attr_accessor next_token: ::String
|
2127
|
+
SENSITIVE: []
|
2128
|
+
end
|
2129
|
+
|
2130
|
+
class ListBuiltInIntentsRequest
|
2131
|
+
attr_accessor locale_id: ::String
|
2132
|
+
attr_accessor sort_by: Types::BuiltInIntentSortBy
|
2133
|
+
attr_accessor max_results: ::Integer
|
2134
|
+
attr_accessor next_token: ::String
|
2135
|
+
SENSITIVE: []
|
2136
|
+
end
|
2137
|
+
|
2138
|
+
class ListBuiltInIntentsResponse
|
2139
|
+
attr_accessor built_in_intent_summaries: ::Array[Types::BuiltInIntentSummary]
|
2140
|
+
attr_accessor next_token: ::String
|
2141
|
+
attr_accessor locale_id: ::String
|
2142
|
+
SENSITIVE: []
|
2143
|
+
end
|
2144
|
+
|
2145
|
+
class ListBuiltInSlotTypesRequest
|
2146
|
+
attr_accessor locale_id: ::String
|
2147
|
+
attr_accessor sort_by: Types::BuiltInSlotTypeSortBy
|
2148
|
+
attr_accessor max_results: ::Integer
|
2149
|
+
attr_accessor next_token: ::String
|
2150
|
+
SENSITIVE: []
|
2151
|
+
end
|
2152
|
+
|
2153
|
+
class ListBuiltInSlotTypesResponse
|
2154
|
+
attr_accessor built_in_slot_type_summaries: ::Array[Types::BuiltInSlotTypeSummary]
|
2155
|
+
attr_accessor next_token: ::String
|
2156
|
+
attr_accessor locale_id: ::String
|
2157
|
+
SENSITIVE: []
|
2158
|
+
end
|
2159
|
+
|
2160
|
+
class ListCustomVocabularyItemsRequest
|
2161
|
+
attr_accessor bot_id: ::String
|
2162
|
+
attr_accessor bot_version: ::String
|
2163
|
+
attr_accessor locale_id: ::String
|
2164
|
+
attr_accessor max_results: ::Integer
|
2165
|
+
attr_accessor next_token: ::String
|
2166
|
+
SENSITIVE: []
|
2167
|
+
end
|
2168
|
+
|
2169
|
+
class ListCustomVocabularyItemsResponse
|
2170
|
+
attr_accessor bot_id: ::String
|
2171
|
+
attr_accessor bot_version: ::String
|
2172
|
+
attr_accessor locale_id: ::String
|
2173
|
+
attr_accessor custom_vocabulary_items: ::Array[Types::CustomVocabularyItem]
|
2174
|
+
attr_accessor next_token: ::String
|
2175
|
+
SENSITIVE: []
|
2176
|
+
end
|
2177
|
+
|
2178
|
+
class ListExportsRequest
|
2179
|
+
attr_accessor bot_id: ::String
|
2180
|
+
attr_accessor bot_version: ::String
|
2181
|
+
attr_accessor sort_by: Types::ExportSortBy
|
2182
|
+
attr_accessor filters: ::Array[Types::ExportFilter]
|
2183
|
+
attr_accessor max_results: ::Integer
|
2184
|
+
attr_accessor next_token: ::String
|
2185
|
+
attr_accessor locale_id: ::String
|
2186
|
+
SENSITIVE: []
|
2187
|
+
end
|
2188
|
+
|
2189
|
+
class ListExportsResponse
|
2190
|
+
attr_accessor bot_id: ::String
|
2191
|
+
attr_accessor bot_version: ::String
|
2192
|
+
attr_accessor export_summaries: ::Array[Types::ExportSummary]
|
2193
|
+
attr_accessor next_token: ::String
|
2194
|
+
attr_accessor locale_id: ::String
|
2195
|
+
SENSITIVE: []
|
2196
|
+
end
|
2197
|
+
|
2198
|
+
class ListImportsRequest
|
2199
|
+
attr_accessor bot_id: ::String
|
2200
|
+
attr_accessor bot_version: ::String
|
2201
|
+
attr_accessor sort_by: Types::ImportSortBy
|
2202
|
+
attr_accessor filters: ::Array[Types::ImportFilter]
|
2203
|
+
attr_accessor max_results: ::Integer
|
2204
|
+
attr_accessor next_token: ::String
|
2205
|
+
attr_accessor locale_id: ::String
|
2206
|
+
SENSITIVE: []
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
class ListImportsResponse
|
2210
|
+
attr_accessor bot_id: ::String
|
2211
|
+
attr_accessor bot_version: ::String
|
2212
|
+
attr_accessor import_summaries: ::Array[Types::ImportSummary]
|
2213
|
+
attr_accessor next_token: ::String
|
2214
|
+
attr_accessor locale_id: ::String
|
2215
|
+
SENSITIVE: []
|
2216
|
+
end
|
2217
|
+
|
2218
|
+
class ListIntentMetricsRequest
|
2219
|
+
attr_accessor bot_id: ::String
|
2220
|
+
attr_accessor start_date_time: ::Time
|
2221
|
+
attr_accessor end_date_time: ::Time
|
2222
|
+
attr_accessor metrics: ::Array[Types::AnalyticsIntentMetric]
|
2223
|
+
attr_accessor bin_by: ::Array[Types::AnalyticsBinBySpecification]
|
2224
|
+
attr_accessor group_by: ::Array[Types::AnalyticsIntentGroupBySpecification]
|
2225
|
+
attr_accessor filters: ::Array[Types::AnalyticsIntentFilter]
|
2226
|
+
attr_accessor max_results: ::Integer
|
2227
|
+
attr_accessor next_token: ::String
|
2228
|
+
SENSITIVE: []
|
2229
|
+
end
|
2230
|
+
|
2231
|
+
class ListIntentMetricsResponse
|
2232
|
+
attr_accessor bot_id: ::String
|
2233
|
+
attr_accessor results: ::Array[Types::AnalyticsIntentResult]
|
2234
|
+
attr_accessor next_token: ::String
|
2235
|
+
SENSITIVE: []
|
2236
|
+
end
|
2237
|
+
|
2238
|
+
class ListIntentPathsRequest
|
2239
|
+
attr_accessor bot_id: ::String
|
2240
|
+
attr_accessor start_date_time: ::Time
|
2241
|
+
attr_accessor end_date_time: ::Time
|
2242
|
+
attr_accessor intent_path: ::String
|
2243
|
+
attr_accessor filters: ::Array[Types::AnalyticsPathFilter]
|
2244
|
+
SENSITIVE: []
|
2245
|
+
end
|
2246
|
+
|
2247
|
+
class ListIntentPathsResponse
|
2248
|
+
attr_accessor node_summaries: ::Array[Types::AnalyticsIntentNodeSummary]
|
2249
|
+
SENSITIVE: []
|
2250
|
+
end
|
2251
|
+
|
2252
|
+
class ListIntentStageMetricsRequest
|
2253
|
+
attr_accessor bot_id: ::String
|
2254
|
+
attr_accessor start_date_time: ::Time
|
2255
|
+
attr_accessor end_date_time: ::Time
|
2256
|
+
attr_accessor metrics: ::Array[Types::AnalyticsIntentStageMetric]
|
2257
|
+
attr_accessor bin_by: ::Array[Types::AnalyticsBinBySpecification]
|
2258
|
+
attr_accessor group_by: ::Array[Types::AnalyticsIntentStageGroupBySpecification]
|
2259
|
+
attr_accessor filters: ::Array[Types::AnalyticsIntentStageFilter]
|
2260
|
+
attr_accessor max_results: ::Integer
|
2261
|
+
attr_accessor next_token: ::String
|
2262
|
+
SENSITIVE: []
|
2263
|
+
end
|
2264
|
+
|
2265
|
+
class ListIntentStageMetricsResponse
|
2266
|
+
attr_accessor bot_id: ::String
|
2267
|
+
attr_accessor results: ::Array[Types::AnalyticsIntentStageResult]
|
2268
|
+
attr_accessor next_token: ::String
|
2269
|
+
SENSITIVE: []
|
2270
|
+
end
|
2271
|
+
|
2272
|
+
class ListIntentsRequest
|
2273
|
+
attr_accessor bot_id: ::String
|
2274
|
+
attr_accessor bot_version: ::String
|
2275
|
+
attr_accessor locale_id: ::String
|
2276
|
+
attr_accessor sort_by: Types::IntentSortBy
|
2277
|
+
attr_accessor filters: ::Array[Types::IntentFilter]
|
2278
|
+
attr_accessor max_results: ::Integer
|
2279
|
+
attr_accessor next_token: ::String
|
2280
|
+
SENSITIVE: []
|
2281
|
+
end
|
2282
|
+
|
2283
|
+
class ListIntentsResponse
|
2284
|
+
attr_accessor bot_id: ::String
|
2285
|
+
attr_accessor bot_version: ::String
|
2286
|
+
attr_accessor locale_id: ::String
|
2287
|
+
attr_accessor intent_summaries: ::Array[Types::IntentSummary]
|
2288
|
+
attr_accessor next_token: ::String
|
2289
|
+
SENSITIVE: []
|
2290
|
+
end
|
2291
|
+
|
2292
|
+
class ListRecommendedIntentsRequest
|
2293
|
+
attr_accessor bot_id: ::String
|
2294
|
+
attr_accessor bot_version: ::String
|
2295
|
+
attr_accessor locale_id: ::String
|
2296
|
+
attr_accessor bot_recommendation_id: ::String
|
2297
|
+
attr_accessor next_token: ::String
|
2298
|
+
attr_accessor max_results: ::Integer
|
2299
|
+
SENSITIVE: []
|
2300
|
+
end
|
2301
|
+
|
2302
|
+
class ListRecommendedIntentsResponse
|
2303
|
+
attr_accessor bot_id: ::String
|
2304
|
+
attr_accessor bot_version: ::String
|
2305
|
+
attr_accessor locale_id: ::String
|
2306
|
+
attr_accessor bot_recommendation_id: ::String
|
2307
|
+
attr_accessor summary_list: ::Array[Types::RecommendedIntentSummary]
|
2308
|
+
attr_accessor next_token: ::String
|
2309
|
+
SENSITIVE: []
|
2310
|
+
end
|
2311
|
+
|
2312
|
+
class ListSessionAnalyticsDataRequest
|
2313
|
+
attr_accessor bot_id: ::String
|
2314
|
+
attr_accessor start_date_time: ::Time
|
2315
|
+
attr_accessor end_date_time: ::Time
|
2316
|
+
attr_accessor sort_by: Types::SessionDataSortBy
|
2317
|
+
attr_accessor filters: ::Array[Types::AnalyticsSessionFilter]
|
2318
|
+
attr_accessor max_results: ::Integer
|
2319
|
+
attr_accessor next_token: ::String
|
2320
|
+
SENSITIVE: []
|
2321
|
+
end
|
2322
|
+
|
2323
|
+
class ListSessionAnalyticsDataResponse
|
2324
|
+
attr_accessor bot_id: ::String
|
2325
|
+
attr_accessor next_token: ::String
|
2326
|
+
attr_accessor sessions: ::Array[Types::SessionSpecification]
|
2327
|
+
SENSITIVE: []
|
2328
|
+
end
|
2329
|
+
|
2330
|
+
class ListSessionMetricsRequest
|
2331
|
+
attr_accessor bot_id: ::String
|
2332
|
+
attr_accessor start_date_time: ::Time
|
2333
|
+
attr_accessor end_date_time: ::Time
|
2334
|
+
attr_accessor metrics: ::Array[Types::AnalyticsSessionMetric]
|
2335
|
+
attr_accessor bin_by: ::Array[Types::AnalyticsBinBySpecification]
|
2336
|
+
attr_accessor group_by: ::Array[Types::AnalyticsSessionGroupBySpecification]
|
2337
|
+
attr_accessor filters: ::Array[Types::AnalyticsSessionFilter]
|
2338
|
+
attr_accessor max_results: ::Integer
|
2339
|
+
attr_accessor next_token: ::String
|
2340
|
+
SENSITIVE: []
|
2341
|
+
end
|
2342
|
+
|
2343
|
+
class ListSessionMetricsResponse
|
2344
|
+
attr_accessor bot_id: ::String
|
2345
|
+
attr_accessor results: ::Array[Types::AnalyticsSessionResult]
|
2346
|
+
attr_accessor next_token: ::String
|
2347
|
+
SENSITIVE: []
|
2348
|
+
end
|
2349
|
+
|
2350
|
+
class ListSlotTypesRequest
|
2351
|
+
attr_accessor bot_id: ::String
|
2352
|
+
attr_accessor bot_version: ::String
|
2353
|
+
attr_accessor locale_id: ::String
|
2354
|
+
attr_accessor sort_by: Types::SlotTypeSortBy
|
2355
|
+
attr_accessor filters: ::Array[Types::SlotTypeFilter]
|
2356
|
+
attr_accessor max_results: ::Integer
|
2357
|
+
attr_accessor next_token: ::String
|
2358
|
+
SENSITIVE: []
|
2359
|
+
end
|
2360
|
+
|
2361
|
+
class ListSlotTypesResponse
|
2362
|
+
attr_accessor bot_id: ::String
|
2363
|
+
attr_accessor bot_version: ::String
|
2364
|
+
attr_accessor locale_id: ::String
|
2365
|
+
attr_accessor slot_type_summaries: ::Array[Types::SlotTypeSummary]
|
2366
|
+
attr_accessor next_token: ::String
|
2367
|
+
SENSITIVE: []
|
2368
|
+
end
|
2369
|
+
|
2370
|
+
class ListSlotsRequest
|
2371
|
+
attr_accessor bot_id: ::String
|
2372
|
+
attr_accessor bot_version: ::String
|
2373
|
+
attr_accessor locale_id: ::String
|
2374
|
+
attr_accessor intent_id: ::String
|
2375
|
+
attr_accessor sort_by: Types::SlotSortBy
|
2376
|
+
attr_accessor filters: ::Array[Types::SlotFilter]
|
2377
|
+
attr_accessor max_results: ::Integer
|
2378
|
+
attr_accessor next_token: ::String
|
2379
|
+
SENSITIVE: []
|
2380
|
+
end
|
2381
|
+
|
2382
|
+
class ListSlotsResponse
|
2383
|
+
attr_accessor bot_id: ::String
|
2384
|
+
attr_accessor bot_version: ::String
|
2385
|
+
attr_accessor locale_id: ::String
|
2386
|
+
attr_accessor intent_id: ::String
|
2387
|
+
attr_accessor slot_summaries: ::Array[Types::SlotSummary]
|
2388
|
+
attr_accessor next_token: ::String
|
2389
|
+
SENSITIVE: []
|
2390
|
+
end
|
2391
|
+
|
2392
|
+
class ListTagsForResourceRequest
|
2393
|
+
attr_accessor resource_arn: ::String
|
2394
|
+
SENSITIVE: []
|
2395
|
+
end
|
2396
|
+
|
2397
|
+
class ListTagsForResourceResponse
|
2398
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2399
|
+
SENSITIVE: []
|
2400
|
+
end
|
2401
|
+
|
2402
|
+
class ListTestExecutionResultItemsRequest
|
2403
|
+
attr_accessor test_execution_id: ::String
|
2404
|
+
attr_accessor result_filter_by: Types::TestExecutionResultFilterBy
|
2405
|
+
attr_accessor max_results: ::Integer
|
2406
|
+
attr_accessor next_token: ::String
|
2407
|
+
SENSITIVE: []
|
2408
|
+
end
|
2409
|
+
|
2410
|
+
class ListTestExecutionResultItemsResponse
|
2411
|
+
attr_accessor test_execution_results: Types::TestExecutionResultItems
|
2412
|
+
attr_accessor next_token: ::String
|
2413
|
+
SENSITIVE: []
|
2414
|
+
end
|
2415
|
+
|
2416
|
+
class ListTestExecutionsRequest
|
2417
|
+
attr_accessor sort_by: Types::TestExecutionSortBy
|
2418
|
+
attr_accessor max_results: ::Integer
|
2419
|
+
attr_accessor next_token: ::String
|
2420
|
+
SENSITIVE: []
|
2421
|
+
end
|
2422
|
+
|
2423
|
+
class ListTestExecutionsResponse
|
2424
|
+
attr_accessor test_executions: ::Array[Types::TestExecutionSummary]
|
2425
|
+
attr_accessor next_token: ::String
|
2426
|
+
SENSITIVE: []
|
2427
|
+
end
|
2428
|
+
|
2429
|
+
class ListTestSetRecordsRequest
|
2430
|
+
attr_accessor test_set_id: ::String
|
2431
|
+
attr_accessor max_results: ::Integer
|
2432
|
+
attr_accessor next_token: ::String
|
2433
|
+
SENSITIVE: []
|
2434
|
+
end
|
2435
|
+
|
2436
|
+
class ListTestSetRecordsResponse
|
2437
|
+
attr_accessor test_set_records: ::Array[Types::TestSetTurnRecord]
|
2438
|
+
attr_accessor next_token: ::String
|
2439
|
+
SENSITIVE: []
|
2440
|
+
end
|
2441
|
+
|
2442
|
+
class ListTestSetsRequest
|
2443
|
+
attr_accessor sort_by: Types::TestSetSortBy
|
2444
|
+
attr_accessor max_results: ::Integer
|
2445
|
+
attr_accessor next_token: ::String
|
2446
|
+
SENSITIVE: []
|
2447
|
+
end
|
2448
|
+
|
2449
|
+
class ListTestSetsResponse
|
2450
|
+
attr_accessor test_sets: ::Array[Types::TestSetSummary]
|
2451
|
+
attr_accessor next_token: ::String
|
2452
|
+
SENSITIVE: []
|
2453
|
+
end
|
2454
|
+
|
2455
|
+
class ListUtteranceAnalyticsDataRequest
|
2456
|
+
attr_accessor bot_id: ::String
|
2457
|
+
attr_accessor start_date_time: ::Time
|
2458
|
+
attr_accessor end_date_time: ::Time
|
2459
|
+
attr_accessor sort_by: Types::UtteranceDataSortBy
|
2460
|
+
attr_accessor filters: ::Array[Types::AnalyticsUtteranceFilter]
|
2461
|
+
attr_accessor max_results: ::Integer
|
2462
|
+
attr_accessor next_token: ::String
|
2463
|
+
SENSITIVE: []
|
2464
|
+
end
|
2465
|
+
|
2466
|
+
class ListUtteranceAnalyticsDataResponse
|
2467
|
+
attr_accessor bot_id: ::String
|
2468
|
+
attr_accessor next_token: ::String
|
2469
|
+
attr_accessor utterances: ::Array[Types::UtteranceSpecification]
|
2470
|
+
SENSITIVE: []
|
2471
|
+
end
|
2472
|
+
|
2473
|
+
class ListUtteranceMetricsRequest
|
2474
|
+
attr_accessor bot_id: ::String
|
2475
|
+
attr_accessor start_date_time: ::Time
|
2476
|
+
attr_accessor end_date_time: ::Time
|
2477
|
+
attr_accessor metrics: ::Array[Types::AnalyticsUtteranceMetric]
|
2478
|
+
attr_accessor bin_by: ::Array[Types::AnalyticsBinBySpecification]
|
2479
|
+
attr_accessor group_by: ::Array[Types::AnalyticsUtteranceGroupBySpecification]
|
2480
|
+
attr_accessor attributes: ::Array[Types::AnalyticsUtteranceAttribute]
|
2481
|
+
attr_accessor filters: ::Array[Types::AnalyticsUtteranceFilter]
|
2482
|
+
attr_accessor max_results: ::Integer
|
2483
|
+
attr_accessor next_token: ::String
|
2484
|
+
SENSITIVE: []
|
2485
|
+
end
|
2486
|
+
|
2487
|
+
class ListUtteranceMetricsResponse
|
2488
|
+
attr_accessor bot_id: ::String
|
2489
|
+
attr_accessor results: ::Array[Types::AnalyticsUtteranceResult]
|
2490
|
+
attr_accessor next_token: ::String
|
2491
|
+
SENSITIVE: []
|
2492
|
+
end
|
2493
|
+
|
2494
|
+
class Message
|
2495
|
+
attr_accessor plain_text_message: Types::PlainTextMessage
|
2496
|
+
attr_accessor custom_payload: Types::CustomPayload
|
2497
|
+
attr_accessor ssml_message: Types::SSMLMessage
|
2498
|
+
attr_accessor image_response_card: Types::ImageResponseCard
|
2499
|
+
SENSITIVE: []
|
2500
|
+
end
|
2501
|
+
|
2502
|
+
class MessageGroup
|
2503
|
+
attr_accessor message: Types::Message
|
2504
|
+
attr_accessor variations: ::Array[Types::Message]
|
2505
|
+
SENSITIVE: []
|
2506
|
+
end
|
2507
|
+
|
2508
|
+
class MultipleValuesSetting
|
2509
|
+
attr_accessor allow_multiple_values: bool
|
2510
|
+
SENSITIVE: []
|
2511
|
+
end
|
2512
|
+
|
2513
|
+
class NewCustomVocabularyItem
|
2514
|
+
attr_accessor phrase: ::String
|
2515
|
+
attr_accessor weight: ::Integer
|
2516
|
+
attr_accessor display_as: ::String
|
2517
|
+
SENSITIVE: []
|
2518
|
+
end
|
2519
|
+
|
2520
|
+
class ObfuscationSetting
|
2521
|
+
attr_accessor obfuscation_setting_type: ("None" | "DefaultObfuscation")
|
2522
|
+
SENSITIVE: []
|
2523
|
+
end
|
2524
|
+
|
2525
|
+
class OutputContext
|
2526
|
+
attr_accessor name: ::String
|
2527
|
+
attr_accessor time_to_live_in_seconds: ::Integer
|
2528
|
+
attr_accessor turns_to_live: ::Integer
|
2529
|
+
SENSITIVE: []
|
2530
|
+
end
|
2531
|
+
|
2532
|
+
class OverallTestResultItem
|
2533
|
+
attr_accessor multi_turn_conversation: bool
|
2534
|
+
attr_accessor total_result_count: ::Integer
|
2535
|
+
attr_accessor speech_transcription_result_counts: ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
|
2536
|
+
attr_accessor end_to_end_result_counts: ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
|
2537
|
+
SENSITIVE: []
|
2538
|
+
end
|
2539
|
+
|
2540
|
+
class OverallTestResults
|
2541
|
+
attr_accessor items: ::Array[Types::OverallTestResultItem]
|
2542
|
+
SENSITIVE: []
|
2543
|
+
end
|
2544
|
+
|
2545
|
+
class ParentBotNetwork
|
2546
|
+
attr_accessor bot_id: ::String
|
2547
|
+
attr_accessor bot_version: ::String
|
2548
|
+
SENSITIVE: []
|
2549
|
+
end
|
2550
|
+
|
2551
|
+
class PathFormat
|
2552
|
+
attr_accessor object_prefixes: ::Array[::String]
|
2553
|
+
SENSITIVE: []
|
2554
|
+
end
|
2555
|
+
|
2556
|
+
class PlainTextMessage
|
2557
|
+
attr_accessor value: ::String
|
2558
|
+
SENSITIVE: []
|
2559
|
+
end
|
2560
|
+
|
2561
|
+
class PostDialogCodeHookInvocationSpecification
|
2562
|
+
attr_accessor success_response: Types::ResponseSpecification
|
2563
|
+
attr_accessor success_next_step: Types::DialogState
|
2564
|
+
attr_accessor success_conditional: Types::ConditionalSpecification
|
2565
|
+
attr_accessor failure_response: Types::ResponseSpecification
|
2566
|
+
attr_accessor failure_next_step: Types::DialogState
|
2567
|
+
attr_accessor failure_conditional: Types::ConditionalSpecification
|
2568
|
+
attr_accessor timeout_response: Types::ResponseSpecification
|
2569
|
+
attr_accessor timeout_next_step: Types::DialogState
|
2570
|
+
attr_accessor timeout_conditional: Types::ConditionalSpecification
|
2571
|
+
SENSITIVE: []
|
2572
|
+
end
|
2573
|
+
|
2574
|
+
class PostFulfillmentStatusSpecification
|
2575
|
+
attr_accessor success_response: Types::ResponseSpecification
|
2576
|
+
attr_accessor failure_response: Types::ResponseSpecification
|
2577
|
+
attr_accessor timeout_response: Types::ResponseSpecification
|
2578
|
+
attr_accessor success_next_step: Types::DialogState
|
2579
|
+
attr_accessor success_conditional: Types::ConditionalSpecification
|
2580
|
+
attr_accessor failure_next_step: Types::DialogState
|
2581
|
+
attr_accessor failure_conditional: Types::ConditionalSpecification
|
2582
|
+
attr_accessor timeout_next_step: Types::DialogState
|
2583
|
+
attr_accessor timeout_conditional: Types::ConditionalSpecification
|
2584
|
+
SENSITIVE: []
|
2585
|
+
end
|
2586
|
+
|
2587
|
+
class PreconditionFailedException
|
2588
|
+
attr_accessor message: ::String
|
2589
|
+
SENSITIVE: []
|
2590
|
+
end
|
2591
|
+
|
2592
|
+
class Principal
|
2593
|
+
attr_accessor service: ::String
|
2594
|
+
attr_accessor arn: ::String
|
2595
|
+
SENSITIVE: []
|
2596
|
+
end
|
2597
|
+
|
2598
|
+
class PromptAttemptSpecification
|
2599
|
+
attr_accessor allow_interrupt: bool
|
2600
|
+
attr_accessor allowed_input_types: Types::AllowedInputTypes
|
2601
|
+
attr_accessor audio_and_dtmf_input_specification: Types::AudioAndDTMFInputSpecification
|
2602
|
+
attr_accessor text_input_specification: Types::TextInputSpecification
|
2603
|
+
SENSITIVE: []
|
2604
|
+
end
|
2605
|
+
|
2606
|
+
class PromptSpecification
|
2607
|
+
attr_accessor message_groups: ::Array[Types::MessageGroup]
|
2608
|
+
attr_accessor max_retries: ::Integer
|
2609
|
+
attr_accessor allow_interrupt: bool
|
2610
|
+
attr_accessor message_selection_strategy: ("Random" | "Ordered")
|
2611
|
+
attr_accessor prompt_attempts_specification: ::Hash[("Initial" | "Retry1" | "Retry2" | "Retry3" | "Retry4" | "Retry5"), Types::PromptAttemptSpecification]
|
2612
|
+
SENSITIVE: []
|
2613
|
+
end
|
2614
|
+
|
2615
|
+
class RecommendedIntentSummary
|
2616
|
+
attr_accessor intent_id: ::String
|
2617
|
+
attr_accessor intent_name: ::String
|
2618
|
+
attr_accessor sample_utterances_count: ::Integer
|
2619
|
+
SENSITIVE: []
|
2620
|
+
end
|
2621
|
+
|
2622
|
+
class RelativeAggregationDuration
|
2623
|
+
attr_accessor time_dimension: ("Hours" | "Days" | "Weeks")
|
2624
|
+
attr_accessor time_value: ::Integer
|
2625
|
+
SENSITIVE: []
|
2626
|
+
end
|
2627
|
+
|
2628
|
+
class ResourceNotFoundException
|
2629
|
+
attr_accessor message: ::String
|
2630
|
+
SENSITIVE: []
|
2631
|
+
end
|
2632
|
+
|
2633
|
+
class ResponseSpecification
|
2634
|
+
attr_accessor message_groups: ::Array[Types::MessageGroup]
|
2635
|
+
attr_accessor allow_interrupt: bool
|
2636
|
+
SENSITIVE: []
|
2637
|
+
end
|
2638
|
+
|
2639
|
+
class RuntimeHintDetails
|
2640
|
+
attr_accessor runtime_hint_values: ::Array[Types::RuntimeHintValue]
|
2641
|
+
attr_accessor sub_slot_hints: ::Hash[::String, Types::RuntimeHintDetails]
|
2642
|
+
SENSITIVE: []
|
2643
|
+
end
|
2644
|
+
|
2645
|
+
class RuntimeHintValue
|
2646
|
+
attr_accessor phrase: ::String
|
2647
|
+
SENSITIVE: []
|
2648
|
+
end
|
2649
|
+
|
2650
|
+
class RuntimeHints
|
2651
|
+
attr_accessor slot_hints: ::Hash[::String, ::Hash[::String, Types::RuntimeHintDetails]]
|
2652
|
+
SENSITIVE: []
|
2653
|
+
end
|
2654
|
+
|
2655
|
+
class RuntimeSettings
|
2656
|
+
attr_accessor slot_resolution_improvement: Types::SlotResolutionImprovementSpecification
|
2657
|
+
SENSITIVE: []
|
2658
|
+
end
|
2659
|
+
|
2660
|
+
class S3BucketLogDestination
|
2661
|
+
attr_accessor kms_key_arn: ::String
|
2662
|
+
attr_accessor s3_bucket_arn: ::String
|
2663
|
+
attr_accessor log_prefix: ::String
|
2664
|
+
SENSITIVE: []
|
2665
|
+
end
|
2666
|
+
|
2667
|
+
class S3BucketTranscriptSource
|
2668
|
+
attr_accessor s3_bucket_name: ::String
|
2669
|
+
attr_accessor path_format: Types::PathFormat
|
2670
|
+
attr_accessor transcript_format: ("Lex")
|
2671
|
+
attr_accessor transcript_filter: Types::TranscriptFilter
|
2672
|
+
attr_accessor kms_key_arn: ::String
|
2673
|
+
SENSITIVE: []
|
2674
|
+
end
|
2675
|
+
|
2676
|
+
class SSMLMessage
|
2677
|
+
attr_accessor value: ::String
|
2678
|
+
SENSITIVE: []
|
2679
|
+
end
|
2680
|
+
|
2681
|
+
class SampleUtterance
|
2682
|
+
attr_accessor utterance: ::String
|
2683
|
+
SENSITIVE: []
|
2684
|
+
end
|
2685
|
+
|
2686
|
+
class SampleUtteranceGenerationSpecification
|
2687
|
+
attr_accessor enabled: bool
|
2688
|
+
attr_accessor bedrock_model_specification: Types::BedrockModelSpecification
|
2689
|
+
SENSITIVE: []
|
2690
|
+
end
|
2691
|
+
|
2692
|
+
class SampleValue
|
2693
|
+
attr_accessor value: ::String
|
2694
|
+
SENSITIVE: []
|
2695
|
+
end
|
2696
|
+
|
2697
|
+
class SearchAssociatedTranscriptsRequest
|
2698
|
+
attr_accessor bot_id: ::String
|
2699
|
+
attr_accessor bot_version: ::String
|
2700
|
+
attr_accessor locale_id: ::String
|
2701
|
+
attr_accessor bot_recommendation_id: ::String
|
2702
|
+
attr_accessor search_order: ("Ascending" | "Descending")
|
2703
|
+
attr_accessor filters: ::Array[Types::AssociatedTranscriptFilter]
|
2704
|
+
attr_accessor max_results: ::Integer
|
2705
|
+
attr_accessor next_index: ::Integer
|
2706
|
+
SENSITIVE: []
|
2707
|
+
end
|
2708
|
+
|
2709
|
+
class SearchAssociatedTranscriptsResponse
|
2710
|
+
attr_accessor bot_id: ::String
|
2711
|
+
attr_accessor bot_version: ::String
|
2712
|
+
attr_accessor locale_id: ::String
|
2713
|
+
attr_accessor bot_recommendation_id: ::String
|
2714
|
+
attr_accessor next_index: ::Integer
|
2715
|
+
attr_accessor associated_transcripts: ::Array[Types::AssociatedTranscript]
|
2716
|
+
attr_accessor total_results: ::Integer
|
2717
|
+
SENSITIVE: []
|
2718
|
+
end
|
2719
|
+
|
2720
|
+
class SentimentAnalysisSettings
|
2721
|
+
attr_accessor detect_sentiment: bool
|
2722
|
+
SENSITIVE: []
|
2723
|
+
end
|
2724
|
+
|
2725
|
+
class ServiceQuotaExceededException
|
2726
|
+
attr_accessor message: ::String
|
2727
|
+
SENSITIVE: []
|
2728
|
+
end
|
2729
|
+
|
2730
|
+
class SessionDataSortBy
|
2731
|
+
attr_accessor name: ("ConversationStartTime" | "NumberOfTurns" | "Duration")
|
2732
|
+
attr_accessor order: ("Ascending" | "Descending")
|
2733
|
+
SENSITIVE: []
|
2734
|
+
end
|
2735
|
+
|
2736
|
+
class SessionSpecification
|
2737
|
+
attr_accessor bot_alias_id: ::String
|
2738
|
+
attr_accessor bot_version: ::String
|
2739
|
+
attr_accessor locale_id: ::String
|
2740
|
+
attr_accessor channel: ::String
|
2741
|
+
attr_accessor session_id: ::String
|
2742
|
+
attr_accessor conversation_start_time: ::Time
|
2743
|
+
attr_accessor conversation_end_time: ::Time
|
2744
|
+
attr_accessor conversation_duration_seconds: ::Integer
|
2745
|
+
attr_accessor conversation_end_state: ("Success" | "Failure" | "Dropped")
|
2746
|
+
attr_accessor mode: ("Speech" | "Text" | "DTMF" | "MultiMode")
|
2747
|
+
attr_accessor number_of_turns: ::Integer
|
2748
|
+
attr_accessor invoked_intent_samples: ::Array[Types::InvokedIntentSample]
|
2749
|
+
attr_accessor originating_request_id: ::String
|
2750
|
+
SENSITIVE: []
|
2751
|
+
end
|
2752
|
+
|
2753
|
+
class SlotCaptureSetting
|
2754
|
+
attr_accessor capture_response: Types::ResponseSpecification
|
2755
|
+
attr_accessor capture_next_step: Types::DialogState
|
2756
|
+
attr_accessor capture_conditional: Types::ConditionalSpecification
|
2757
|
+
attr_accessor failure_response: Types::ResponseSpecification
|
2758
|
+
attr_accessor failure_next_step: Types::DialogState
|
2759
|
+
attr_accessor failure_conditional: Types::ConditionalSpecification
|
2760
|
+
attr_accessor code_hook: Types::DialogCodeHookInvocationSetting
|
2761
|
+
attr_accessor elicitation_code_hook: Types::ElicitationCodeHookInvocationSetting
|
2762
|
+
SENSITIVE: []
|
2763
|
+
end
|
2764
|
+
|
2765
|
+
class SlotDefaultValue
|
2766
|
+
attr_accessor default_value: ::String
|
2767
|
+
SENSITIVE: []
|
2768
|
+
end
|
2769
|
+
|
2770
|
+
class SlotDefaultValueSpecification
|
2771
|
+
attr_accessor default_value_list: ::Array[Types::SlotDefaultValue]
|
2772
|
+
SENSITIVE: []
|
2773
|
+
end
|
2774
|
+
|
2775
|
+
class SlotFilter
|
2776
|
+
attr_accessor name: ("SlotName")
|
2777
|
+
attr_accessor values: ::Array[::String]
|
2778
|
+
attr_accessor operator: ("CO" | "EQ")
|
2779
|
+
SENSITIVE: []
|
2780
|
+
end
|
2781
|
+
|
2782
|
+
class SlotPriority
|
2783
|
+
attr_accessor priority: ::Integer
|
2784
|
+
attr_accessor slot_id: ::String
|
2785
|
+
SENSITIVE: []
|
2786
|
+
end
|
2787
|
+
|
2788
|
+
class SlotResolutionImprovementSpecification
|
2789
|
+
attr_accessor enabled: bool
|
2790
|
+
attr_accessor bedrock_model_specification: Types::BedrockModelSpecification
|
2791
|
+
SENSITIVE: []
|
2792
|
+
end
|
2793
|
+
|
2794
|
+
class SlotResolutionSetting
|
2795
|
+
attr_accessor slot_resolution_strategy: ("EnhancedFallback" | "Default")
|
2796
|
+
SENSITIVE: []
|
2797
|
+
end
|
2798
|
+
|
2799
|
+
class SlotResolutionTestResultItem
|
2800
|
+
attr_accessor slot_name: ::String
|
2801
|
+
attr_accessor result_counts: Types::SlotResolutionTestResultItemCounts
|
2802
|
+
SENSITIVE: []
|
2803
|
+
end
|
2804
|
+
|
2805
|
+
class SlotResolutionTestResultItemCounts
|
2806
|
+
attr_accessor total_result_count: ::Integer
|
2807
|
+
attr_accessor speech_transcription_result_counts: ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
|
2808
|
+
attr_accessor slot_match_result_counts: ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
|
2809
|
+
SENSITIVE: []
|
2810
|
+
end
|
2811
|
+
|
2812
|
+
class SlotSortBy
|
2813
|
+
attr_accessor attribute: ("SlotName" | "LastUpdatedDateTime")
|
2814
|
+
attr_accessor order: ("Ascending" | "Descending")
|
2815
|
+
SENSITIVE: []
|
2816
|
+
end
|
2817
|
+
|
2818
|
+
class SlotSummary
|
2819
|
+
attr_accessor slot_id: ::String
|
2820
|
+
attr_accessor slot_name: ::String
|
2821
|
+
attr_accessor description: ::String
|
2822
|
+
attr_accessor slot_constraint: ("Required" | "Optional")
|
2823
|
+
attr_accessor slot_type_id: ::String
|
2824
|
+
attr_accessor value_elicitation_prompt_specification: Types::PromptSpecification
|
2825
|
+
attr_accessor last_updated_date_time: ::Time
|
2826
|
+
SENSITIVE: []
|
2827
|
+
end
|
2828
|
+
|
2829
|
+
class SlotTypeFilter
|
2830
|
+
attr_accessor name: ("SlotTypeName" | "ExternalSourceType")
|
2831
|
+
attr_accessor values: ::Array[::String]
|
2832
|
+
attr_accessor operator: ("CO" | "EQ")
|
2833
|
+
SENSITIVE: []
|
2834
|
+
end
|
2835
|
+
|
2836
|
+
class SlotTypeSortBy
|
2837
|
+
attr_accessor attribute: ("SlotTypeName" | "LastUpdatedDateTime")
|
2838
|
+
attr_accessor order: ("Ascending" | "Descending")
|
2839
|
+
SENSITIVE: []
|
2840
|
+
end
|
2841
|
+
|
2842
|
+
class SlotTypeStatistics
|
2843
|
+
attr_accessor discovered_slot_type_count: ::Integer
|
2844
|
+
SENSITIVE: []
|
2845
|
+
end
|
2846
|
+
|
2847
|
+
class SlotTypeSummary
|
2848
|
+
attr_accessor slot_type_id: ::String
|
2849
|
+
attr_accessor slot_type_name: ::String
|
2850
|
+
attr_accessor description: ::String
|
2851
|
+
attr_accessor parent_slot_type_signature: ::String
|
2852
|
+
attr_accessor last_updated_date_time: ::Time
|
2853
|
+
attr_accessor slot_type_category: ("Custom" | "Extended" | "ExternalGrammar" | "Composite")
|
2854
|
+
SENSITIVE: []
|
2855
|
+
end
|
2856
|
+
|
2857
|
+
class SlotTypeValue
|
2858
|
+
attr_accessor sample_value: Types::SampleValue
|
2859
|
+
attr_accessor synonyms: ::Array[Types::SampleValue]
|
2860
|
+
SENSITIVE: []
|
2861
|
+
end
|
2862
|
+
|
2863
|
+
class SlotValue
|
2864
|
+
attr_accessor interpreted_value: ::String
|
2865
|
+
SENSITIVE: []
|
2866
|
+
end
|
2867
|
+
|
2868
|
+
class SlotValueElicitationSetting
|
2869
|
+
attr_accessor default_value_specification: Types::SlotDefaultValueSpecification
|
2870
|
+
attr_accessor slot_constraint: ("Required" | "Optional")
|
2871
|
+
attr_accessor prompt_specification: Types::PromptSpecification
|
2872
|
+
attr_accessor sample_utterances: ::Array[Types::SampleUtterance]
|
2873
|
+
attr_accessor wait_and_continue_specification: Types::WaitAndContinueSpecification
|
2874
|
+
attr_accessor slot_capture_setting: Types::SlotCaptureSetting
|
2875
|
+
attr_accessor slot_resolution_setting: Types::SlotResolutionSetting
|
2876
|
+
SENSITIVE: []
|
2877
|
+
end
|
2878
|
+
|
2879
|
+
class SlotValueOverride
|
2880
|
+
attr_accessor shape: ("Scalar" | "List")
|
2881
|
+
attr_accessor value: Types::SlotValue
|
2882
|
+
attr_accessor values: ::Array[Types::SlotValueOverride]
|
2883
|
+
SENSITIVE: []
|
2884
|
+
end
|
2885
|
+
|
2886
|
+
class SlotValueRegexFilter
|
2887
|
+
attr_accessor pattern: ::String
|
2888
|
+
SENSITIVE: []
|
2889
|
+
end
|
2890
|
+
|
2891
|
+
class SlotValueSelectionSetting
|
2892
|
+
attr_accessor resolution_strategy: ("OriginalValue" | "TopResolution" | "Concatenation")
|
2893
|
+
attr_accessor regex_filter: Types::SlotValueRegexFilter
|
2894
|
+
attr_accessor advanced_recognition_setting: Types::AdvancedRecognitionSetting
|
2895
|
+
SENSITIVE: []
|
2896
|
+
end
|
2897
|
+
|
2898
|
+
class Specifications
|
2899
|
+
attr_accessor slot_type_id: ::String
|
2900
|
+
attr_accessor value_elicitation_setting: Types::SubSlotValueElicitationSetting
|
2901
|
+
SENSITIVE: []
|
2902
|
+
end
|
2903
|
+
|
2904
|
+
class StartBotRecommendationRequest
|
2905
|
+
attr_accessor bot_id: ::String
|
2906
|
+
attr_accessor bot_version: ::String
|
2907
|
+
attr_accessor locale_id: ::String
|
2908
|
+
attr_accessor transcript_source_setting: Types::TranscriptSourceSetting
|
2909
|
+
attr_accessor encryption_setting: Types::EncryptionSetting
|
2910
|
+
SENSITIVE: []
|
2911
|
+
end
|
2912
|
+
|
2913
|
+
class StartBotRecommendationResponse
|
2914
|
+
attr_accessor bot_id: ::String
|
2915
|
+
attr_accessor bot_version: ::String
|
2916
|
+
attr_accessor locale_id: ::String
|
2917
|
+
attr_accessor bot_recommendation_status: ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
2918
|
+
attr_accessor bot_recommendation_id: ::String
|
2919
|
+
attr_accessor creation_date_time: ::Time
|
2920
|
+
attr_accessor transcript_source_setting: Types::TranscriptSourceSetting
|
2921
|
+
attr_accessor encryption_setting: Types::EncryptionSetting
|
2922
|
+
SENSITIVE: []
|
2923
|
+
end
|
2924
|
+
|
2925
|
+
class StartBotResourceGenerationRequest
|
2926
|
+
attr_accessor generation_input_prompt: ::String
|
2927
|
+
attr_accessor bot_id: ::String
|
2928
|
+
attr_accessor bot_version: ::String
|
2929
|
+
attr_accessor locale_id: ::String
|
2930
|
+
SENSITIVE: []
|
2931
|
+
end
|
2932
|
+
|
2933
|
+
class StartBotResourceGenerationResponse
|
2934
|
+
attr_accessor generation_input_prompt: ::String
|
2935
|
+
attr_accessor generation_id: ::String
|
2936
|
+
attr_accessor bot_id: ::String
|
2937
|
+
attr_accessor bot_version: ::String
|
2938
|
+
attr_accessor locale_id: ::String
|
2939
|
+
attr_accessor generation_status: ("Failed" | "Complete" | "InProgress")
|
2940
|
+
attr_accessor creation_date_time: ::Time
|
2941
|
+
SENSITIVE: []
|
2942
|
+
end
|
2943
|
+
|
2944
|
+
class StartImportRequest
|
2945
|
+
attr_accessor import_id: ::String
|
2946
|
+
attr_accessor resource_specification: Types::ImportResourceSpecification
|
2947
|
+
attr_accessor merge_strategy: ("Overwrite" | "FailOnConflict" | "Append")
|
2948
|
+
attr_accessor file_password: ::String
|
2949
|
+
SENSITIVE: [:file_password]
|
2950
|
+
end
|
2951
|
+
|
2952
|
+
class StartImportResponse
|
2953
|
+
attr_accessor import_id: ::String
|
2954
|
+
attr_accessor resource_specification: Types::ImportResourceSpecification
|
2955
|
+
attr_accessor merge_strategy: ("Overwrite" | "FailOnConflict" | "Append")
|
2956
|
+
attr_accessor import_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
2957
|
+
attr_accessor creation_date_time: ::Time
|
2958
|
+
SENSITIVE: []
|
2959
|
+
end
|
2960
|
+
|
2961
|
+
class StartTestExecutionRequest
|
2962
|
+
attr_accessor test_set_id: ::String
|
2963
|
+
attr_accessor target: Types::TestExecutionTarget
|
2964
|
+
attr_accessor api_mode: ("Streaming" | "NonStreaming")
|
2965
|
+
attr_accessor test_execution_modality: ("Text" | "Audio")
|
2966
|
+
SENSITIVE: []
|
2967
|
+
end
|
2968
|
+
|
2969
|
+
class StartTestExecutionResponse
|
2970
|
+
attr_accessor test_execution_id: ::String
|
2971
|
+
attr_accessor creation_date_time: ::Time
|
2972
|
+
attr_accessor test_set_id: ::String
|
2973
|
+
attr_accessor target: Types::TestExecutionTarget
|
2974
|
+
attr_accessor api_mode: ("Streaming" | "NonStreaming")
|
2975
|
+
attr_accessor test_execution_modality: ("Text" | "Audio")
|
2976
|
+
SENSITIVE: []
|
2977
|
+
end
|
2978
|
+
|
2979
|
+
class StartTestSetGenerationRequest
|
2980
|
+
attr_accessor test_set_name: ::String
|
2981
|
+
attr_accessor description: ::String
|
2982
|
+
attr_accessor storage_location: Types::TestSetStorageLocation
|
2983
|
+
attr_accessor generation_data_source: Types::TestSetGenerationDataSource
|
2984
|
+
attr_accessor role_arn: ::String
|
2985
|
+
attr_accessor test_set_tags: ::Hash[::String, ::String]
|
2986
|
+
SENSITIVE: []
|
2987
|
+
end
|
2988
|
+
|
2989
|
+
class StartTestSetGenerationResponse
|
2990
|
+
attr_accessor test_set_generation_id: ::String
|
2991
|
+
attr_accessor creation_date_time: ::Time
|
2992
|
+
attr_accessor test_set_generation_status: ("Generating" | "Ready" | "Failed" | "Pending")
|
2993
|
+
attr_accessor test_set_name: ::String
|
2994
|
+
attr_accessor description: ::String
|
2995
|
+
attr_accessor storage_location: Types::TestSetStorageLocation
|
2996
|
+
attr_accessor generation_data_source: Types::TestSetGenerationDataSource
|
2997
|
+
attr_accessor role_arn: ::String
|
2998
|
+
attr_accessor test_set_tags: ::Hash[::String, ::String]
|
2999
|
+
SENSITIVE: []
|
3000
|
+
end
|
3001
|
+
|
3002
|
+
class StillWaitingResponseSpecification
|
3003
|
+
attr_accessor message_groups: ::Array[Types::MessageGroup]
|
3004
|
+
attr_accessor frequency_in_seconds: ::Integer
|
3005
|
+
attr_accessor timeout_in_seconds: ::Integer
|
3006
|
+
attr_accessor allow_interrupt: bool
|
3007
|
+
SENSITIVE: []
|
3008
|
+
end
|
3009
|
+
|
3010
|
+
class StopBotRecommendationRequest
|
3011
|
+
attr_accessor bot_id: ::String
|
3012
|
+
attr_accessor bot_version: ::String
|
3013
|
+
attr_accessor locale_id: ::String
|
3014
|
+
attr_accessor bot_recommendation_id: ::String
|
3015
|
+
SENSITIVE: []
|
3016
|
+
end
|
3017
|
+
|
3018
|
+
class StopBotRecommendationResponse
|
3019
|
+
attr_accessor bot_id: ::String
|
3020
|
+
attr_accessor bot_version: ::String
|
3021
|
+
attr_accessor locale_id: ::String
|
3022
|
+
attr_accessor bot_recommendation_status: ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
3023
|
+
attr_accessor bot_recommendation_id: ::String
|
3024
|
+
SENSITIVE: []
|
3025
|
+
end
|
3026
|
+
|
3027
|
+
class SubSlotSetting
|
3028
|
+
attr_accessor expression: ::String
|
3029
|
+
attr_accessor slot_specifications: ::Hash[::String, Types::Specifications]
|
3030
|
+
SENSITIVE: []
|
3031
|
+
end
|
3032
|
+
|
3033
|
+
class SubSlotTypeComposition
|
3034
|
+
attr_accessor name: ::String
|
3035
|
+
attr_accessor slot_type_id: ::String
|
3036
|
+
SENSITIVE: []
|
3037
|
+
end
|
3038
|
+
|
3039
|
+
class SubSlotValueElicitationSetting
|
3040
|
+
attr_accessor default_value_specification: Types::SlotDefaultValueSpecification
|
3041
|
+
attr_accessor prompt_specification: Types::PromptSpecification
|
3042
|
+
attr_accessor sample_utterances: ::Array[Types::SampleUtterance]
|
3043
|
+
attr_accessor wait_and_continue_specification: Types::WaitAndContinueSpecification
|
3044
|
+
SENSITIVE: []
|
3045
|
+
end
|
3046
|
+
|
3047
|
+
class TagResourceRequest
|
3048
|
+
attr_accessor resource_arn: ::String
|
3049
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
3050
|
+
SENSITIVE: []
|
3051
|
+
end
|
3052
|
+
|
3053
|
+
class TagResourceResponse < Aws::EmptyStructure
|
3054
|
+
end
|
3055
|
+
|
3056
|
+
class TestExecutionResultFilterBy
|
3057
|
+
attr_accessor result_type_filter: ("OverallTestResults" | "ConversationLevelTestResults" | "IntentClassificationTestResults" | "SlotResolutionTestResults" | "UtteranceLevelResults")
|
3058
|
+
attr_accessor conversation_level_test_results_filter_by: Types::ConversationLevelTestResultsFilterBy
|
3059
|
+
SENSITIVE: []
|
3060
|
+
end
|
3061
|
+
|
3062
|
+
class TestExecutionResultItems
|
3063
|
+
attr_accessor overall_test_results: Types::OverallTestResults
|
3064
|
+
attr_accessor conversation_level_test_results: Types::ConversationLevelTestResults
|
3065
|
+
attr_accessor intent_classification_test_results: Types::IntentClassificationTestResults
|
3066
|
+
attr_accessor intent_level_slot_resolution_test_results: Types::IntentLevelSlotResolutionTestResults
|
3067
|
+
attr_accessor utterance_level_test_results: Types::UtteranceLevelTestResults
|
3068
|
+
SENSITIVE: []
|
3069
|
+
end
|
3070
|
+
|
3071
|
+
class TestExecutionSortBy
|
3072
|
+
attr_accessor attribute: ("TestSetName" | "CreationDateTime")
|
3073
|
+
attr_accessor order: ("Ascending" | "Descending")
|
3074
|
+
SENSITIVE: []
|
3075
|
+
end
|
3076
|
+
|
3077
|
+
class TestExecutionSummary
|
3078
|
+
attr_accessor test_execution_id: ::String
|
3079
|
+
attr_accessor creation_date_time: ::Time
|
3080
|
+
attr_accessor last_updated_date_time: ::Time
|
3081
|
+
attr_accessor test_execution_status: ("Pending" | "Waiting" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
3082
|
+
attr_accessor test_set_id: ::String
|
3083
|
+
attr_accessor test_set_name: ::String
|
3084
|
+
attr_accessor target: Types::TestExecutionTarget
|
3085
|
+
attr_accessor api_mode: ("Streaming" | "NonStreaming")
|
3086
|
+
attr_accessor test_execution_modality: ("Text" | "Audio")
|
3087
|
+
SENSITIVE: []
|
3088
|
+
end
|
3089
|
+
|
3090
|
+
class TestExecutionTarget
|
3091
|
+
attr_accessor bot_alias_target: Types::BotAliasTestExecutionTarget
|
3092
|
+
SENSITIVE: []
|
3093
|
+
end
|
3094
|
+
|
3095
|
+
class TestSetDiscrepancyErrors
|
3096
|
+
attr_accessor intent_discrepancies: ::Array[Types::TestSetIntentDiscrepancyItem]
|
3097
|
+
attr_accessor slot_discrepancies: ::Array[Types::TestSetSlotDiscrepancyItem]
|
3098
|
+
SENSITIVE: []
|
3099
|
+
end
|
3100
|
+
|
3101
|
+
class TestSetDiscrepancyReportBotAliasTarget
|
3102
|
+
attr_accessor bot_id: ::String
|
3103
|
+
attr_accessor bot_alias_id: ::String
|
3104
|
+
attr_accessor locale_id: ::String
|
3105
|
+
SENSITIVE: []
|
3106
|
+
end
|
3107
|
+
|
3108
|
+
class TestSetDiscrepancyReportResourceTarget
|
3109
|
+
attr_accessor bot_alias_target: Types::TestSetDiscrepancyReportBotAliasTarget
|
3110
|
+
SENSITIVE: []
|
3111
|
+
end
|
3112
|
+
|
3113
|
+
class TestSetExportSpecification
|
3114
|
+
attr_accessor test_set_id: ::String
|
3115
|
+
SENSITIVE: []
|
3116
|
+
end
|
3117
|
+
|
3118
|
+
class TestSetGenerationDataSource
|
3119
|
+
attr_accessor conversation_logs_data_source: Types::ConversationLogsDataSource
|
3120
|
+
SENSITIVE: []
|
3121
|
+
end
|
3122
|
+
|
3123
|
+
class TestSetImportInputLocation
|
3124
|
+
attr_accessor s3_bucket_name: ::String
|
3125
|
+
attr_accessor s3_path: ::String
|
3126
|
+
SENSITIVE: []
|
3127
|
+
end
|
3128
|
+
|
3129
|
+
class TestSetImportResourceSpecification
|
3130
|
+
attr_accessor test_set_name: ::String
|
3131
|
+
attr_accessor description: ::String
|
3132
|
+
attr_accessor role_arn: ::String
|
3133
|
+
attr_accessor storage_location: Types::TestSetStorageLocation
|
3134
|
+
attr_accessor import_input_location: Types::TestSetImportInputLocation
|
3135
|
+
attr_accessor modality: ("Text" | "Audio")
|
3136
|
+
attr_accessor test_set_tags: ::Hash[::String, ::String]
|
3137
|
+
SENSITIVE: []
|
3138
|
+
end
|
3139
|
+
|
3140
|
+
class TestSetIntentDiscrepancyItem
|
3141
|
+
attr_accessor intent_name: ::String
|
3142
|
+
attr_accessor error_message: ::String
|
3143
|
+
SENSITIVE: []
|
3144
|
+
end
|
3145
|
+
|
3146
|
+
class TestSetSlotDiscrepancyItem
|
3147
|
+
attr_accessor intent_name: ::String
|
3148
|
+
attr_accessor slot_name: ::String
|
3149
|
+
attr_accessor error_message: ::String
|
3150
|
+
SENSITIVE: []
|
3151
|
+
end
|
3152
|
+
|
3153
|
+
class TestSetSortBy
|
3154
|
+
attr_accessor attribute: ("TestSetName" | "LastUpdatedDateTime")
|
3155
|
+
attr_accessor order: ("Ascending" | "Descending")
|
3156
|
+
SENSITIVE: []
|
3157
|
+
end
|
3158
|
+
|
3159
|
+
class TestSetStorageLocation
|
3160
|
+
attr_accessor s3_bucket_name: ::String
|
3161
|
+
attr_accessor s3_path: ::String
|
3162
|
+
attr_accessor kms_key_arn: ::String
|
3163
|
+
SENSITIVE: []
|
3164
|
+
end
|
3165
|
+
|
3166
|
+
class TestSetSummary
|
3167
|
+
attr_accessor test_set_id: ::String
|
3168
|
+
attr_accessor test_set_name: ::String
|
3169
|
+
attr_accessor description: ::String
|
3170
|
+
attr_accessor modality: ("Text" | "Audio")
|
3171
|
+
attr_accessor status: ("Importing" | "PendingAnnotation" | "Deleting" | "ValidationError" | "Ready")
|
3172
|
+
attr_accessor role_arn: ::String
|
3173
|
+
attr_accessor num_turns: ::Integer
|
3174
|
+
attr_accessor storage_location: Types::TestSetStorageLocation
|
3175
|
+
attr_accessor creation_date_time: ::Time
|
3176
|
+
attr_accessor last_updated_date_time: ::Time
|
3177
|
+
SENSITIVE: []
|
3178
|
+
end
|
3179
|
+
|
3180
|
+
class TestSetTurnRecord
|
3181
|
+
attr_accessor record_number: ::Integer
|
3182
|
+
attr_accessor conversation_id: ::String
|
3183
|
+
attr_accessor turn_number: ::Integer
|
3184
|
+
attr_accessor turn_specification: Types::TurnSpecification
|
3185
|
+
SENSITIVE: []
|
3186
|
+
end
|
3187
|
+
|
3188
|
+
class TestSetTurnResult
|
3189
|
+
attr_accessor agent: Types::AgentTurnResult
|
3190
|
+
attr_accessor user: Types::UserTurnResult
|
3191
|
+
SENSITIVE: []
|
3192
|
+
end
|
3193
|
+
|
3194
|
+
class TextInputSpecification
|
3195
|
+
attr_accessor start_timeout_ms: ::Integer
|
3196
|
+
SENSITIVE: []
|
3197
|
+
end
|
3198
|
+
|
3199
|
+
class TextLogDestination
|
3200
|
+
attr_accessor cloud_watch: Types::CloudWatchLogGroupLogDestination
|
3201
|
+
SENSITIVE: []
|
3202
|
+
end
|
3203
|
+
|
3204
|
+
class TextLogSetting
|
3205
|
+
attr_accessor enabled: bool
|
3206
|
+
attr_accessor destination: Types::TextLogDestination
|
3207
|
+
attr_accessor selective_logging_enabled: bool
|
3208
|
+
SENSITIVE: []
|
3209
|
+
end
|
3210
|
+
|
3211
|
+
class ThrottlingException
|
3212
|
+
attr_accessor retry_after_seconds: ::Integer
|
3213
|
+
attr_accessor message: ::String
|
3214
|
+
SENSITIVE: []
|
3215
|
+
end
|
3216
|
+
|
3217
|
+
class TranscriptFilter
|
3218
|
+
attr_accessor lex_transcript_filter: Types::LexTranscriptFilter
|
3219
|
+
SENSITIVE: []
|
3220
|
+
end
|
3221
|
+
|
3222
|
+
class TranscriptSourceSetting
|
3223
|
+
attr_accessor s3_bucket_transcript_source: Types::S3BucketTranscriptSource
|
3224
|
+
SENSITIVE: []
|
3225
|
+
end
|
3226
|
+
|
3227
|
+
class TurnSpecification
|
3228
|
+
attr_accessor agent_turn: Types::AgentTurnSpecification
|
3229
|
+
attr_accessor user_turn: Types::UserTurnSpecification
|
3230
|
+
SENSITIVE: []
|
3231
|
+
end
|
3232
|
+
|
3233
|
+
class UntagResourceRequest
|
3234
|
+
attr_accessor resource_arn: ::String
|
3235
|
+
attr_accessor tag_keys: ::Array[::String]
|
3236
|
+
SENSITIVE: []
|
3237
|
+
end
|
3238
|
+
|
3239
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
3240
|
+
end
|
3241
|
+
|
3242
|
+
class UpdateBotAliasRequest
|
3243
|
+
attr_accessor bot_alias_id: ::String
|
3244
|
+
attr_accessor bot_alias_name: ::String
|
3245
|
+
attr_accessor description: ::String
|
3246
|
+
attr_accessor bot_version: ::String
|
3247
|
+
attr_accessor bot_alias_locale_settings: ::Hash[::String, Types::BotAliasLocaleSettings]
|
3248
|
+
attr_accessor conversation_log_settings: Types::ConversationLogSettings
|
3249
|
+
attr_accessor sentiment_analysis_settings: Types::SentimentAnalysisSettings
|
3250
|
+
attr_accessor bot_id: ::String
|
3251
|
+
SENSITIVE: []
|
3252
|
+
end
|
3253
|
+
|
3254
|
+
class UpdateBotAliasResponse
|
3255
|
+
attr_accessor bot_alias_id: ::String
|
3256
|
+
attr_accessor bot_alias_name: ::String
|
3257
|
+
attr_accessor description: ::String
|
3258
|
+
attr_accessor bot_version: ::String
|
3259
|
+
attr_accessor bot_alias_locale_settings: ::Hash[::String, Types::BotAliasLocaleSettings]
|
3260
|
+
attr_accessor conversation_log_settings: Types::ConversationLogSettings
|
3261
|
+
attr_accessor sentiment_analysis_settings: Types::SentimentAnalysisSettings
|
3262
|
+
attr_accessor bot_alias_status: ("Creating" | "Available" | "Deleting" | "Failed")
|
3263
|
+
attr_accessor bot_id: ::String
|
3264
|
+
attr_accessor creation_date_time: ::Time
|
3265
|
+
attr_accessor last_updated_date_time: ::Time
|
3266
|
+
SENSITIVE: []
|
3267
|
+
end
|
3268
|
+
|
3269
|
+
class UpdateBotLocaleRequest
|
3270
|
+
attr_accessor bot_id: ::String
|
3271
|
+
attr_accessor bot_version: ::String
|
3272
|
+
attr_accessor locale_id: ::String
|
3273
|
+
attr_accessor description: ::String
|
3274
|
+
attr_accessor nlu_intent_confidence_threshold: ::Float
|
3275
|
+
attr_accessor voice_settings: Types::VoiceSettings
|
3276
|
+
attr_accessor generative_ai_settings: Types::GenerativeAISettings
|
3277
|
+
SENSITIVE: []
|
3278
|
+
end
|
3279
|
+
|
3280
|
+
class UpdateBotLocaleResponse
|
3281
|
+
attr_accessor bot_id: ::String
|
3282
|
+
attr_accessor bot_version: ::String
|
3283
|
+
attr_accessor locale_id: ::String
|
3284
|
+
attr_accessor locale_name: ::String
|
3285
|
+
attr_accessor description: ::String
|
3286
|
+
attr_accessor nlu_intent_confidence_threshold: ::Float
|
3287
|
+
attr_accessor voice_settings: Types::VoiceSettings
|
3288
|
+
attr_accessor bot_locale_status: ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
3289
|
+
attr_accessor failure_reasons: ::Array[::String]
|
3290
|
+
attr_accessor creation_date_time: ::Time
|
3291
|
+
attr_accessor last_updated_date_time: ::Time
|
3292
|
+
attr_accessor recommended_actions: ::Array[::String]
|
3293
|
+
attr_accessor generative_ai_settings: Types::GenerativeAISettings
|
3294
|
+
SENSITIVE: []
|
3295
|
+
end
|
3296
|
+
|
3297
|
+
class UpdateBotRecommendationRequest
|
3298
|
+
attr_accessor bot_id: ::String
|
3299
|
+
attr_accessor bot_version: ::String
|
3300
|
+
attr_accessor locale_id: ::String
|
3301
|
+
attr_accessor bot_recommendation_id: ::String
|
3302
|
+
attr_accessor encryption_setting: Types::EncryptionSetting
|
3303
|
+
SENSITIVE: []
|
3304
|
+
end
|
3305
|
+
|
3306
|
+
class UpdateBotRecommendationResponse
|
3307
|
+
attr_accessor bot_id: ::String
|
3308
|
+
attr_accessor bot_version: ::String
|
3309
|
+
attr_accessor locale_id: ::String
|
3310
|
+
attr_accessor bot_recommendation_status: ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
3311
|
+
attr_accessor bot_recommendation_id: ::String
|
3312
|
+
attr_accessor creation_date_time: ::Time
|
3313
|
+
attr_accessor last_updated_date_time: ::Time
|
3314
|
+
attr_accessor transcript_source_setting: Types::TranscriptSourceSetting
|
3315
|
+
attr_accessor encryption_setting: Types::EncryptionSetting
|
3316
|
+
SENSITIVE: []
|
3317
|
+
end
|
3318
|
+
|
3319
|
+
class UpdateBotRequest
|
3320
|
+
attr_accessor bot_id: ::String
|
3321
|
+
attr_accessor bot_name: ::String
|
3322
|
+
attr_accessor description: ::String
|
3323
|
+
attr_accessor role_arn: ::String
|
3324
|
+
attr_accessor data_privacy: Types::DataPrivacy
|
3325
|
+
attr_accessor idle_session_ttl_in_seconds: ::Integer
|
3326
|
+
attr_accessor bot_type: ("Bot" | "BotNetwork")
|
3327
|
+
attr_accessor bot_members: ::Array[Types::BotMember]
|
3328
|
+
SENSITIVE: []
|
3329
|
+
end
|
3330
|
+
|
3331
|
+
class UpdateBotResponse
|
3332
|
+
attr_accessor bot_id: ::String
|
3333
|
+
attr_accessor bot_name: ::String
|
3334
|
+
attr_accessor description: ::String
|
3335
|
+
attr_accessor role_arn: ::String
|
3336
|
+
attr_accessor data_privacy: Types::DataPrivacy
|
3337
|
+
attr_accessor idle_session_ttl_in_seconds: ::Integer
|
3338
|
+
attr_accessor bot_status: ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
3339
|
+
attr_accessor creation_date_time: ::Time
|
3340
|
+
attr_accessor last_updated_date_time: ::Time
|
3341
|
+
attr_accessor bot_type: ("Bot" | "BotNetwork")
|
3342
|
+
attr_accessor bot_members: ::Array[Types::BotMember]
|
3343
|
+
SENSITIVE: []
|
3344
|
+
end
|
3345
|
+
|
3346
|
+
class UpdateExportRequest
|
3347
|
+
attr_accessor export_id: ::String
|
3348
|
+
attr_accessor file_password: ::String
|
3349
|
+
SENSITIVE: [:file_password]
|
3350
|
+
end
|
3351
|
+
|
3352
|
+
class UpdateExportResponse
|
3353
|
+
attr_accessor export_id: ::String
|
3354
|
+
attr_accessor resource_specification: Types::ExportResourceSpecification
|
3355
|
+
attr_accessor file_format: ("LexJson" | "TSV" | "CSV")
|
3356
|
+
attr_accessor export_status: ("InProgress" | "Completed" | "Failed" | "Deleting")
|
3357
|
+
attr_accessor creation_date_time: ::Time
|
3358
|
+
attr_accessor last_updated_date_time: ::Time
|
3359
|
+
SENSITIVE: []
|
3360
|
+
end
|
3361
|
+
|
3362
|
+
class UpdateIntentRequest
|
3363
|
+
attr_accessor intent_id: ::String
|
3364
|
+
attr_accessor intent_name: ::String
|
3365
|
+
attr_accessor description: ::String
|
3366
|
+
attr_accessor parent_intent_signature: ::String
|
3367
|
+
attr_accessor sample_utterances: ::Array[Types::SampleUtterance]
|
3368
|
+
attr_accessor dialog_code_hook: Types::DialogCodeHookSettings
|
3369
|
+
attr_accessor fulfillment_code_hook: Types::FulfillmentCodeHookSettings
|
3370
|
+
attr_accessor slot_priorities: ::Array[Types::SlotPriority]
|
3371
|
+
attr_accessor intent_confirmation_setting: Types::IntentConfirmationSetting
|
3372
|
+
attr_accessor intent_closing_setting: Types::IntentClosingSetting
|
3373
|
+
attr_accessor input_contexts: ::Array[Types::InputContext]
|
3374
|
+
attr_accessor output_contexts: ::Array[Types::OutputContext]
|
3375
|
+
attr_accessor kendra_configuration: Types::KendraConfiguration
|
3376
|
+
attr_accessor bot_id: ::String
|
3377
|
+
attr_accessor bot_version: ::String
|
3378
|
+
attr_accessor locale_id: ::String
|
3379
|
+
attr_accessor initial_response_setting: Types::InitialResponseSetting
|
3380
|
+
SENSITIVE: []
|
3381
|
+
end
|
3382
|
+
|
3383
|
+
class UpdateIntentResponse
|
3384
|
+
attr_accessor intent_id: ::String
|
3385
|
+
attr_accessor intent_name: ::String
|
3386
|
+
attr_accessor description: ::String
|
3387
|
+
attr_accessor parent_intent_signature: ::String
|
3388
|
+
attr_accessor sample_utterances: ::Array[Types::SampleUtterance]
|
3389
|
+
attr_accessor dialog_code_hook: Types::DialogCodeHookSettings
|
3390
|
+
attr_accessor fulfillment_code_hook: Types::FulfillmentCodeHookSettings
|
3391
|
+
attr_accessor slot_priorities: ::Array[Types::SlotPriority]
|
3392
|
+
attr_accessor intent_confirmation_setting: Types::IntentConfirmationSetting
|
3393
|
+
attr_accessor intent_closing_setting: Types::IntentClosingSetting
|
3394
|
+
attr_accessor input_contexts: ::Array[Types::InputContext]
|
3395
|
+
attr_accessor output_contexts: ::Array[Types::OutputContext]
|
3396
|
+
attr_accessor kendra_configuration: Types::KendraConfiguration
|
3397
|
+
attr_accessor bot_id: ::String
|
3398
|
+
attr_accessor bot_version: ::String
|
3399
|
+
attr_accessor locale_id: ::String
|
3400
|
+
attr_accessor creation_date_time: ::Time
|
3401
|
+
attr_accessor last_updated_date_time: ::Time
|
3402
|
+
attr_accessor initial_response_setting: Types::InitialResponseSetting
|
3403
|
+
SENSITIVE: []
|
3404
|
+
end
|
3405
|
+
|
3406
|
+
class UpdateResourcePolicyRequest
|
3407
|
+
attr_accessor resource_arn: ::String
|
3408
|
+
attr_accessor policy: ::String
|
3409
|
+
attr_accessor expected_revision_id: ::String
|
3410
|
+
SENSITIVE: []
|
3411
|
+
end
|
3412
|
+
|
3413
|
+
class UpdateResourcePolicyResponse
|
3414
|
+
attr_accessor resource_arn: ::String
|
3415
|
+
attr_accessor revision_id: ::String
|
3416
|
+
SENSITIVE: []
|
3417
|
+
end
|
3418
|
+
|
3419
|
+
class UpdateSlotRequest
|
3420
|
+
attr_accessor slot_id: ::String
|
3421
|
+
attr_accessor slot_name: ::String
|
3422
|
+
attr_accessor description: ::String
|
3423
|
+
attr_accessor slot_type_id: ::String
|
3424
|
+
attr_accessor value_elicitation_setting: Types::SlotValueElicitationSetting
|
3425
|
+
attr_accessor obfuscation_setting: Types::ObfuscationSetting
|
3426
|
+
attr_accessor bot_id: ::String
|
3427
|
+
attr_accessor bot_version: ::String
|
3428
|
+
attr_accessor locale_id: ::String
|
3429
|
+
attr_accessor intent_id: ::String
|
3430
|
+
attr_accessor multiple_values_setting: Types::MultipleValuesSetting
|
3431
|
+
attr_accessor sub_slot_setting: Types::SubSlotSetting
|
3432
|
+
SENSITIVE: []
|
3433
|
+
end
|
3434
|
+
|
3435
|
+
class UpdateSlotResponse
|
3436
|
+
attr_accessor slot_id: ::String
|
3437
|
+
attr_accessor slot_name: ::String
|
3438
|
+
attr_accessor description: ::String
|
3439
|
+
attr_accessor slot_type_id: ::String
|
3440
|
+
attr_accessor value_elicitation_setting: Types::SlotValueElicitationSetting
|
3441
|
+
attr_accessor obfuscation_setting: Types::ObfuscationSetting
|
3442
|
+
attr_accessor bot_id: ::String
|
3443
|
+
attr_accessor bot_version: ::String
|
3444
|
+
attr_accessor locale_id: ::String
|
3445
|
+
attr_accessor intent_id: ::String
|
3446
|
+
attr_accessor creation_date_time: ::Time
|
3447
|
+
attr_accessor last_updated_date_time: ::Time
|
3448
|
+
attr_accessor multiple_values_setting: Types::MultipleValuesSetting
|
3449
|
+
attr_accessor sub_slot_setting: Types::SubSlotSetting
|
3450
|
+
SENSITIVE: []
|
3451
|
+
end
|
3452
|
+
|
3453
|
+
class UpdateSlotTypeRequest
|
3454
|
+
attr_accessor slot_type_id: ::String
|
3455
|
+
attr_accessor slot_type_name: ::String
|
3456
|
+
attr_accessor description: ::String
|
3457
|
+
attr_accessor slot_type_values: ::Array[Types::SlotTypeValue]
|
3458
|
+
attr_accessor value_selection_setting: Types::SlotValueSelectionSetting
|
3459
|
+
attr_accessor parent_slot_type_signature: ::String
|
3460
|
+
attr_accessor bot_id: ::String
|
3461
|
+
attr_accessor bot_version: ::String
|
3462
|
+
attr_accessor locale_id: ::String
|
3463
|
+
attr_accessor external_source_setting: Types::ExternalSourceSetting
|
3464
|
+
attr_accessor composite_slot_type_setting: Types::CompositeSlotTypeSetting
|
3465
|
+
SENSITIVE: []
|
3466
|
+
end
|
3467
|
+
|
3468
|
+
class UpdateSlotTypeResponse
|
3469
|
+
attr_accessor slot_type_id: ::String
|
3470
|
+
attr_accessor slot_type_name: ::String
|
3471
|
+
attr_accessor description: ::String
|
3472
|
+
attr_accessor slot_type_values: ::Array[Types::SlotTypeValue]
|
3473
|
+
attr_accessor value_selection_setting: Types::SlotValueSelectionSetting
|
3474
|
+
attr_accessor parent_slot_type_signature: ::String
|
3475
|
+
attr_accessor bot_id: ::String
|
3476
|
+
attr_accessor bot_version: ::String
|
3477
|
+
attr_accessor locale_id: ::String
|
3478
|
+
attr_accessor creation_date_time: ::Time
|
3479
|
+
attr_accessor last_updated_date_time: ::Time
|
3480
|
+
attr_accessor external_source_setting: Types::ExternalSourceSetting
|
3481
|
+
attr_accessor composite_slot_type_setting: Types::CompositeSlotTypeSetting
|
3482
|
+
SENSITIVE: []
|
3483
|
+
end
|
3484
|
+
|
3485
|
+
class UpdateTestSetRequest
|
3486
|
+
attr_accessor test_set_id: ::String
|
3487
|
+
attr_accessor test_set_name: ::String
|
3488
|
+
attr_accessor description: ::String
|
3489
|
+
SENSITIVE: []
|
3490
|
+
end
|
3491
|
+
|
3492
|
+
class UpdateTestSetResponse
|
3493
|
+
attr_accessor test_set_id: ::String
|
3494
|
+
attr_accessor test_set_name: ::String
|
3495
|
+
attr_accessor description: ::String
|
3496
|
+
attr_accessor modality: ("Text" | "Audio")
|
3497
|
+
attr_accessor status: ("Importing" | "PendingAnnotation" | "Deleting" | "ValidationError" | "Ready")
|
3498
|
+
attr_accessor role_arn: ::String
|
3499
|
+
attr_accessor num_turns: ::Integer
|
3500
|
+
attr_accessor storage_location: Types::TestSetStorageLocation
|
3501
|
+
attr_accessor creation_date_time: ::Time
|
3502
|
+
attr_accessor last_updated_date_time: ::Time
|
3503
|
+
SENSITIVE: []
|
3504
|
+
end
|
3505
|
+
|
3506
|
+
class UserTurnInputSpecification
|
3507
|
+
attr_accessor utterance_input: Types::UtteranceInputSpecification
|
3508
|
+
attr_accessor request_attributes: ::Hash[::String, ::String]
|
3509
|
+
attr_accessor session_state: Types::InputSessionStateSpecification
|
3510
|
+
SENSITIVE: []
|
3511
|
+
end
|
3512
|
+
|
3513
|
+
class UserTurnIntentOutput
|
3514
|
+
attr_accessor name: ::String
|
3515
|
+
attr_accessor slots: ::Hash[::String, Types::UserTurnSlotOutput]
|
3516
|
+
SENSITIVE: []
|
3517
|
+
end
|
3518
|
+
|
3519
|
+
class UserTurnOutputSpecification
|
3520
|
+
attr_accessor intent: Types::UserTurnIntentOutput
|
3521
|
+
attr_accessor active_contexts: ::Array[Types::ActiveContext]
|
3522
|
+
attr_accessor transcript: ::String
|
3523
|
+
SENSITIVE: []
|
3524
|
+
end
|
3525
|
+
|
3526
|
+
class UserTurnResult
|
3527
|
+
attr_accessor input: Types::UserTurnInputSpecification
|
3528
|
+
attr_accessor expected_output: Types::UserTurnOutputSpecification
|
3529
|
+
attr_accessor actual_output: Types::UserTurnOutputSpecification
|
3530
|
+
attr_accessor error_details: Types::ExecutionErrorDetails
|
3531
|
+
attr_accessor end_to_end_result: ("Matched" | "Mismatched" | "ExecutionError")
|
3532
|
+
attr_accessor intent_match_result: ("Matched" | "Mismatched" | "ExecutionError")
|
3533
|
+
attr_accessor slot_match_result: ("Matched" | "Mismatched" | "ExecutionError")
|
3534
|
+
attr_accessor speech_transcription_result: ("Matched" | "Mismatched" | "ExecutionError")
|
3535
|
+
attr_accessor conversation_level_result: Types::ConversationLevelResultDetail
|
3536
|
+
SENSITIVE: []
|
3537
|
+
end
|
3538
|
+
|
3539
|
+
class UserTurnSlotOutput
|
3540
|
+
attr_accessor value: ::String
|
3541
|
+
attr_accessor values: ::Array[Types::UserTurnSlotOutput]
|
3542
|
+
attr_accessor sub_slots: ::Hash[::String, Types::UserTurnSlotOutput]
|
3543
|
+
SENSITIVE: []
|
3544
|
+
end
|
3545
|
+
|
3546
|
+
class UserTurnSpecification
|
3547
|
+
attr_accessor input: Types::UserTurnInputSpecification
|
3548
|
+
attr_accessor expected: Types::UserTurnOutputSpecification
|
3549
|
+
SENSITIVE: []
|
3550
|
+
end
|
3551
|
+
|
3552
|
+
class UtteranceAggregationDuration
|
3553
|
+
attr_accessor relative_aggregation_duration: Types::RelativeAggregationDuration
|
3554
|
+
SENSITIVE: []
|
3555
|
+
end
|
3556
|
+
|
3557
|
+
class UtteranceAudioInputSpecification
|
3558
|
+
attr_accessor audio_file_s3_location: ::String
|
3559
|
+
SENSITIVE: []
|
3560
|
+
end
|
3561
|
+
|
3562
|
+
class UtteranceBotResponse
|
3563
|
+
attr_accessor content: ::String
|
3564
|
+
attr_accessor content_type: ("PlainText" | "CustomPayload" | "SSML" | "ImageResponseCard")
|
3565
|
+
attr_accessor image_response_card: Types::ImageResponseCard
|
3566
|
+
SENSITIVE: []
|
3567
|
+
end
|
3568
|
+
|
3569
|
+
class UtteranceDataSortBy
|
3570
|
+
attr_accessor name: ("UtteranceTimestamp")
|
3571
|
+
attr_accessor order: ("Ascending" | "Descending")
|
3572
|
+
SENSITIVE: []
|
3573
|
+
end
|
3574
|
+
|
3575
|
+
class UtteranceInputSpecification
|
3576
|
+
attr_accessor text_input: ::String
|
3577
|
+
attr_accessor audio_input: Types::UtteranceAudioInputSpecification
|
3578
|
+
SENSITIVE: []
|
3579
|
+
end
|
3580
|
+
|
3581
|
+
class UtteranceLevelTestResultItem
|
3582
|
+
attr_accessor record_number: ::Integer
|
3583
|
+
attr_accessor conversation_id: ::String
|
3584
|
+
attr_accessor turn_result: Types::TestSetTurnResult
|
3585
|
+
SENSITIVE: []
|
3586
|
+
end
|
3587
|
+
|
3588
|
+
class UtteranceLevelTestResults
|
3589
|
+
attr_accessor items: ::Array[Types::UtteranceLevelTestResultItem]
|
3590
|
+
SENSITIVE: []
|
3591
|
+
end
|
3592
|
+
|
3593
|
+
class UtteranceSpecification
|
3594
|
+
attr_accessor bot_alias_id: ::String
|
3595
|
+
attr_accessor bot_version: ::String
|
3596
|
+
attr_accessor locale_id: ::String
|
3597
|
+
attr_accessor session_id: ::String
|
3598
|
+
attr_accessor channel: ::String
|
3599
|
+
attr_accessor mode: ("Speech" | "Text" | "DTMF" | "MultiMode")
|
3600
|
+
attr_accessor conversation_start_time: ::Time
|
3601
|
+
attr_accessor conversation_end_time: ::Time
|
3602
|
+
attr_accessor utterance: ::String
|
3603
|
+
attr_accessor utterance_timestamp: ::Time
|
3604
|
+
attr_accessor audio_voice_duration_millis: ::Integer
|
3605
|
+
attr_accessor utterance_understood: bool
|
3606
|
+
attr_accessor input_type: ::String
|
3607
|
+
attr_accessor output_type: ::String
|
3608
|
+
attr_accessor associated_intent_name: ::String
|
3609
|
+
attr_accessor associated_slot_name: ::String
|
3610
|
+
attr_accessor intent_state: ("Failed" | "Fulfilled" | "InProgress" | "ReadyForFulfillment" | "Waiting" | "FulfillmentInProgress")
|
3611
|
+
attr_accessor dialog_action_type: ::String
|
3612
|
+
attr_accessor bot_response_audio_voice_id: ::String
|
3613
|
+
attr_accessor slots_filled_in_session: ::String
|
3614
|
+
attr_accessor utterance_request_id: ::String
|
3615
|
+
attr_accessor bot_responses: ::Array[Types::UtteranceBotResponse]
|
3616
|
+
SENSITIVE: []
|
3617
|
+
end
|
3618
|
+
|
3619
|
+
class ValidationException
|
3620
|
+
attr_accessor message: ::String
|
3621
|
+
SENSITIVE: []
|
3622
|
+
end
|
3623
|
+
|
3624
|
+
class VoiceSettings
|
3625
|
+
attr_accessor voice_id: ::String
|
3626
|
+
attr_accessor engine: ("standard" | "neural")
|
3627
|
+
SENSITIVE: []
|
3628
|
+
end
|
3629
|
+
|
3630
|
+
class WaitAndContinueSpecification
|
3631
|
+
attr_accessor waiting_response: Types::ResponseSpecification
|
3632
|
+
attr_accessor continue_response: Types::ResponseSpecification
|
3633
|
+
attr_accessor still_waiting_response: Types::StillWaitingResponseSpecification
|
3634
|
+
attr_accessor active: bool
|
3635
|
+
SENSITIVE: []
|
3636
|
+
end
|
3637
|
+
end
|
3638
|
+
end
|