aws-sdk-qconnect 1.30.0 → 1.31.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qconnect/client.rb +2377 -2342
- data/lib/aws-sdk-qconnect/client_api.rb +522 -506
- data/lib/aws-sdk-qconnect/types.rb +2641 -2515
- data/lib/aws-sdk-qconnect/waiters.rb +15 -0
- data/lib/aws-sdk-qconnect.rb +2 -1
- data/sig/client.rbs +583 -578
- data/sig/types.rbs +539 -520
- metadata +3 -2
data/sig/types.rbs
CHANGED
@@ -9,16 +9,16 @@ module Aws::QConnect
|
|
9
9
|
module Types
|
10
10
|
|
11
11
|
class AIAgentConfiguration
|
12
|
-
attr_accessor answer_recommendation_ai_agent_configuration: Types::AnswerRecommendationAIAgentConfiguration
|
13
12
|
attr_accessor manual_search_ai_agent_configuration: Types::ManualSearchAIAgentConfiguration
|
13
|
+
attr_accessor answer_recommendation_ai_agent_configuration: Types::AnswerRecommendationAIAgentConfiguration
|
14
14
|
attr_accessor self_service_ai_agent_configuration: Types::SelfServiceAIAgentConfiguration
|
15
15
|
attr_accessor unknown: untyped
|
16
16
|
SENSITIVE: []
|
17
17
|
|
18
|
-
class AnswerRecommendationAiAgentConfiguration < AIAgentConfiguration
|
19
|
-
end
|
20
18
|
class ManualSearchAiAgentConfiguration < AIAgentConfiguration
|
21
19
|
end
|
20
|
+
class AnswerRecommendationAiAgentConfiguration < AIAgentConfiguration
|
21
|
+
end
|
22
22
|
class SelfServiceAiAgentConfiguration < AIAgentConfiguration
|
23
23
|
end
|
24
24
|
class Unknown < AIAgentConfiguration
|
@@ -31,36 +31,36 @@ module Aws::QConnect
|
|
31
31
|
end
|
32
32
|
|
33
33
|
class AIAgentData
|
34
|
-
attr_accessor ai_agent_arn: ::String
|
35
|
-
attr_accessor ai_agent_id: ::String
|
36
|
-
attr_accessor assistant_arn: ::String
|
37
34
|
attr_accessor assistant_id: ::String
|
35
|
+
attr_accessor assistant_arn: ::String
|
36
|
+
attr_accessor ai_agent_id: ::String
|
37
|
+
attr_accessor ai_agent_arn: ::String
|
38
|
+
attr_accessor name: ::String
|
39
|
+
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
38
40
|
attr_accessor configuration: Types::AIAgentConfiguration
|
39
|
-
attr_accessor description: ::String
|
40
41
|
attr_accessor modified_time: ::Time
|
41
|
-
attr_accessor
|
42
|
+
attr_accessor description: ::String
|
43
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
44
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
42
45
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
43
46
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
44
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
45
|
-
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
46
|
-
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
47
47
|
SENSITIVE: []
|
48
48
|
end
|
49
49
|
|
50
50
|
class AIAgentSummary
|
51
|
-
attr_accessor
|
52
|
-
attr_accessor ai_agent_id: ::String
|
53
|
-
attr_accessor assistant_arn: ::String
|
51
|
+
attr_accessor name: ::String
|
54
52
|
attr_accessor assistant_id: ::String
|
55
|
-
attr_accessor
|
56
|
-
attr_accessor
|
53
|
+
attr_accessor assistant_arn: ::String
|
54
|
+
attr_accessor ai_agent_id: ::String
|
55
|
+
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
56
|
+
attr_accessor ai_agent_arn: ::String
|
57
57
|
attr_accessor modified_time: ::Time
|
58
|
-
attr_accessor
|
58
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
59
|
+
attr_accessor configuration: Types::AIAgentConfiguration
|
59
60
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
61
|
+
attr_accessor description: ::String
|
60
62
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
61
63
|
attr_accessor tags: ::Hash[::String, ::String]
|
62
|
-
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
63
|
-
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
64
64
|
SENSITIVE: []
|
65
65
|
end
|
66
66
|
|
@@ -81,23 +81,23 @@ module Aws::QConnect
|
|
81
81
|
end
|
82
82
|
|
83
83
|
class AIGuardrailData
|
84
|
+
attr_accessor assistant_id: ::String
|
85
|
+
attr_accessor assistant_arn: ::String
|
84
86
|
attr_accessor ai_guardrail_arn: ::String
|
85
87
|
attr_accessor ai_guardrail_id: ::String
|
86
|
-
attr_accessor
|
87
|
-
attr_accessor
|
88
|
+
attr_accessor name: ::String
|
89
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
88
90
|
attr_accessor blocked_input_messaging: ::String
|
89
91
|
attr_accessor blocked_outputs_messaging: ::String
|
90
|
-
attr_accessor content_policy_config: Types::AIGuardrailContentPolicyConfig
|
91
|
-
attr_accessor contextual_grounding_policy_config: Types::AIGuardrailContextualGroundingPolicyConfig
|
92
92
|
attr_accessor description: ::String
|
93
|
-
attr_accessor modified_time: ::Time
|
94
|
-
attr_accessor name: ::String
|
95
|
-
attr_accessor sensitive_information_policy_config: Types::AIGuardrailSensitiveInformationPolicyConfig
|
96
|
-
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
97
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
98
93
|
attr_accessor topic_policy_config: Types::AIGuardrailTopicPolicyConfig
|
99
|
-
attr_accessor
|
94
|
+
attr_accessor content_policy_config: Types::AIGuardrailContentPolicyConfig
|
100
95
|
attr_accessor word_policy_config: Types::AIGuardrailWordPolicyConfig
|
96
|
+
attr_accessor sensitive_information_policy_config: Types::AIGuardrailSensitiveInformationPolicyConfig
|
97
|
+
attr_accessor contextual_grounding_policy_config: Types::AIGuardrailContextualGroundingPolicyConfig
|
98
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
99
|
+
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
100
|
+
attr_accessor modified_time: ::Time
|
101
101
|
SENSITIVE: [:blocked_input_messaging, :blocked_outputs_messaging, :description]
|
102
102
|
end
|
103
103
|
|
@@ -108,16 +108,16 @@ module Aws::QConnect
|
|
108
108
|
end
|
109
109
|
|
110
110
|
class AIGuardrailSummary
|
111
|
-
attr_accessor
|
112
|
-
attr_accessor ai_guardrail_id: ::String
|
113
|
-
attr_accessor assistant_arn: ::String
|
111
|
+
attr_accessor name: ::String
|
114
112
|
attr_accessor assistant_id: ::String
|
115
|
-
attr_accessor
|
113
|
+
attr_accessor assistant_arn: ::String
|
114
|
+
attr_accessor ai_guardrail_id: ::String
|
115
|
+
attr_accessor ai_guardrail_arn: ::String
|
116
116
|
attr_accessor modified_time: ::Time
|
117
|
-
attr_accessor
|
117
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
118
|
+
attr_accessor description: ::String
|
118
119
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
119
120
|
attr_accessor tags: ::Hash[::String, ::String]
|
120
|
-
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
121
121
|
SENSITIVE: [:description]
|
122
122
|
end
|
123
123
|
|
@@ -133,47 +133,47 @@ module Aws::QConnect
|
|
133
133
|
end
|
134
134
|
|
135
135
|
class AIGuardrailWordPolicyConfig
|
136
|
-
attr_accessor managed_word_lists_config: ::Array[Types::GuardrailManagedWordsConfig]
|
137
136
|
attr_accessor words_config: ::Array[Types::GuardrailWordConfig]
|
137
|
+
attr_accessor managed_word_lists_config: ::Array[Types::GuardrailManagedWordsConfig]
|
138
138
|
SENSITIVE: []
|
139
139
|
end
|
140
140
|
|
141
141
|
class AIPromptData
|
142
|
-
attr_accessor ai_prompt_arn: ::String
|
143
|
-
attr_accessor ai_prompt_id: ::String
|
144
|
-
attr_accessor api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS")
|
145
|
-
attr_accessor assistant_arn: ::String
|
146
142
|
attr_accessor assistant_id: ::String
|
147
|
-
attr_accessor
|
143
|
+
attr_accessor assistant_arn: ::String
|
144
|
+
attr_accessor ai_prompt_id: ::String
|
145
|
+
attr_accessor ai_prompt_arn: ::String
|
146
|
+
attr_accessor name: ::String
|
147
|
+
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION")
|
148
|
+
attr_accessor template_type: ("TEXT")
|
148
149
|
attr_accessor model_id: ::String
|
150
|
+
attr_accessor api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS" | "MESSAGES" | "TEXT_COMPLETIONS")
|
151
|
+
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
149
152
|
attr_accessor modified_time: ::Time
|
150
|
-
attr_accessor
|
153
|
+
attr_accessor description: ::String
|
154
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
155
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
151
156
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
152
157
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
153
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
154
|
-
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
155
|
-
attr_accessor template_type: ("TEXT")
|
156
|
-
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION")
|
157
|
-
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
158
158
|
SENSITIVE: []
|
159
159
|
end
|
160
160
|
|
161
161
|
class AIPromptSummary
|
162
|
-
attr_accessor
|
163
|
-
attr_accessor ai_prompt_id: ::String
|
164
|
-
attr_accessor api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS")
|
165
|
-
attr_accessor assistant_arn: ::String
|
162
|
+
attr_accessor name: ::String
|
166
163
|
attr_accessor assistant_id: ::String
|
167
|
-
attr_accessor
|
168
|
-
attr_accessor
|
164
|
+
attr_accessor assistant_arn: ::String
|
165
|
+
attr_accessor ai_prompt_id: ::String
|
166
|
+
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION")
|
167
|
+
attr_accessor ai_prompt_arn: ::String
|
169
168
|
attr_accessor modified_time: ::Time
|
170
|
-
attr_accessor
|
169
|
+
attr_accessor template_type: ("TEXT")
|
170
|
+
attr_accessor model_id: ::String
|
171
|
+
attr_accessor api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS" | "MESSAGES" | "TEXT_COMPLETIONS")
|
172
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
171
173
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
174
|
+
attr_accessor description: ::String
|
172
175
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
173
176
|
attr_accessor tags: ::Hash[::String, ::String]
|
174
|
-
attr_accessor template_type: ("TEXT")
|
175
|
-
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION")
|
176
|
-
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
177
177
|
SENSITIVE: []
|
178
178
|
end
|
179
179
|
|
@@ -225,12 +225,12 @@ module Aws::QConnect
|
|
225
225
|
end
|
226
226
|
|
227
227
|
class AnswerRecommendationAIAgentConfiguration
|
228
|
-
attr_accessor
|
228
|
+
attr_accessor intent_labeling_generation_ai_prompt_id: ::String
|
229
|
+
attr_accessor query_reformulation_ai_prompt_id: ::String
|
229
230
|
attr_accessor answer_generation_ai_prompt_id: ::String
|
231
|
+
attr_accessor answer_generation_ai_guardrail_id: ::String
|
230
232
|
attr_accessor association_configurations: ::Array[Types::AssociationConfiguration]
|
231
|
-
attr_accessor intent_labeling_generation_ai_prompt_id: ::String
|
232
233
|
attr_accessor locale: ::String
|
233
|
-
attr_accessor query_reformulation_ai_prompt_id: ::String
|
234
234
|
SENSITIVE: []
|
235
235
|
end
|
236
236
|
|
@@ -241,12 +241,12 @@ module Aws::QConnect
|
|
241
241
|
end
|
242
242
|
|
243
243
|
class AssistantAssociationData
|
244
|
-
attr_accessor assistant_arn: ::String
|
245
|
-
attr_accessor assistant_association_arn: ::String
|
246
244
|
attr_accessor assistant_association_id: ::String
|
245
|
+
attr_accessor assistant_association_arn: ::String
|
247
246
|
attr_accessor assistant_id: ::String
|
248
|
-
attr_accessor
|
247
|
+
attr_accessor assistant_arn: ::String
|
249
248
|
attr_accessor association_type: ("KNOWLEDGE_BASE")
|
249
|
+
attr_accessor association_data: Types::AssistantAssociationOutputData
|
250
250
|
attr_accessor tags: ::Hash[::String, ::String]
|
251
251
|
SENSITIVE: []
|
252
252
|
end
|
@@ -274,12 +274,12 @@ module Aws::QConnect
|
|
274
274
|
end
|
275
275
|
|
276
276
|
class AssistantAssociationSummary
|
277
|
-
attr_accessor assistant_arn: ::String
|
278
|
-
attr_accessor assistant_association_arn: ::String
|
279
277
|
attr_accessor assistant_association_id: ::String
|
278
|
+
attr_accessor assistant_association_arn: ::String
|
280
279
|
attr_accessor assistant_id: ::String
|
281
|
-
attr_accessor
|
280
|
+
attr_accessor assistant_arn: ::String
|
282
281
|
attr_accessor association_type: ("KNOWLEDGE_BASE")
|
282
|
+
attr_accessor association_data: Types::AssistantAssociationOutputData
|
283
283
|
attr_accessor tags: ::Hash[::String, ::String]
|
284
284
|
SENSITIVE: []
|
285
285
|
end
|
@@ -290,17 +290,17 @@ module Aws::QConnect
|
|
290
290
|
end
|
291
291
|
|
292
292
|
class AssistantData
|
293
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
294
|
-
attr_accessor assistant_arn: ::String
|
295
293
|
attr_accessor assistant_id: ::String
|
296
|
-
attr_accessor
|
297
|
-
attr_accessor description: ::String
|
298
|
-
attr_accessor integration_configuration: Types::AssistantIntegrationConfiguration
|
294
|
+
attr_accessor assistant_arn: ::String
|
299
295
|
attr_accessor name: ::String
|
300
|
-
attr_accessor
|
296
|
+
attr_accessor type: ("AGENT")
|
301
297
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
298
|
+
attr_accessor description: ::String
|
302
299
|
attr_accessor tags: ::Hash[::String, ::String]
|
303
|
-
attr_accessor
|
300
|
+
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
301
|
+
attr_accessor integration_configuration: Types::AssistantIntegrationConfiguration
|
302
|
+
attr_accessor capability_configuration: Types::AssistantCapabilityConfiguration
|
303
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
304
304
|
SENSITIVE: []
|
305
305
|
end
|
306
306
|
|
@@ -310,24 +310,24 @@ module Aws::QConnect
|
|
310
310
|
end
|
311
311
|
|
312
312
|
class AssistantSummary
|
313
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
314
|
-
attr_accessor assistant_arn: ::String
|
315
313
|
attr_accessor assistant_id: ::String
|
316
|
-
attr_accessor
|
317
|
-
attr_accessor description: ::String
|
318
|
-
attr_accessor integration_configuration: Types::AssistantIntegrationConfiguration
|
314
|
+
attr_accessor assistant_arn: ::String
|
319
315
|
attr_accessor name: ::String
|
320
|
-
attr_accessor
|
316
|
+
attr_accessor type: ("AGENT")
|
321
317
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
318
|
+
attr_accessor description: ::String
|
322
319
|
attr_accessor tags: ::Hash[::String, ::String]
|
323
|
-
attr_accessor
|
320
|
+
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
321
|
+
attr_accessor integration_configuration: Types::AssistantIntegrationConfiguration
|
322
|
+
attr_accessor capability_configuration: Types::AssistantCapabilityConfiguration
|
323
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
324
324
|
SENSITIVE: []
|
325
325
|
end
|
326
326
|
|
327
327
|
class AssociationConfiguration
|
328
|
-
attr_accessor association_configuration_data: Types::AssociationConfigurationData
|
329
328
|
attr_accessor association_id: ::String
|
330
329
|
attr_accessor association_type: ("KNOWLEDGE_BASE")
|
330
|
+
attr_accessor association_configuration_data: Types::AssociationConfigurationData
|
331
331
|
SENSITIVE: []
|
332
332
|
end
|
333
333
|
|
@@ -395,27 +395,27 @@ module Aws::QConnect
|
|
395
395
|
end
|
396
396
|
|
397
397
|
class ContentAssociationData
|
398
|
-
attr_accessor
|
399
|
-
attr_accessor
|
398
|
+
attr_accessor knowledge_base_id: ::String
|
399
|
+
attr_accessor knowledge_base_arn: ::String
|
400
|
+
attr_accessor content_id: ::String
|
400
401
|
attr_accessor content_arn: ::String
|
401
|
-
attr_accessor content_association_arn: ::String
|
402
402
|
attr_accessor content_association_id: ::String
|
403
|
-
attr_accessor
|
404
|
-
attr_accessor
|
405
|
-
attr_accessor
|
403
|
+
attr_accessor content_association_arn: ::String
|
404
|
+
attr_accessor association_type: ("AMAZON_CONNECT_GUIDE")
|
405
|
+
attr_accessor association_data: Types::ContentAssociationContents
|
406
406
|
attr_accessor tags: ::Hash[::String, ::String]
|
407
407
|
SENSITIVE: []
|
408
408
|
end
|
409
409
|
|
410
410
|
class ContentAssociationSummary
|
411
|
-
attr_accessor
|
412
|
-
attr_accessor
|
411
|
+
attr_accessor knowledge_base_id: ::String
|
412
|
+
attr_accessor knowledge_base_arn: ::String
|
413
|
+
attr_accessor content_id: ::String
|
413
414
|
attr_accessor content_arn: ::String
|
414
|
-
attr_accessor content_association_arn: ::String
|
415
415
|
attr_accessor content_association_id: ::String
|
416
|
-
attr_accessor
|
417
|
-
attr_accessor
|
418
|
-
attr_accessor
|
416
|
+
attr_accessor content_association_arn: ::String
|
417
|
+
attr_accessor association_type: ("AMAZON_CONNECT_GUIDE")
|
418
|
+
attr_accessor association_data: Types::ContentAssociationContents
|
419
419
|
attr_accessor tags: ::Hash[::String, ::String]
|
420
420
|
SENSITIVE: []
|
421
421
|
end
|
@@ -423,24 +423,24 @@ module Aws::QConnect
|
|
423
423
|
class ContentData
|
424
424
|
attr_accessor content_arn: ::String
|
425
425
|
attr_accessor content_id: ::String
|
426
|
-
attr_accessor content_type: ::String
|
427
426
|
attr_accessor knowledge_base_arn: ::String
|
428
427
|
attr_accessor knowledge_base_id: ::String
|
429
|
-
attr_accessor link_out_uri: ::String
|
430
|
-
attr_accessor metadata: ::Hash[::String, ::String]
|
431
428
|
attr_accessor name: ::String
|
432
429
|
attr_accessor revision_id: ::String
|
430
|
+
attr_accessor title: ::String
|
431
|
+
attr_accessor content_type: ::String
|
433
432
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED" | "UPDATE_FAILED")
|
433
|
+
attr_accessor metadata: ::Hash[::String, ::String]
|
434
434
|
attr_accessor tags: ::Hash[::String, ::String]
|
435
|
-
attr_accessor
|
435
|
+
attr_accessor link_out_uri: ::String
|
436
436
|
attr_accessor url: ::String
|
437
437
|
attr_accessor url_expiry: ::Time
|
438
438
|
SENSITIVE: [:url]
|
439
439
|
end
|
440
440
|
|
441
441
|
class ContentDataDetails
|
442
|
-
attr_accessor ranking_data: Types::RankingData
|
443
442
|
attr_accessor text_data: Types::TextData
|
443
|
+
attr_accessor ranking_data: Types::RankingData
|
444
444
|
SENSITIVE: []
|
445
445
|
end
|
446
446
|
|
@@ -456,27 +456,27 @@ module Aws::QConnect
|
|
456
456
|
end
|
457
457
|
|
458
458
|
class ContentReference
|
459
|
-
attr_accessor content_arn: ::String
|
460
|
-
attr_accessor content_id: ::String
|
461
459
|
attr_accessor knowledge_base_arn: ::String
|
462
460
|
attr_accessor knowledge_base_id: ::String
|
463
|
-
attr_accessor
|
461
|
+
attr_accessor content_arn: ::String
|
462
|
+
attr_accessor content_id: ::String
|
464
463
|
attr_accessor source_url: ::String
|
464
|
+
attr_accessor reference_type: ("WEB_CRAWLER" | "KNOWLEDGE_BASE")
|
465
465
|
SENSITIVE: []
|
466
466
|
end
|
467
467
|
|
468
468
|
class ContentSummary
|
469
469
|
attr_accessor content_arn: ::String
|
470
470
|
attr_accessor content_id: ::String
|
471
|
-
attr_accessor content_type: ::String
|
472
471
|
attr_accessor knowledge_base_arn: ::String
|
473
472
|
attr_accessor knowledge_base_id: ::String
|
474
|
-
attr_accessor metadata: ::Hash[::String, ::String]
|
475
473
|
attr_accessor name: ::String
|
476
474
|
attr_accessor revision_id: ::String
|
475
|
+
attr_accessor title: ::String
|
476
|
+
attr_accessor content_type: ::String
|
477
477
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED" | "UPDATE_FAILED")
|
478
|
+
attr_accessor metadata: ::Hash[::String, ::String]
|
478
479
|
attr_accessor tags: ::Hash[::String, ::String]
|
479
|
-
attr_accessor title: ::String
|
480
480
|
SENSITIVE: []
|
481
481
|
end
|
482
482
|
|
@@ -486,20 +486,20 @@ module Aws::QConnect
|
|
486
486
|
end
|
487
487
|
|
488
488
|
class ConversationState
|
489
|
-
attr_accessor reason: ("SUCCESS" | "FAILED" | "REJECTED")
|
490
489
|
attr_accessor status: ("CLOSED" | "READY" | "PROCESSING")
|
490
|
+
attr_accessor reason: ("SUCCESS" | "FAILED" | "REJECTED")
|
491
491
|
SENSITIVE: []
|
492
492
|
end
|
493
493
|
|
494
494
|
class CreateAIAgentRequest
|
495
|
-
attr_accessor assistant_id: ::String
|
496
495
|
attr_accessor client_token: ::String
|
497
|
-
attr_accessor
|
498
|
-
attr_accessor description: ::String
|
496
|
+
attr_accessor assistant_id: ::String
|
499
497
|
attr_accessor name: ::String
|
500
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
501
498
|
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
499
|
+
attr_accessor configuration: Types::AIAgentConfiguration
|
502
500
|
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
501
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
502
|
+
attr_accessor description: ::String
|
503
503
|
SENSITIVE: []
|
504
504
|
end
|
505
505
|
|
@@ -509,10 +509,10 @@ module Aws::QConnect
|
|
509
509
|
end
|
510
510
|
|
511
511
|
class CreateAIAgentVersionRequest
|
512
|
-
attr_accessor ai_agent_id: ::String
|
513
512
|
attr_accessor assistant_id: ::String
|
514
|
-
attr_accessor
|
513
|
+
attr_accessor ai_agent_id: ::String
|
515
514
|
attr_accessor modified_time: ::Time
|
515
|
+
attr_accessor client_token: ::String
|
516
516
|
SENSITIVE: []
|
517
517
|
end
|
518
518
|
|
@@ -523,19 +523,19 @@ module Aws::QConnect
|
|
523
523
|
end
|
524
524
|
|
525
525
|
class CreateAIGuardrailRequest
|
526
|
+
attr_accessor client_token: ::String
|
526
527
|
attr_accessor assistant_id: ::String
|
528
|
+
attr_accessor name: ::String
|
527
529
|
attr_accessor blocked_input_messaging: ::String
|
528
530
|
attr_accessor blocked_outputs_messaging: ::String
|
529
|
-
attr_accessor
|
530
|
-
attr_accessor content_policy_config: Types::AIGuardrailContentPolicyConfig
|
531
|
-
attr_accessor contextual_grounding_policy_config: Types::AIGuardrailContextualGroundingPolicyConfig
|
531
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
532
532
|
attr_accessor description: ::String
|
533
|
-
attr_accessor name: ::String
|
534
|
-
attr_accessor sensitive_information_policy_config: Types::AIGuardrailSensitiveInformationPolicyConfig
|
535
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
536
533
|
attr_accessor topic_policy_config: Types::AIGuardrailTopicPolicyConfig
|
537
|
-
attr_accessor
|
534
|
+
attr_accessor content_policy_config: Types::AIGuardrailContentPolicyConfig
|
538
535
|
attr_accessor word_policy_config: Types::AIGuardrailWordPolicyConfig
|
536
|
+
attr_accessor sensitive_information_policy_config: Types::AIGuardrailSensitiveInformationPolicyConfig
|
537
|
+
attr_accessor contextual_grounding_policy_config: Types::AIGuardrailContextualGroundingPolicyConfig
|
538
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
539
539
|
SENSITIVE: [:blocked_input_messaging, :blocked_outputs_messaging, :description]
|
540
540
|
end
|
541
541
|
|
@@ -545,10 +545,10 @@ module Aws::QConnect
|
|
545
545
|
end
|
546
546
|
|
547
547
|
class CreateAIGuardrailVersionRequest
|
548
|
-
attr_accessor ai_guardrail_id: ::String
|
549
548
|
attr_accessor assistant_id: ::String
|
550
|
-
attr_accessor
|
549
|
+
attr_accessor ai_guardrail_id: ::String
|
551
550
|
attr_accessor modified_time: ::Time
|
551
|
+
attr_accessor client_token: ::String
|
552
552
|
SENSITIVE: []
|
553
553
|
end
|
554
554
|
|
@@ -559,17 +559,17 @@ module Aws::QConnect
|
|
559
559
|
end
|
560
560
|
|
561
561
|
class CreateAIPromptRequest
|
562
|
-
attr_accessor api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS")
|
563
|
-
attr_accessor assistant_id: ::String
|
564
562
|
attr_accessor client_token: ::String
|
565
|
-
attr_accessor
|
566
|
-
attr_accessor model_id: ::String
|
563
|
+
attr_accessor assistant_id: ::String
|
567
564
|
attr_accessor name: ::String
|
568
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
569
|
-
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
570
|
-
attr_accessor template_type: ("TEXT")
|
571
565
|
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION")
|
566
|
+
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
572
567
|
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
568
|
+
attr_accessor template_type: ("TEXT")
|
569
|
+
attr_accessor model_id: ::String
|
570
|
+
attr_accessor api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS" | "MESSAGES" | "TEXT_COMPLETIONS")
|
571
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
572
|
+
attr_accessor description: ::String
|
573
573
|
SENSITIVE: []
|
574
574
|
end
|
575
575
|
|
@@ -579,10 +579,10 @@ module Aws::QConnect
|
|
579
579
|
end
|
580
580
|
|
581
581
|
class CreateAIPromptVersionRequest
|
582
|
-
attr_accessor ai_prompt_id: ::String
|
583
582
|
attr_accessor assistant_id: ::String
|
584
|
-
attr_accessor
|
583
|
+
attr_accessor ai_prompt_id: ::String
|
585
584
|
attr_accessor modified_time: ::Time
|
585
|
+
attr_accessor client_token: ::String
|
586
586
|
SENSITIVE: []
|
587
587
|
end
|
588
588
|
|
@@ -594,8 +594,8 @@ module Aws::QConnect
|
|
594
594
|
|
595
595
|
class CreateAssistantAssociationRequest
|
596
596
|
attr_accessor assistant_id: ::String
|
597
|
-
attr_accessor association: Types::AssistantAssociationInputData
|
598
597
|
attr_accessor association_type: ("KNOWLEDGE_BASE")
|
598
|
+
attr_accessor association: Types::AssistantAssociationInputData
|
599
599
|
attr_accessor client_token: ::String
|
600
600
|
attr_accessor tags: ::Hash[::String, ::String]
|
601
601
|
SENSITIVE: []
|
@@ -608,11 +608,11 @@ module Aws::QConnect
|
|
608
608
|
|
609
609
|
class CreateAssistantRequest
|
610
610
|
attr_accessor client_token: ::String
|
611
|
-
attr_accessor description: ::String
|
612
611
|
attr_accessor name: ::String
|
613
|
-
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
614
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
615
612
|
attr_accessor type: ("AGENT")
|
613
|
+
attr_accessor description: ::String
|
614
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
615
|
+
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
616
616
|
SENSITIVE: []
|
617
617
|
end
|
618
618
|
|
@@ -622,11 +622,11 @@ module Aws::QConnect
|
|
622
622
|
end
|
623
623
|
|
624
624
|
class CreateContentAssociationRequest
|
625
|
-
attr_accessor association: Types::ContentAssociationContents
|
626
|
-
attr_accessor association_type: ("AMAZON_CONNECT_GUIDE")
|
627
625
|
attr_accessor client_token: ::String
|
628
|
-
attr_accessor content_id: ::String
|
629
626
|
attr_accessor knowledge_base_id: ::String
|
627
|
+
attr_accessor content_id: ::String
|
628
|
+
attr_accessor association_type: ("AMAZON_CONNECT_GUIDE")
|
629
|
+
attr_accessor association: Types::ContentAssociationContents
|
630
630
|
attr_accessor tags: ::Hash[::String, ::String]
|
631
631
|
SENSITIVE: []
|
632
632
|
end
|
@@ -637,14 +637,14 @@ module Aws::QConnect
|
|
637
637
|
end
|
638
638
|
|
639
639
|
class CreateContentRequest
|
640
|
-
attr_accessor client_token: ::String
|
641
640
|
attr_accessor knowledge_base_id: ::String
|
642
|
-
attr_accessor metadata: ::Hash[::String, ::String]
|
643
641
|
attr_accessor name: ::String
|
644
|
-
attr_accessor override_link_out_uri: ::String
|
645
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
646
642
|
attr_accessor title: ::String
|
643
|
+
attr_accessor override_link_out_uri: ::String
|
644
|
+
attr_accessor metadata: ::Hash[::String, ::String]
|
647
645
|
attr_accessor upload_id: ::String
|
646
|
+
attr_accessor client_token: ::String
|
647
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
648
648
|
SENSITIVE: []
|
649
649
|
end
|
650
650
|
|
@@ -655,14 +655,14 @@ module Aws::QConnect
|
|
655
655
|
|
656
656
|
class CreateKnowledgeBaseRequest
|
657
657
|
attr_accessor client_token: ::String
|
658
|
-
attr_accessor description: ::String
|
659
|
-
attr_accessor knowledge_base_type: ("EXTERNAL" | "CUSTOM" | "QUICK_RESPONSES" | "MESSAGE_TEMPLATES" | "MANAGED")
|
660
658
|
attr_accessor name: ::String
|
659
|
+
attr_accessor knowledge_base_type: ("EXTERNAL" | "CUSTOM" | "QUICK_RESPONSES" | "MESSAGE_TEMPLATES" | "MANAGED")
|
660
|
+
attr_accessor source_configuration: Types::SourceConfiguration
|
661
661
|
attr_accessor rendering_configuration: Types::RenderingConfiguration
|
662
|
+
attr_accessor vector_ingestion_configuration: Types::VectorIngestionConfiguration
|
662
663
|
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
663
|
-
attr_accessor
|
664
|
+
attr_accessor description: ::String
|
664
665
|
attr_accessor tags: ::Hash[::String, ::String]
|
665
|
-
attr_accessor vector_ingestion_configuration: Types::VectorIngestionConfiguration
|
666
666
|
SENSITIVE: []
|
667
667
|
end
|
668
668
|
|
@@ -672,13 +672,13 @@ module Aws::QConnect
|
|
672
672
|
end
|
673
673
|
|
674
674
|
class CreateMessageTemplateAttachmentRequest
|
675
|
-
attr_accessor body: ::String
|
676
|
-
attr_accessor client_token: ::String
|
677
|
-
attr_accessor content_disposition: ("ATTACHMENT")
|
678
675
|
attr_accessor knowledge_base_id: ::String
|
679
676
|
attr_accessor message_template_id: ::String
|
677
|
+
attr_accessor content_disposition: ("ATTACHMENT")
|
680
678
|
attr_accessor name: ::String
|
681
|
-
|
679
|
+
attr_accessor body: ::String
|
680
|
+
attr_accessor client_token: ::String
|
681
|
+
SENSITIVE: [:name, :body]
|
682
682
|
end
|
683
683
|
|
684
684
|
class CreateMessageTemplateAttachmentResponse
|
@@ -687,15 +687,15 @@ module Aws::QConnect
|
|
687
687
|
end
|
688
688
|
|
689
689
|
class CreateMessageTemplateRequest
|
690
|
-
attr_accessor
|
691
|
-
attr_accessor
|
690
|
+
attr_accessor knowledge_base_id: ::String
|
691
|
+
attr_accessor name: ::String
|
692
692
|
attr_accessor content: Types::MessageTemplateContentProvider
|
693
|
-
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
694
693
|
attr_accessor description: ::String
|
695
|
-
attr_accessor
|
696
|
-
attr_accessor knowledge_base_id: ::String
|
694
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
697
695
|
attr_accessor language: ::String
|
698
|
-
attr_accessor
|
696
|
+
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
697
|
+
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
698
|
+
attr_accessor client_token: ::String
|
699
699
|
attr_accessor tags: ::Hash[::String, ::String]
|
700
700
|
SENSITIVE: []
|
701
701
|
end
|
@@ -707,8 +707,8 @@ module Aws::QConnect
|
|
707
707
|
|
708
708
|
class CreateMessageTemplateVersionRequest
|
709
709
|
attr_accessor knowledge_base_id: ::String
|
710
|
-
attr_accessor message_template_content_sha_256: ::String
|
711
710
|
attr_accessor message_template_id: ::String
|
711
|
+
attr_accessor message_template_content_sha_256: ::String
|
712
712
|
SENSITIVE: []
|
713
713
|
end
|
714
714
|
|
@@ -718,17 +718,17 @@ module Aws::QConnect
|
|
718
718
|
end
|
719
719
|
|
720
720
|
class CreateQuickResponseRequest
|
721
|
-
attr_accessor
|
722
|
-
attr_accessor
|
721
|
+
attr_accessor knowledge_base_id: ::String
|
722
|
+
attr_accessor name: ::String
|
723
723
|
attr_accessor content: Types::QuickResponseDataProvider
|
724
724
|
attr_accessor content_type: ::String
|
725
|
-
attr_accessor description: ::String
|
726
725
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
726
|
+
attr_accessor description: ::String
|
727
|
+
attr_accessor shortcut_key: ::String
|
727
728
|
attr_accessor is_active: bool
|
728
|
-
attr_accessor
|
729
|
+
attr_accessor channels: ::Array[::String]
|
729
730
|
attr_accessor language: ::String
|
730
|
-
attr_accessor
|
731
|
-
attr_accessor shortcut_key: ::String
|
731
|
+
attr_accessor client_token: ::String
|
732
732
|
attr_accessor tags: ::Hash[::String, ::String]
|
733
733
|
SENSITIVE: []
|
734
734
|
end
|
@@ -739,13 +739,13 @@ module Aws::QConnect
|
|
739
739
|
end
|
740
740
|
|
741
741
|
class CreateSessionRequest
|
742
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
743
|
-
attr_accessor assistant_id: ::String
|
744
742
|
attr_accessor client_token: ::String
|
745
|
-
attr_accessor
|
743
|
+
attr_accessor assistant_id: ::String
|
746
744
|
attr_accessor name: ::String
|
747
|
-
attr_accessor
|
745
|
+
attr_accessor description: ::String
|
748
746
|
attr_accessor tags: ::Hash[::String, ::String]
|
747
|
+
attr_accessor tag_filter: Types::TagFilter
|
748
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
749
749
|
SENSITIVE: []
|
750
750
|
end
|
751
751
|
|
@@ -755,65 +755,65 @@ module Aws::QConnect
|
|
755
755
|
end
|
756
756
|
|
757
757
|
class CustomerProfileAttributes
|
758
|
+
attr_accessor profile_id: ::String
|
759
|
+
attr_accessor profile_arn: ::String
|
760
|
+
attr_accessor first_name: ::String
|
761
|
+
attr_accessor middle_name: ::String
|
762
|
+
attr_accessor last_name: ::String
|
758
763
|
attr_accessor account_number: ::String
|
764
|
+
attr_accessor email_address: ::String
|
765
|
+
attr_accessor phone_number: ::String
|
759
766
|
attr_accessor additional_information: ::String
|
767
|
+
attr_accessor party_type: ::String
|
768
|
+
attr_accessor business_name: ::String
|
769
|
+
attr_accessor birth_date: ::String
|
770
|
+
attr_accessor gender: ::String
|
771
|
+
attr_accessor mobile_phone_number: ::String
|
772
|
+
attr_accessor home_phone_number: ::String
|
773
|
+
attr_accessor business_phone_number: ::String
|
774
|
+
attr_accessor business_email_address: ::String
|
760
775
|
attr_accessor address1: ::String
|
761
776
|
attr_accessor address2: ::String
|
762
777
|
attr_accessor address3: ::String
|
763
778
|
attr_accessor address4: ::String
|
764
|
-
attr_accessor billing_address_1: ::String
|
765
|
-
attr_accessor billing_address_2: ::String
|
766
|
-
attr_accessor billing_address_3: ::String
|
767
|
-
attr_accessor billing_address_4: ::String
|
768
|
-
attr_accessor billing_city: ::String
|
769
|
-
attr_accessor billing_country: ::String
|
770
|
-
attr_accessor billing_county: ::String
|
771
|
-
attr_accessor billing_postal_code: ::String
|
772
|
-
attr_accessor billing_province: ::String
|
773
|
-
attr_accessor billing_state: ::String
|
774
|
-
attr_accessor birth_date: ::String
|
775
|
-
attr_accessor business_email_address: ::String
|
776
|
-
attr_accessor business_name: ::String
|
777
|
-
attr_accessor business_phone_number: ::String
|
778
779
|
attr_accessor city: ::String
|
779
|
-
attr_accessor country: ::String
|
780
780
|
attr_accessor county: ::String
|
781
|
-
attr_accessor
|
782
|
-
attr_accessor email_address: ::String
|
783
|
-
attr_accessor first_name: ::String
|
784
|
-
attr_accessor gender: ::String
|
785
|
-
attr_accessor home_phone_number: ::String
|
786
|
-
attr_accessor last_name: ::String
|
787
|
-
attr_accessor mailing_address_1: ::String
|
788
|
-
attr_accessor mailing_address_2: ::String
|
789
|
-
attr_accessor mailing_address_3: ::String
|
790
|
-
attr_accessor mailing_address_4: ::String
|
791
|
-
attr_accessor mailing_city: ::String
|
792
|
-
attr_accessor mailing_country: ::String
|
793
|
-
attr_accessor mailing_county: ::String
|
794
|
-
attr_accessor mailing_postal_code: ::String
|
795
|
-
attr_accessor mailing_province: ::String
|
796
|
-
attr_accessor mailing_state: ::String
|
797
|
-
attr_accessor middle_name: ::String
|
798
|
-
attr_accessor mobile_phone_number: ::String
|
799
|
-
attr_accessor party_type: ::String
|
800
|
-
attr_accessor phone_number: ::String
|
781
|
+
attr_accessor country: ::String
|
801
782
|
attr_accessor postal_code: ::String
|
802
|
-
attr_accessor profile_arn: ::String
|
803
|
-
attr_accessor profile_id: ::String
|
804
783
|
attr_accessor province: ::String
|
784
|
+
attr_accessor state: ::String
|
805
785
|
attr_accessor shipping_address_1: ::String
|
806
786
|
attr_accessor shipping_address_2: ::String
|
807
787
|
attr_accessor shipping_address_3: ::String
|
808
788
|
attr_accessor shipping_address_4: ::String
|
809
789
|
attr_accessor shipping_city: ::String
|
810
|
-
attr_accessor shipping_country: ::String
|
811
790
|
attr_accessor shipping_county: ::String
|
791
|
+
attr_accessor shipping_country: ::String
|
812
792
|
attr_accessor shipping_postal_code: ::String
|
813
793
|
attr_accessor shipping_province: ::String
|
814
794
|
attr_accessor shipping_state: ::String
|
815
|
-
attr_accessor
|
816
|
-
|
795
|
+
attr_accessor mailing_address_1: ::String
|
796
|
+
attr_accessor mailing_address_2: ::String
|
797
|
+
attr_accessor mailing_address_3: ::String
|
798
|
+
attr_accessor mailing_address_4: ::String
|
799
|
+
attr_accessor mailing_city: ::String
|
800
|
+
attr_accessor mailing_county: ::String
|
801
|
+
attr_accessor mailing_country: ::String
|
802
|
+
attr_accessor mailing_postal_code: ::String
|
803
|
+
attr_accessor mailing_province: ::String
|
804
|
+
attr_accessor mailing_state: ::String
|
805
|
+
attr_accessor billing_address_1: ::String
|
806
|
+
attr_accessor billing_address_2: ::String
|
807
|
+
attr_accessor billing_address_3: ::String
|
808
|
+
attr_accessor billing_address_4: ::String
|
809
|
+
attr_accessor billing_city: ::String
|
810
|
+
attr_accessor billing_county: ::String
|
811
|
+
attr_accessor billing_country: ::String
|
812
|
+
attr_accessor billing_postal_code: ::String
|
813
|
+
attr_accessor billing_province: ::String
|
814
|
+
attr_accessor billing_state: ::String
|
815
|
+
attr_accessor custom: ::Hash[::String, ::String]
|
816
|
+
SENSITIVE: [:profile_id, :profile_arn, :first_name, :middle_name, :last_name, :account_number, :email_address, :phone_number, :additional_information, :party_type, :business_name, :birth_date, :gender, :mobile_phone_number, :home_phone_number, :business_phone_number, :business_email_address, :address1, :address2, :address3, :address4, :city, :county, :country, :postal_code, :province, :state, :shipping_address_1, :shipping_address_2, :shipping_address_3, :shipping_address_4, :shipping_city, :shipping_county, :shipping_country, :shipping_postal_code, :shipping_province, :shipping_state, :mailing_address_1, :mailing_address_2, :mailing_address_3, :mailing_address_4, :mailing_city, :mailing_county, :mailing_country, :mailing_postal_code, :mailing_province, :mailing_state, :billing_address_1, :billing_address_2, :billing_address_3, :billing_address_4, :billing_city, :billing_county, :billing_country, :billing_postal_code, :billing_province, :billing_state, :custom]
|
817
817
|
end
|
818
818
|
|
819
819
|
class DataDetails
|
@@ -821,6 +821,7 @@ module Aws::QConnect
|
|
821
821
|
attr_accessor generative_data: Types::GenerativeDataDetails
|
822
822
|
attr_accessor intent_detected_data: Types::IntentDetectedDataDetails
|
823
823
|
attr_accessor source_content_data: Types::SourceContentDataDetails
|
824
|
+
attr_accessor generative_chunk_data: Types::GenerativeChunkDataDetails
|
824
825
|
attr_accessor unknown: untyped
|
825
826
|
SENSITIVE: []
|
826
827
|
|
@@ -832,6 +833,8 @@ module Aws::QConnect
|
|
832
833
|
end
|
833
834
|
class SourceContentData < DataDetails
|
834
835
|
end
|
836
|
+
class GenerativeChunkData < DataDetails
|
837
|
+
end
|
835
838
|
class Unknown < DataDetails
|
836
839
|
end
|
837
840
|
end
|
@@ -851,8 +854,8 @@ module Aws::QConnect
|
|
851
854
|
end
|
852
855
|
|
853
856
|
class DataSummary
|
854
|
-
attr_accessor details: Types::DataDetails
|
855
857
|
attr_accessor reference: Types::DataReference
|
858
|
+
attr_accessor details: Types::DataDetails
|
856
859
|
SENSITIVE: []
|
857
860
|
end
|
858
861
|
|
@@ -871,8 +874,8 @@ module Aws::QConnect
|
|
871
874
|
end
|
872
875
|
|
873
876
|
class DeleteAIAgentRequest
|
874
|
-
attr_accessor ai_agent_id: ::String
|
875
877
|
attr_accessor assistant_id: ::String
|
878
|
+
attr_accessor ai_agent_id: ::String
|
876
879
|
SENSITIVE: []
|
877
880
|
end
|
878
881
|
|
@@ -880,8 +883,8 @@ module Aws::QConnect
|
|
880
883
|
end
|
881
884
|
|
882
885
|
class DeleteAIAgentVersionRequest
|
883
|
-
attr_accessor ai_agent_id: ::String
|
884
886
|
attr_accessor assistant_id: ::String
|
887
|
+
attr_accessor ai_agent_id: ::String
|
885
888
|
attr_accessor version_number: ::Integer
|
886
889
|
SENSITIVE: []
|
887
890
|
end
|
@@ -890,8 +893,8 @@ module Aws::QConnect
|
|
890
893
|
end
|
891
894
|
|
892
895
|
class DeleteAIGuardrailRequest
|
893
|
-
attr_accessor ai_guardrail_id: ::String
|
894
896
|
attr_accessor assistant_id: ::String
|
897
|
+
attr_accessor ai_guardrail_id: ::String
|
895
898
|
SENSITIVE: []
|
896
899
|
end
|
897
900
|
|
@@ -899,8 +902,8 @@ module Aws::QConnect
|
|
899
902
|
end
|
900
903
|
|
901
904
|
class DeleteAIGuardrailVersionRequest
|
902
|
-
attr_accessor ai_guardrail_id: ::String
|
903
905
|
attr_accessor assistant_id: ::String
|
906
|
+
attr_accessor ai_guardrail_id: ::String
|
904
907
|
attr_accessor version_number: ::Integer
|
905
908
|
SENSITIVE: []
|
906
909
|
end
|
@@ -909,8 +912,8 @@ module Aws::QConnect
|
|
909
912
|
end
|
910
913
|
|
911
914
|
class DeleteAIPromptRequest
|
912
|
-
attr_accessor ai_prompt_id: ::String
|
913
915
|
attr_accessor assistant_id: ::String
|
916
|
+
attr_accessor ai_prompt_id: ::String
|
914
917
|
SENSITIVE: []
|
915
918
|
end
|
916
919
|
|
@@ -918,8 +921,8 @@ module Aws::QConnect
|
|
918
921
|
end
|
919
922
|
|
920
923
|
class DeleteAIPromptVersionRequest
|
921
|
-
attr_accessor ai_prompt_id: ::String
|
922
924
|
attr_accessor assistant_id: ::String
|
925
|
+
attr_accessor ai_prompt_id: ::String
|
923
926
|
attr_accessor version_number: ::Integer
|
924
927
|
SENSITIVE: []
|
925
928
|
end
|
@@ -945,9 +948,9 @@ module Aws::QConnect
|
|
945
948
|
end
|
946
949
|
|
947
950
|
class DeleteContentAssociationRequest
|
948
|
-
attr_accessor content_association_id: ::String
|
949
|
-
attr_accessor content_id: ::String
|
950
951
|
attr_accessor knowledge_base_id: ::String
|
952
|
+
attr_accessor content_id: ::String
|
953
|
+
attr_accessor content_association_id: ::String
|
951
954
|
SENSITIVE: []
|
952
955
|
end
|
953
956
|
|
@@ -955,8 +958,8 @@ module Aws::QConnect
|
|
955
958
|
end
|
956
959
|
|
957
960
|
class DeleteContentRequest
|
958
|
-
attr_accessor content_id: ::String
|
959
961
|
attr_accessor knowledge_base_id: ::String
|
962
|
+
attr_accessor content_id: ::String
|
960
963
|
SENSITIVE: []
|
961
964
|
end
|
962
965
|
|
@@ -964,8 +967,8 @@ module Aws::QConnect
|
|
964
967
|
end
|
965
968
|
|
966
969
|
class DeleteImportJobRequest
|
967
|
-
attr_accessor import_job_id: ::String
|
968
970
|
attr_accessor knowledge_base_id: ::String
|
971
|
+
attr_accessor import_job_id: ::String
|
969
972
|
SENSITIVE: []
|
970
973
|
end
|
971
974
|
|
@@ -981,9 +984,9 @@ module Aws::QConnect
|
|
981
984
|
end
|
982
985
|
|
983
986
|
class DeleteMessageTemplateAttachmentRequest
|
984
|
-
attr_accessor attachment_id: ::String
|
985
987
|
attr_accessor knowledge_base_id: ::String
|
986
988
|
attr_accessor message_template_id: ::String
|
989
|
+
attr_accessor attachment_id: ::String
|
987
990
|
SENSITIVE: []
|
988
991
|
end
|
989
992
|
|
@@ -1010,14 +1013,14 @@ module Aws::QConnect
|
|
1010
1013
|
|
1011
1014
|
class Document
|
1012
1015
|
attr_accessor content_reference: Types::ContentReference
|
1013
|
-
attr_accessor excerpt: Types::DocumentText
|
1014
1016
|
attr_accessor title: Types::DocumentText
|
1017
|
+
attr_accessor excerpt: Types::DocumentText
|
1015
1018
|
SENSITIVE: []
|
1016
1019
|
end
|
1017
1020
|
|
1018
1021
|
class DocumentText
|
1019
|
-
attr_accessor highlights: ::Array[Types::Highlight]
|
1020
1022
|
attr_accessor text: ::String
|
1023
|
+
attr_accessor highlights: ::Array[Types::Highlight]
|
1021
1024
|
SENSITIVE: [:text]
|
1022
1025
|
end
|
1023
1026
|
|
@@ -1028,45 +1031,45 @@ module Aws::QConnect
|
|
1028
1031
|
end
|
1029
1032
|
|
1030
1033
|
class EmailMessageTemplateContent
|
1034
|
+
attr_accessor subject: ::String
|
1031
1035
|
attr_accessor body: Types::EmailMessageTemplateContentBody
|
1032
1036
|
attr_accessor headers: ::Array[Types::EmailHeader]
|
1033
|
-
attr_accessor subject: ::String
|
1034
1037
|
SENSITIVE: [:subject]
|
1035
1038
|
end
|
1036
1039
|
|
1037
1040
|
class EmailMessageTemplateContentBody
|
1038
|
-
attr_accessor html: Types::MessageTemplateBodyContentProvider
|
1039
1041
|
attr_accessor plain_text: Types::MessageTemplateBodyContentProvider
|
1042
|
+
attr_accessor html: Types::MessageTemplateBodyContentProvider
|
1040
1043
|
SENSITIVE: []
|
1041
1044
|
end
|
1042
1045
|
|
1043
1046
|
class ExtendedMessageTemplateData
|
1044
|
-
attr_accessor
|
1045
|
-
attr_accessor
|
1047
|
+
attr_accessor message_template_arn: ::String
|
1048
|
+
attr_accessor message_template_id: ::String
|
1049
|
+
attr_accessor knowledge_base_arn: ::String
|
1050
|
+
attr_accessor knowledge_base_id: ::String
|
1051
|
+
attr_accessor name: ::String
|
1046
1052
|
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
1047
|
-
attr_accessor content: Types::MessageTemplateContentProvider
|
1048
1053
|
attr_accessor created_time: ::Time
|
1049
|
-
attr_accessor
|
1054
|
+
attr_accessor last_modified_time: ::Time
|
1055
|
+
attr_accessor last_modified_by: ::String
|
1056
|
+
attr_accessor content: Types::MessageTemplateContentProvider
|
1050
1057
|
attr_accessor description: ::String
|
1058
|
+
attr_accessor language: ::String
|
1051
1059
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
1060
|
+
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
1061
|
+
attr_accessor attribute_types: ::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]
|
1062
|
+
attr_accessor attachments: ::Array[Types::MessageTemplateAttachment]
|
1052
1063
|
attr_accessor is_active: bool
|
1053
|
-
attr_accessor
|
1054
|
-
attr_accessor knowledge_base_id: ::String
|
1055
|
-
attr_accessor language: ::String
|
1056
|
-
attr_accessor last_modified_by: ::String
|
1057
|
-
attr_accessor last_modified_time: ::Time
|
1058
|
-
attr_accessor message_template_arn: ::String
|
1064
|
+
attr_accessor version_number: ::Integer
|
1059
1065
|
attr_accessor message_template_content_sha_256: ::String
|
1060
|
-
attr_accessor message_template_id: ::String
|
1061
|
-
attr_accessor name: ::String
|
1062
1066
|
attr_accessor tags: ::Hash[::String, ::String]
|
1063
|
-
attr_accessor version_number: ::Integer
|
1064
1067
|
SENSITIVE: []
|
1065
1068
|
end
|
1066
1069
|
|
1067
1070
|
class ExternalSourceConfiguration
|
1068
|
-
attr_accessor configuration: Types::Configuration
|
1069
1071
|
attr_accessor source: ("AMAZON_CONNECT")
|
1072
|
+
attr_accessor configuration: Types::Configuration
|
1070
1073
|
SENSITIVE: []
|
1071
1074
|
end
|
1072
1075
|
|
@@ -1083,6 +1086,13 @@ module Aws::QConnect
|
|
1083
1086
|
SENSITIVE: []
|
1084
1087
|
end
|
1085
1088
|
|
1089
|
+
class GenerativeChunkDataDetails
|
1090
|
+
attr_accessor completion: ::String
|
1091
|
+
attr_accessor references: ::Array[Types::DataSummary]
|
1092
|
+
attr_accessor next_chunk_token: ::String
|
1093
|
+
SENSITIVE: [:completion]
|
1094
|
+
end
|
1095
|
+
|
1086
1096
|
class GenerativeContentFeedbackData
|
1087
1097
|
attr_accessor relevance: ("HELPFUL" | "NOT_HELPFUL")
|
1088
1098
|
SENSITIVE: []
|
@@ -1090,20 +1100,20 @@ module Aws::QConnect
|
|
1090
1100
|
|
1091
1101
|
class GenerativeDataDetails
|
1092
1102
|
attr_accessor completion: ::String
|
1093
|
-
attr_accessor ranking_data: Types::RankingData
|
1094
1103
|
attr_accessor references: ::Array[Types::DataSummary]
|
1104
|
+
attr_accessor ranking_data: Types::RankingData
|
1095
1105
|
SENSITIVE: [:completion]
|
1096
1106
|
end
|
1097
1107
|
|
1098
1108
|
class GenerativeReference
|
1099
|
-
attr_accessor generation_id: ::String
|
1100
1109
|
attr_accessor model_id: ::String
|
1110
|
+
attr_accessor generation_id: ::String
|
1101
1111
|
SENSITIVE: []
|
1102
1112
|
end
|
1103
1113
|
|
1104
1114
|
class GetAIAgentRequest
|
1105
|
-
attr_accessor ai_agent_id: ::String
|
1106
1115
|
attr_accessor assistant_id: ::String
|
1116
|
+
attr_accessor ai_agent_id: ::String
|
1107
1117
|
SENSITIVE: []
|
1108
1118
|
end
|
1109
1119
|
|
@@ -1114,8 +1124,8 @@ module Aws::QConnect
|
|
1114
1124
|
end
|
1115
1125
|
|
1116
1126
|
class GetAIGuardrailRequest
|
1117
|
-
attr_accessor ai_guardrail_id: ::String
|
1118
1127
|
attr_accessor assistant_id: ::String
|
1128
|
+
attr_accessor ai_guardrail_id: ::String
|
1119
1129
|
SENSITIVE: []
|
1120
1130
|
end
|
1121
1131
|
|
@@ -1126,8 +1136,8 @@ module Aws::QConnect
|
|
1126
1136
|
end
|
1127
1137
|
|
1128
1138
|
class GetAIPromptRequest
|
1129
|
-
attr_accessor ai_prompt_id: ::String
|
1130
1139
|
attr_accessor assistant_id: ::String
|
1140
|
+
attr_accessor ai_prompt_id: ::String
|
1131
1141
|
SENSITIVE: []
|
1132
1142
|
end
|
1133
1143
|
|
@@ -1159,9 +1169,9 @@ module Aws::QConnect
|
|
1159
1169
|
end
|
1160
1170
|
|
1161
1171
|
class GetContentAssociationRequest
|
1162
|
-
attr_accessor content_association_id: ::String
|
1163
|
-
attr_accessor content_id: ::String
|
1164
1172
|
attr_accessor knowledge_base_id: ::String
|
1173
|
+
attr_accessor content_id: ::String
|
1174
|
+
attr_accessor content_association_id: ::String
|
1165
1175
|
SENSITIVE: []
|
1166
1176
|
end
|
1167
1177
|
|
@@ -1214,8 +1224,8 @@ module Aws::QConnect
|
|
1214
1224
|
end
|
1215
1225
|
|
1216
1226
|
class GetMessageTemplateRequest
|
1217
|
-
attr_accessor knowledge_base_id: ::String
|
1218
1227
|
attr_accessor message_template_id: ::String
|
1228
|
+
attr_accessor knowledge_base_id: ::String
|
1219
1229
|
SENSITIVE: []
|
1220
1230
|
end
|
1221
1231
|
|
@@ -1226,24 +1236,24 @@ module Aws::QConnect
|
|
1226
1236
|
|
1227
1237
|
class GetNextMessageRequest
|
1228
1238
|
attr_accessor assistant_id: ::String
|
1229
|
-
attr_accessor next_message_token: ::String
|
1230
1239
|
attr_accessor session_id: ::String
|
1240
|
+
attr_accessor next_message_token: ::String
|
1231
1241
|
SENSITIVE: []
|
1232
1242
|
end
|
1233
1243
|
|
1234
1244
|
class GetNextMessageResponse
|
1235
|
-
attr_accessor
|
1245
|
+
attr_accessor type: ("TEXT")
|
1246
|
+
attr_accessor response: Types::MessageOutput
|
1247
|
+
attr_accessor request_message_id: ::String
|
1236
1248
|
attr_accessor conversation_state: Types::ConversationState
|
1237
1249
|
attr_accessor next_message_token: ::String
|
1238
|
-
attr_accessor
|
1239
|
-
attr_accessor response: Types::MessageOutput
|
1240
|
-
attr_accessor type: ("TEXT")
|
1250
|
+
attr_accessor conversation_session_data: ::Array[Types::RuntimeSessionData]
|
1241
1251
|
SENSITIVE: []
|
1242
1252
|
end
|
1243
1253
|
|
1244
1254
|
class GetQuickResponseRequest
|
1245
|
-
attr_accessor knowledge_base_id: ::String
|
1246
1255
|
attr_accessor quick_response_id: ::String
|
1256
|
+
attr_accessor knowledge_base_id: ::String
|
1247
1257
|
SENSITIVE: []
|
1248
1258
|
end
|
1249
1259
|
|
@@ -1254,9 +1264,10 @@ module Aws::QConnect
|
|
1254
1264
|
|
1255
1265
|
class GetRecommendationsRequest
|
1256
1266
|
attr_accessor assistant_id: ::String
|
1257
|
-
attr_accessor max_results: ::Integer
|
1258
1267
|
attr_accessor session_id: ::String
|
1268
|
+
attr_accessor max_results: ::Integer
|
1259
1269
|
attr_accessor wait_time_seconds: ::Integer
|
1270
|
+
attr_accessor next_chunk_token: ::String
|
1260
1271
|
SENSITIVE: []
|
1261
1272
|
end
|
1262
1273
|
|
@@ -1284,16 +1295,16 @@ module Aws::QConnect
|
|
1284
1295
|
end
|
1285
1296
|
|
1286
1297
|
class GuardrailContentFilterConfig
|
1298
|
+
attr_accessor type: ("SEXUAL" | "VIOLENCE" | "HATE" | "INSULTS" | "MISCONDUCT" | "PROMPT_ATTACK")
|
1287
1299
|
attr_accessor input_strength: ("NONE" | "LOW" | "MEDIUM" | "HIGH")
|
1288
1300
|
attr_accessor output_strength: ("NONE" | "LOW" | "MEDIUM" | "HIGH")
|
1289
|
-
|
1290
|
-
SENSITIVE: [:input_strength, :output_strength, :type]
|
1301
|
+
SENSITIVE: [:type, :input_strength, :output_strength]
|
1291
1302
|
end
|
1292
1303
|
|
1293
1304
|
class GuardrailContextualGroundingFilterConfig
|
1294
|
-
attr_accessor threshold: ::Float
|
1295
1305
|
attr_accessor type: ("GROUNDING" | "RELEVANCE")
|
1296
|
-
|
1306
|
+
attr_accessor threshold: ::Float
|
1307
|
+
SENSITIVE: [:type, :threshold]
|
1297
1308
|
end
|
1298
1309
|
|
1299
1310
|
class GuardrailManagedWordsConfig
|
@@ -1302,25 +1313,25 @@ module Aws::QConnect
|
|
1302
1313
|
end
|
1303
1314
|
|
1304
1315
|
class GuardrailPiiEntityConfig
|
1305
|
-
attr_accessor action: ("BLOCK" | "ANONYMIZE")
|
1306
1316
|
attr_accessor type: ("ADDRESS" | "AGE" | "AWS_ACCESS_KEY" | "AWS_SECRET_KEY" | "CA_HEALTH_NUMBER" | "CA_SOCIAL_INSURANCE_NUMBER" | "CREDIT_DEBIT_CARD_CVV" | "CREDIT_DEBIT_CARD_EXPIRY" | "CREDIT_DEBIT_CARD_NUMBER" | "DRIVER_ID" | "EMAIL" | "INTERNATIONAL_BANK_ACCOUNT_NUMBER" | "IP_ADDRESS" | "LICENSE_PLATE" | "MAC_ADDRESS" | "NAME" | "PASSWORD" | "PHONE" | "PIN" | "SWIFT_CODE" | "UK_NATIONAL_HEALTH_SERVICE_NUMBER" | "UK_NATIONAL_INSURANCE_NUMBER" | "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER" | "URL" | "USERNAME" | "US_BANK_ACCOUNT_NUMBER" | "US_BANK_ROUTING_NUMBER" | "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER" | "US_PASSPORT_NUMBER" | "US_SOCIAL_SECURITY_NUMBER" | "VEHICLE_IDENTIFICATION_NUMBER")
|
1307
|
-
|
1317
|
+
attr_accessor action: ("BLOCK" | "ANONYMIZE")
|
1318
|
+
SENSITIVE: [:type, :action]
|
1308
1319
|
end
|
1309
1320
|
|
1310
1321
|
class GuardrailRegexConfig
|
1311
|
-
attr_accessor action: ("BLOCK" | "ANONYMIZE")
|
1312
|
-
attr_accessor description: ::String
|
1313
1322
|
attr_accessor name: ::String
|
1323
|
+
attr_accessor description: ::String
|
1314
1324
|
attr_accessor pattern: ::String
|
1315
|
-
|
1325
|
+
attr_accessor action: ("BLOCK" | "ANONYMIZE")
|
1326
|
+
SENSITIVE: [:name, :description, :pattern, :action]
|
1316
1327
|
end
|
1317
1328
|
|
1318
1329
|
class GuardrailTopicConfig
|
1330
|
+
attr_accessor name: ::String
|
1319
1331
|
attr_accessor definition: ::String
|
1320
1332
|
attr_accessor examples: ::Array[::String]
|
1321
|
-
attr_accessor name: ::String
|
1322
1333
|
attr_accessor type: ("DENY")
|
1323
|
-
SENSITIVE: [:
|
1334
|
+
SENSITIVE: [:name, :definition, :type]
|
1324
1335
|
end
|
1325
1336
|
|
1326
1337
|
class GuardrailWordConfig
|
@@ -1346,33 +1357,33 @@ module Aws::QConnect
|
|
1346
1357
|
end
|
1347
1358
|
|
1348
1359
|
class ImportJobData
|
1349
|
-
attr_accessor created_time: ::Time
|
1350
|
-
attr_accessor external_source_configuration: Types::ExternalSourceConfiguration
|
1351
|
-
attr_accessor failed_record_report: ::String
|
1352
1360
|
attr_accessor import_job_id: ::String
|
1353
|
-
attr_accessor import_job_type: ("QUICK_RESPONSES")
|
1354
|
-
attr_accessor knowledge_base_arn: ::String
|
1355
1361
|
attr_accessor knowledge_base_id: ::String
|
1356
|
-
attr_accessor last_modified_time: ::Time
|
1357
|
-
attr_accessor metadata: ::Hash[::String, ::String]
|
1358
|
-
attr_accessor status: ("START_IN_PROGRESS" | "FAILED" | "COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
1359
1362
|
attr_accessor upload_id: ::String
|
1363
|
+
attr_accessor knowledge_base_arn: ::String
|
1364
|
+
attr_accessor import_job_type: ("QUICK_RESPONSES")
|
1365
|
+
attr_accessor status: ("START_IN_PROGRESS" | "FAILED" | "COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
1360
1366
|
attr_accessor url: ::String
|
1367
|
+
attr_accessor failed_record_report: ::String
|
1361
1368
|
attr_accessor url_expiry: ::Time
|
1362
|
-
|
1369
|
+
attr_accessor created_time: ::Time
|
1370
|
+
attr_accessor last_modified_time: ::Time
|
1371
|
+
attr_accessor metadata: ::Hash[::String, ::String]
|
1372
|
+
attr_accessor external_source_configuration: Types::ExternalSourceConfiguration
|
1373
|
+
SENSITIVE: [:url, :failed_record_report]
|
1363
1374
|
end
|
1364
1375
|
|
1365
1376
|
class ImportJobSummary
|
1366
|
-
attr_accessor created_time: ::Time
|
1367
|
-
attr_accessor external_source_configuration: Types::ExternalSourceConfiguration
|
1368
1377
|
attr_accessor import_job_id: ::String
|
1369
|
-
attr_accessor import_job_type: ("QUICK_RESPONSES")
|
1370
|
-
attr_accessor knowledge_base_arn: ::String
|
1371
1378
|
attr_accessor knowledge_base_id: ::String
|
1379
|
+
attr_accessor upload_id: ::String
|
1380
|
+
attr_accessor knowledge_base_arn: ::String
|
1381
|
+
attr_accessor import_job_type: ("QUICK_RESPONSES")
|
1382
|
+
attr_accessor status: ("START_IN_PROGRESS" | "FAILED" | "COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
1383
|
+
attr_accessor created_time: ::Time
|
1372
1384
|
attr_accessor last_modified_time: ::Time
|
1373
1385
|
attr_accessor metadata: ::Hash[::String, ::String]
|
1374
|
-
attr_accessor
|
1375
|
-
attr_accessor upload_id: ::String
|
1386
|
+
attr_accessor external_source_configuration: Types::ExternalSourceConfiguration
|
1376
1387
|
SENSITIVE: []
|
1377
1388
|
end
|
1378
1389
|
|
@@ -1395,49 +1406,49 @@ module Aws::QConnect
|
|
1395
1406
|
end
|
1396
1407
|
|
1397
1408
|
class KnowledgeBaseAssociationData
|
1398
|
-
attr_accessor knowledge_base_arn: ::String
|
1399
1409
|
attr_accessor knowledge_base_id: ::String
|
1410
|
+
attr_accessor knowledge_base_arn: ::String
|
1400
1411
|
SENSITIVE: []
|
1401
1412
|
end
|
1402
1413
|
|
1403
1414
|
class KnowledgeBaseData
|
1404
|
-
attr_accessor description: ::String
|
1405
|
-
attr_accessor ingestion_failure_reasons: ::Array[::String]
|
1406
|
-
attr_accessor ingestion_status: ("SYNC_FAILED" | "SYNCING_IN_PROGRESS" | "SYNC_SUCCESS" | "CREATE_IN_PROGRESS")
|
1407
|
-
attr_accessor knowledge_base_arn: ::String
|
1408
1415
|
attr_accessor knowledge_base_id: ::String
|
1416
|
+
attr_accessor knowledge_base_arn: ::String
|
1417
|
+
attr_accessor name: ::String
|
1409
1418
|
attr_accessor knowledge_base_type: ("EXTERNAL" | "CUSTOM" | "QUICK_RESPONSES" | "MESSAGE_TEMPLATES" | "MANAGED")
|
1419
|
+
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
1410
1420
|
attr_accessor last_content_modification_time: ::Time
|
1411
|
-
attr_accessor
|
1421
|
+
attr_accessor vector_ingestion_configuration: Types::VectorIngestionConfiguration
|
1422
|
+
attr_accessor source_configuration: Types::SourceConfiguration
|
1412
1423
|
attr_accessor rendering_configuration: Types::RenderingConfiguration
|
1413
1424
|
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
1414
|
-
attr_accessor
|
1415
|
-
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
1425
|
+
attr_accessor description: ::String
|
1416
1426
|
attr_accessor tags: ::Hash[::String, ::String]
|
1417
|
-
attr_accessor
|
1427
|
+
attr_accessor ingestion_status: ("SYNC_FAILED" | "SYNCING_IN_PROGRESS" | "SYNC_SUCCESS" | "CREATE_IN_PROGRESS")
|
1428
|
+
attr_accessor ingestion_failure_reasons: ::Array[::String]
|
1418
1429
|
SENSITIVE: []
|
1419
1430
|
end
|
1420
1431
|
|
1421
1432
|
class KnowledgeBaseSummary
|
1422
|
-
attr_accessor description: ::String
|
1423
|
-
attr_accessor knowledge_base_arn: ::String
|
1424
1433
|
attr_accessor knowledge_base_id: ::String
|
1425
|
-
attr_accessor
|
1434
|
+
attr_accessor knowledge_base_arn: ::String
|
1426
1435
|
attr_accessor name: ::String
|
1436
|
+
attr_accessor knowledge_base_type: ("EXTERNAL" | "CUSTOM" | "QUICK_RESPONSES" | "MESSAGE_TEMPLATES" | "MANAGED")
|
1437
|
+
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
1438
|
+
attr_accessor source_configuration: Types::SourceConfiguration
|
1439
|
+
attr_accessor vector_ingestion_configuration: Types::VectorIngestionConfiguration
|
1427
1440
|
attr_accessor rendering_configuration: Types::RenderingConfiguration
|
1428
1441
|
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
1429
|
-
attr_accessor
|
1430
|
-
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED")
|
1442
|
+
attr_accessor description: ::String
|
1431
1443
|
attr_accessor tags: ::Hash[::String, ::String]
|
1432
|
-
attr_accessor vector_ingestion_configuration: Types::VectorIngestionConfiguration
|
1433
1444
|
SENSITIVE: []
|
1434
1445
|
end
|
1435
1446
|
|
1436
1447
|
class ListAIAgentVersionsRequest
|
1437
|
-
attr_accessor ai_agent_id: ::String
|
1438
1448
|
attr_accessor assistant_id: ::String
|
1439
|
-
attr_accessor
|
1449
|
+
attr_accessor ai_agent_id: ::String
|
1440
1450
|
attr_accessor next_token: ::String
|
1451
|
+
attr_accessor max_results: ::Integer
|
1441
1452
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
1442
1453
|
SENSITIVE: []
|
1443
1454
|
end
|
@@ -1450,8 +1461,8 @@ module Aws::QConnect
|
|
1450
1461
|
|
1451
1462
|
class ListAIAgentsRequest
|
1452
1463
|
attr_accessor assistant_id: ::String
|
1453
|
-
attr_accessor max_results: ::Integer
|
1454
1464
|
attr_accessor next_token: ::String
|
1465
|
+
attr_accessor max_results: ::Integer
|
1455
1466
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
1456
1467
|
SENSITIVE: []
|
1457
1468
|
end
|
@@ -1463,10 +1474,10 @@ module Aws::QConnect
|
|
1463
1474
|
end
|
1464
1475
|
|
1465
1476
|
class ListAIGuardrailVersionsRequest
|
1466
|
-
attr_accessor ai_guardrail_id: ::String
|
1467
1477
|
attr_accessor assistant_id: ::String
|
1468
|
-
attr_accessor
|
1478
|
+
attr_accessor ai_guardrail_id: ::String
|
1469
1479
|
attr_accessor next_token: ::String
|
1480
|
+
attr_accessor max_results: ::Integer
|
1470
1481
|
SENSITIVE: []
|
1471
1482
|
end
|
1472
1483
|
|
@@ -1478,8 +1489,8 @@ module Aws::QConnect
|
|
1478
1489
|
|
1479
1490
|
class ListAIGuardrailsRequest
|
1480
1491
|
attr_accessor assistant_id: ::String
|
1481
|
-
attr_accessor max_results: ::Integer
|
1482
1492
|
attr_accessor next_token: ::String
|
1493
|
+
attr_accessor max_results: ::Integer
|
1483
1494
|
SENSITIVE: []
|
1484
1495
|
end
|
1485
1496
|
|
@@ -1490,10 +1501,10 @@ module Aws::QConnect
|
|
1490
1501
|
end
|
1491
1502
|
|
1492
1503
|
class ListAIPromptVersionsRequest
|
1493
|
-
attr_accessor ai_prompt_id: ::String
|
1494
1504
|
attr_accessor assistant_id: ::String
|
1495
|
-
attr_accessor
|
1505
|
+
attr_accessor ai_prompt_id: ::String
|
1496
1506
|
attr_accessor next_token: ::String
|
1507
|
+
attr_accessor max_results: ::Integer
|
1497
1508
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
1498
1509
|
SENSITIVE: []
|
1499
1510
|
end
|
@@ -1506,8 +1517,8 @@ module Aws::QConnect
|
|
1506
1517
|
|
1507
1518
|
class ListAIPromptsRequest
|
1508
1519
|
attr_accessor assistant_id: ::String
|
1509
|
-
attr_accessor max_results: ::Integer
|
1510
1520
|
attr_accessor next_token: ::String
|
1521
|
+
attr_accessor max_results: ::Integer
|
1511
1522
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
1512
1523
|
SENSITIVE: []
|
1513
1524
|
end
|
@@ -1519,9 +1530,9 @@ module Aws::QConnect
|
|
1519
1530
|
end
|
1520
1531
|
|
1521
1532
|
class ListAssistantAssociationsRequest
|
1522
|
-
attr_accessor assistant_id: ::String
|
1523
|
-
attr_accessor max_results: ::Integer
|
1524
1533
|
attr_accessor next_token: ::String
|
1534
|
+
attr_accessor max_results: ::Integer
|
1535
|
+
attr_accessor assistant_id: ::String
|
1525
1536
|
SENSITIVE: []
|
1526
1537
|
end
|
1527
1538
|
|
@@ -1532,8 +1543,8 @@ module Aws::QConnect
|
|
1532
1543
|
end
|
1533
1544
|
|
1534
1545
|
class ListAssistantsRequest
|
1535
|
-
attr_accessor max_results: ::Integer
|
1536
1546
|
attr_accessor next_token: ::String
|
1547
|
+
attr_accessor max_results: ::Integer
|
1537
1548
|
SENSITIVE: []
|
1538
1549
|
end
|
1539
1550
|
|
@@ -1544,10 +1555,10 @@ module Aws::QConnect
|
|
1544
1555
|
end
|
1545
1556
|
|
1546
1557
|
class ListContentAssociationsRequest
|
1547
|
-
attr_accessor content_id: ::String
|
1548
|
-
attr_accessor knowledge_base_id: ::String
|
1549
|
-
attr_accessor max_results: ::Integer
|
1550
1558
|
attr_accessor next_token: ::String
|
1559
|
+
attr_accessor max_results: ::Integer
|
1560
|
+
attr_accessor knowledge_base_id: ::String
|
1561
|
+
attr_accessor content_id: ::String
|
1551
1562
|
SENSITIVE: []
|
1552
1563
|
end
|
1553
1564
|
|
@@ -1558,9 +1569,9 @@ module Aws::QConnect
|
|
1558
1569
|
end
|
1559
1570
|
|
1560
1571
|
class ListContentsRequest
|
1561
|
-
attr_accessor knowledge_base_id: ::String
|
1562
|
-
attr_accessor max_results: ::Integer
|
1563
1572
|
attr_accessor next_token: ::String
|
1573
|
+
attr_accessor max_results: ::Integer
|
1574
|
+
attr_accessor knowledge_base_id: ::String
|
1564
1575
|
SENSITIVE: []
|
1565
1576
|
end
|
1566
1577
|
|
@@ -1571,9 +1582,9 @@ module Aws::QConnect
|
|
1571
1582
|
end
|
1572
1583
|
|
1573
1584
|
class ListImportJobsRequest
|
1574
|
-
attr_accessor knowledge_base_id: ::String
|
1575
|
-
attr_accessor max_results: ::Integer
|
1576
1585
|
attr_accessor next_token: ::String
|
1586
|
+
attr_accessor max_results: ::Integer
|
1587
|
+
attr_accessor knowledge_base_id: ::String
|
1577
1588
|
SENSITIVE: []
|
1578
1589
|
end
|
1579
1590
|
|
@@ -1584,8 +1595,8 @@ module Aws::QConnect
|
|
1584
1595
|
end
|
1585
1596
|
|
1586
1597
|
class ListKnowledgeBasesRequest
|
1587
|
-
attr_accessor max_results: ::Integer
|
1588
1598
|
attr_accessor next_token: ::String
|
1599
|
+
attr_accessor max_results: ::Integer
|
1589
1600
|
SENSITIVE: []
|
1590
1601
|
end
|
1591
1602
|
|
@@ -1597,9 +1608,9 @@ module Aws::QConnect
|
|
1597
1608
|
|
1598
1609
|
class ListMessageTemplateVersionsRequest
|
1599
1610
|
attr_accessor knowledge_base_id: ::String
|
1600
|
-
attr_accessor max_results: ::Integer
|
1601
1611
|
attr_accessor message_template_id: ::String
|
1602
1612
|
attr_accessor next_token: ::String
|
1613
|
+
attr_accessor max_results: ::Integer
|
1603
1614
|
SENSITIVE: []
|
1604
1615
|
end
|
1605
1616
|
|
@@ -1610,9 +1621,9 @@ module Aws::QConnect
|
|
1610
1621
|
end
|
1611
1622
|
|
1612
1623
|
class ListMessageTemplatesRequest
|
1613
|
-
attr_accessor knowledge_base_id: ::String
|
1614
|
-
attr_accessor max_results: ::Integer
|
1615
1624
|
attr_accessor next_token: ::String
|
1625
|
+
attr_accessor max_results: ::Integer
|
1626
|
+
attr_accessor knowledge_base_id: ::String
|
1616
1627
|
SENSITIVE: []
|
1617
1628
|
end
|
1618
1629
|
|
@@ -1624,9 +1635,9 @@ module Aws::QConnect
|
|
1624
1635
|
|
1625
1636
|
class ListMessagesRequest
|
1626
1637
|
attr_accessor assistant_id: ::String
|
1627
|
-
attr_accessor max_results: ::Integer
|
1628
|
-
attr_accessor next_token: ::String
|
1629
1638
|
attr_accessor session_id: ::String
|
1639
|
+
attr_accessor next_token: ::String
|
1640
|
+
attr_accessor max_results: ::Integer
|
1630
1641
|
SENSITIVE: []
|
1631
1642
|
end
|
1632
1643
|
|
@@ -1637,15 +1648,15 @@ module Aws::QConnect
|
|
1637
1648
|
end
|
1638
1649
|
|
1639
1650
|
class ListQuickResponsesRequest
|
1640
|
-
attr_accessor knowledge_base_id: ::String
|
1641
|
-
attr_accessor max_results: ::Integer
|
1642
1651
|
attr_accessor next_token: ::String
|
1652
|
+
attr_accessor max_results: ::Integer
|
1653
|
+
attr_accessor knowledge_base_id: ::String
|
1643
1654
|
SENSITIVE: []
|
1644
1655
|
end
|
1645
1656
|
|
1646
1657
|
class ListQuickResponsesResponse
|
1647
|
-
attr_accessor next_token: ::String
|
1648
1658
|
attr_accessor quick_response_summaries: ::Array[Types::QuickResponseSummary]
|
1659
|
+
attr_accessor next_token: ::String
|
1649
1660
|
SENSITIVE: []
|
1650
1661
|
end
|
1651
1662
|
|
@@ -1671,13 +1682,18 @@ module Aws::QConnect
|
|
1671
1682
|
end
|
1672
1683
|
|
1673
1684
|
class ManualSearchAIAgentConfiguration
|
1674
|
-
attr_accessor answer_generation_ai_guardrail_id: ::String
|
1675
1685
|
attr_accessor answer_generation_ai_prompt_id: ::String
|
1686
|
+
attr_accessor answer_generation_ai_guardrail_id: ::String
|
1676
1687
|
attr_accessor association_configurations: ::Array[Types::AssociationConfiguration]
|
1677
1688
|
attr_accessor locale: ::String
|
1678
1689
|
SENSITIVE: []
|
1679
1690
|
end
|
1680
1691
|
|
1692
|
+
class MessageConfiguration
|
1693
|
+
attr_accessor generate_filler_message: bool
|
1694
|
+
SENSITIVE: []
|
1695
|
+
end
|
1696
|
+
|
1681
1697
|
class MessageData
|
1682
1698
|
attr_accessor text: Types::TextMessage
|
1683
1699
|
attr_accessor unknown: untyped
|
@@ -1695,28 +1711,28 @@ module Aws::QConnect
|
|
1695
1711
|
end
|
1696
1712
|
|
1697
1713
|
class MessageOutput
|
1714
|
+
attr_accessor value: Types::MessageData
|
1698
1715
|
attr_accessor message_id: ::String
|
1699
1716
|
attr_accessor participant: ("CUSTOMER" | "AGENT" | "BOT")
|
1700
1717
|
attr_accessor timestamp: ::Time
|
1701
|
-
attr_accessor value: Types::MessageData
|
1702
1718
|
SENSITIVE: []
|
1703
1719
|
end
|
1704
1720
|
|
1705
1721
|
class MessageTemplateAttachment
|
1706
|
-
attr_accessor attachment_id: ::String
|
1707
1722
|
attr_accessor content_disposition: ("ATTACHMENT")
|
1708
1723
|
attr_accessor name: ::String
|
1709
1724
|
attr_accessor uploaded_time: ::Time
|
1710
1725
|
attr_accessor url: ::String
|
1711
1726
|
attr_accessor url_expiry: ::Time
|
1727
|
+
attr_accessor attachment_id: ::String
|
1712
1728
|
SENSITIVE: [:name, :url]
|
1713
1729
|
end
|
1714
1730
|
|
1715
1731
|
class MessageTemplateAttributes
|
1732
|
+
attr_accessor system_attributes: Types::SystemAttributes
|
1716
1733
|
attr_accessor agent_attributes: Types::AgentAttributes
|
1717
|
-
attr_accessor custom_attributes: ::Hash[::String, ::String]
|
1718
1734
|
attr_accessor customer_profile_attributes: Types::CustomerProfileAttributes
|
1719
|
-
attr_accessor
|
1735
|
+
attr_accessor custom_attributes: ::Hash[::String, ::String]
|
1720
1736
|
SENSITIVE: [:custom_attributes]
|
1721
1737
|
end
|
1722
1738
|
|
@@ -1746,31 +1762,31 @@ module Aws::QConnect
|
|
1746
1762
|
end
|
1747
1763
|
|
1748
1764
|
class MessageTemplateData
|
1749
|
-
attr_accessor
|
1765
|
+
attr_accessor message_template_arn: ::String
|
1766
|
+
attr_accessor message_template_id: ::String
|
1767
|
+
attr_accessor knowledge_base_arn: ::String
|
1768
|
+
attr_accessor knowledge_base_id: ::String
|
1769
|
+
attr_accessor name: ::String
|
1750
1770
|
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
1751
|
-
attr_accessor content: Types::MessageTemplateContentProvider
|
1752
1771
|
attr_accessor created_time: ::Time
|
1753
|
-
attr_accessor
|
1772
|
+
attr_accessor last_modified_time: ::Time
|
1773
|
+
attr_accessor last_modified_by: ::String
|
1774
|
+
attr_accessor content: Types::MessageTemplateContentProvider
|
1754
1775
|
attr_accessor description: ::String
|
1755
|
-
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
1756
|
-
attr_accessor knowledge_base_arn: ::String
|
1757
|
-
attr_accessor knowledge_base_id: ::String
|
1758
1776
|
attr_accessor language: ::String
|
1759
|
-
attr_accessor
|
1760
|
-
attr_accessor
|
1761
|
-
attr_accessor
|
1777
|
+
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
1778
|
+
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
1779
|
+
attr_accessor attribute_types: ::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]
|
1762
1780
|
attr_accessor message_template_content_sha_256: ::String
|
1763
|
-
attr_accessor message_template_id: ::String
|
1764
|
-
attr_accessor name: ::String
|
1765
1781
|
attr_accessor tags: ::Hash[::String, ::String]
|
1766
1782
|
SENSITIVE: []
|
1767
1783
|
end
|
1768
1784
|
|
1769
1785
|
class MessageTemplateFilterField
|
1770
|
-
attr_accessor include_no_existence: bool
|
1771
1786
|
attr_accessor name: ::String
|
1772
|
-
attr_accessor operator: ("EQUALS" | "PREFIX")
|
1773
1787
|
attr_accessor values: ::Array[::String]
|
1788
|
+
attr_accessor operator: ("EQUALS" | "PREFIX")
|
1789
|
+
attr_accessor include_no_existence: bool
|
1774
1790
|
SENSITIVE: []
|
1775
1791
|
end
|
1776
1792
|
|
@@ -1781,84 +1797,84 @@ module Aws::QConnect
|
|
1781
1797
|
end
|
1782
1798
|
|
1783
1799
|
class MessageTemplateQueryField
|
1784
|
-
attr_accessor allow_fuzziness: bool
|
1785
1800
|
attr_accessor name: ::String
|
1801
|
+
attr_accessor values: ::Array[::String]
|
1786
1802
|
attr_accessor operator: ("CONTAINS" | "CONTAINS_AND_PREFIX")
|
1803
|
+
attr_accessor allow_fuzziness: bool
|
1787
1804
|
attr_accessor priority: ("HIGH" | "MEDIUM" | "LOW")
|
1788
|
-
attr_accessor values: ::Array[::String]
|
1789
1805
|
SENSITIVE: []
|
1790
1806
|
end
|
1791
1807
|
|
1792
1808
|
class MessageTemplateSearchExpression
|
1809
|
+
attr_accessor queries: ::Array[Types::MessageTemplateQueryField]
|
1793
1810
|
attr_accessor filters: ::Array[Types::MessageTemplateFilterField]
|
1794
1811
|
attr_accessor order_on_field: Types::MessageTemplateOrderField
|
1795
|
-
attr_accessor queries: ::Array[Types::MessageTemplateQueryField]
|
1796
1812
|
SENSITIVE: []
|
1797
1813
|
end
|
1798
1814
|
|
1799
1815
|
class MessageTemplateSearchResultData
|
1816
|
+
attr_accessor message_template_arn: ::String
|
1817
|
+
attr_accessor message_template_id: ::String
|
1818
|
+
attr_accessor knowledge_base_arn: ::String
|
1819
|
+
attr_accessor knowledge_base_id: ::String
|
1820
|
+
attr_accessor name: ::String
|
1800
1821
|
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
1801
1822
|
attr_accessor created_time: ::Time
|
1823
|
+
attr_accessor last_modified_time: ::Time
|
1824
|
+
attr_accessor last_modified_by: ::String
|
1825
|
+
attr_accessor is_active: bool
|
1826
|
+
attr_accessor version_number: ::Integer
|
1802
1827
|
attr_accessor description: ::String
|
1803
1828
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
1804
|
-
attr_accessor is_active: bool
|
1805
|
-
attr_accessor knowledge_base_arn: ::String
|
1806
|
-
attr_accessor knowledge_base_id: ::String
|
1807
1829
|
attr_accessor language: ::String
|
1808
|
-
attr_accessor last_modified_by: ::String
|
1809
|
-
attr_accessor last_modified_time: ::Time
|
1810
|
-
attr_accessor message_template_arn: ::String
|
1811
|
-
attr_accessor message_template_id: ::String
|
1812
|
-
attr_accessor name: ::String
|
1813
1830
|
attr_accessor tags: ::Hash[::String, ::String]
|
1814
|
-
attr_accessor version_number: ::Integer
|
1815
1831
|
SENSITIVE: []
|
1816
1832
|
end
|
1817
1833
|
|
1818
1834
|
class MessageTemplateSummary
|
1819
|
-
attr_accessor active_version_number: ::Integer
|
1820
|
-
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
1821
|
-
attr_accessor created_time: ::Time
|
1822
|
-
attr_accessor description: ::String
|
1823
|
-
attr_accessor knowledge_base_arn: ::String
|
1824
|
-
attr_accessor knowledge_base_id: ::String
|
1825
|
-
attr_accessor last_modified_by: ::String
|
1826
|
-
attr_accessor last_modified_time: ::Time
|
1827
1835
|
attr_accessor message_template_arn: ::String
|
1828
1836
|
attr_accessor message_template_id: ::String
|
1837
|
+
attr_accessor knowledge_base_arn: ::String
|
1838
|
+
attr_accessor knowledge_base_id: ::String
|
1829
1839
|
attr_accessor name: ::String
|
1840
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
1841
|
+
attr_accessor created_time: ::Time
|
1842
|
+
attr_accessor last_modified_time: ::Time
|
1843
|
+
attr_accessor last_modified_by: ::String
|
1844
|
+
attr_accessor active_version_number: ::Integer
|
1845
|
+
attr_accessor description: ::String
|
1830
1846
|
attr_accessor tags: ::Hash[::String, ::String]
|
1831
1847
|
SENSITIVE: []
|
1832
1848
|
end
|
1833
1849
|
|
1834
1850
|
class MessageTemplateVersionSummary
|
1835
|
-
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
1836
|
-
attr_accessor is_active: bool
|
1837
|
-
attr_accessor knowledge_base_arn: ::String
|
1838
|
-
attr_accessor knowledge_base_id: ::String
|
1839
1851
|
attr_accessor message_template_arn: ::String
|
1840
1852
|
attr_accessor message_template_id: ::String
|
1853
|
+
attr_accessor knowledge_base_arn: ::String
|
1854
|
+
attr_accessor knowledge_base_id: ::String
|
1841
1855
|
attr_accessor name: ::String
|
1856
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
1857
|
+
attr_accessor is_active: bool
|
1842
1858
|
attr_accessor version_number: ::Integer
|
1843
1859
|
SENSITIVE: []
|
1844
1860
|
end
|
1845
1861
|
|
1846
1862
|
class NotifyRecommendationsReceivedError
|
1847
|
-
attr_accessor message: ::String
|
1848
1863
|
attr_accessor recommendation_id: ::String
|
1864
|
+
attr_accessor message: ::String
|
1849
1865
|
SENSITIVE: []
|
1850
1866
|
end
|
1851
1867
|
|
1852
1868
|
class NotifyRecommendationsReceivedRequest
|
1853
1869
|
attr_accessor assistant_id: ::String
|
1854
|
-
attr_accessor recommendation_ids: ::Array[::String]
|
1855
1870
|
attr_accessor session_id: ::String
|
1871
|
+
attr_accessor recommendation_ids: ::Array[::String]
|
1856
1872
|
SENSITIVE: []
|
1857
1873
|
end
|
1858
1874
|
|
1859
1875
|
class NotifyRecommendationsReceivedResponse
|
1860
|
-
attr_accessor errors: ::Array[Types::NotifyRecommendationsReceivedError]
|
1861
1876
|
attr_accessor recommendation_ids: ::Array[::String]
|
1877
|
+
attr_accessor errors: ::Array[Types::NotifyRecommendationsReceivedError]
|
1862
1878
|
SENSITIVE: []
|
1863
1879
|
end
|
1864
1880
|
|
@@ -1877,8 +1893,8 @@ module Aws::QConnect
|
|
1877
1893
|
end
|
1878
1894
|
|
1879
1895
|
class ParsingConfiguration
|
1880
|
-
attr_accessor bedrock_foundation_model_configuration: Types::BedrockFoundationModelConfigurationForParsing
|
1881
1896
|
attr_accessor parsing_strategy: ("BEDROCK_FOUNDATION_MODEL")
|
1897
|
+
attr_accessor bedrock_foundation_model_configuration: Types::BedrockFoundationModelConfigurationForParsing
|
1882
1898
|
SENSITIVE: []
|
1883
1899
|
end
|
1884
1900
|
|
@@ -1894,36 +1910,36 @@ module Aws::QConnect
|
|
1894
1910
|
|
1895
1911
|
class PutFeedbackRequest
|
1896
1912
|
attr_accessor assistant_id: ::String
|
1897
|
-
attr_accessor content_feedback: Types::ContentFeedbackData
|
1898
1913
|
attr_accessor target_id: ::String
|
1899
1914
|
attr_accessor target_type: ("RECOMMENDATION" | "RESULT")
|
1915
|
+
attr_accessor content_feedback: Types::ContentFeedbackData
|
1900
1916
|
SENSITIVE: []
|
1901
1917
|
end
|
1902
1918
|
|
1903
1919
|
class PutFeedbackResponse
|
1904
|
-
attr_accessor assistant_arn: ::String
|
1905
1920
|
attr_accessor assistant_id: ::String
|
1906
|
-
attr_accessor
|
1921
|
+
attr_accessor assistant_arn: ::String
|
1907
1922
|
attr_accessor target_id: ::String
|
1908
1923
|
attr_accessor target_type: ("RECOMMENDATION" | "RESULT")
|
1924
|
+
attr_accessor content_feedback: Types::ContentFeedbackData
|
1909
1925
|
SENSITIVE: []
|
1910
1926
|
end
|
1911
1927
|
|
1912
1928
|
class QueryAssistantRequest
|
1913
1929
|
attr_accessor assistant_id: ::String
|
1914
|
-
attr_accessor
|
1930
|
+
attr_accessor query_text: ::String
|
1915
1931
|
attr_accessor next_token: ::String
|
1916
|
-
attr_accessor
|
1932
|
+
attr_accessor max_results: ::Integer
|
1933
|
+
attr_accessor session_id: ::String
|
1917
1934
|
attr_accessor query_condition: ::Array[Types::QueryCondition]
|
1918
1935
|
attr_accessor query_input_data: Types::QueryInputData
|
1919
|
-
attr_accessor
|
1920
|
-
attr_accessor session_id: ::String
|
1936
|
+
attr_accessor override_knowledge_base_search_type: ("HYBRID" | "SEMANTIC")
|
1921
1937
|
SENSITIVE: [:query_text]
|
1922
1938
|
end
|
1923
1939
|
|
1924
1940
|
class QueryAssistantResponse
|
1925
|
-
attr_accessor next_token: ::String
|
1926
1941
|
attr_accessor results: ::Array[Types::ResultData]
|
1942
|
+
attr_accessor next_token: ::String
|
1927
1943
|
SENSITIVE: []
|
1928
1944
|
end
|
1929
1945
|
|
@@ -1939,22 +1955,22 @@ module Aws::QConnect
|
|
1939
1955
|
end
|
1940
1956
|
|
1941
1957
|
class QueryConditionItem
|
1942
|
-
attr_accessor comparator: ("EQUALS")
|
1943
1958
|
attr_accessor field: ("RESULT_TYPE")
|
1959
|
+
attr_accessor comparator: ("EQUALS")
|
1944
1960
|
attr_accessor value: ::String
|
1945
1961
|
SENSITIVE: []
|
1946
1962
|
end
|
1947
1963
|
|
1948
1964
|
class QueryInputData
|
1949
|
-
attr_accessor intent_input_data: Types::IntentInputData
|
1950
1965
|
attr_accessor query_text_input_data: Types::QueryTextInputData
|
1966
|
+
attr_accessor intent_input_data: Types::IntentInputData
|
1951
1967
|
attr_accessor unknown: untyped
|
1952
1968
|
SENSITIVE: []
|
1953
1969
|
|
1954
|
-
class IntentInputData < QueryInputData
|
1955
|
-
end
|
1956
1970
|
class QueryTextInputData < QueryInputData
|
1957
1971
|
end
|
1972
|
+
class IntentInputData < QueryInputData
|
1973
|
+
end
|
1958
1974
|
class Unknown < QueryInputData
|
1959
1975
|
end
|
1960
1976
|
end
|
@@ -1981,29 +1997,29 @@ module Aws::QConnect
|
|
1981
1997
|
end
|
1982
1998
|
|
1983
1999
|
class QuickResponseContents
|
1984
|
-
attr_accessor markdown: Types::QuickResponseContentProvider
|
1985
2000
|
attr_accessor plain_text: Types::QuickResponseContentProvider
|
2001
|
+
attr_accessor markdown: Types::QuickResponseContentProvider
|
1986
2002
|
SENSITIVE: []
|
1987
2003
|
end
|
1988
2004
|
|
1989
2005
|
class QuickResponseData
|
1990
|
-
attr_accessor
|
2006
|
+
attr_accessor quick_response_arn: ::String
|
2007
|
+
attr_accessor quick_response_id: ::String
|
2008
|
+
attr_accessor knowledge_base_arn: ::String
|
2009
|
+
attr_accessor knowledge_base_id: ::String
|
2010
|
+
attr_accessor name: ::String
|
1991
2011
|
attr_accessor content_type: ::String
|
1992
|
-
attr_accessor
|
2012
|
+
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED")
|
1993
2013
|
attr_accessor created_time: ::Time
|
2014
|
+
attr_accessor last_modified_time: ::Time
|
2015
|
+
attr_accessor contents: Types::QuickResponseContents
|
1994
2016
|
attr_accessor description: ::String
|
1995
2017
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
1996
|
-
attr_accessor is_active: bool
|
1997
|
-
attr_accessor knowledge_base_arn: ::String
|
1998
|
-
attr_accessor knowledge_base_id: ::String
|
1999
|
-
attr_accessor language: ::String
|
2000
|
-
attr_accessor last_modified_by: ::String
|
2001
|
-
attr_accessor last_modified_time: ::Time
|
2002
|
-
attr_accessor name: ::String
|
2003
|
-
attr_accessor quick_response_arn: ::String
|
2004
|
-
attr_accessor quick_response_id: ::String
|
2005
2018
|
attr_accessor shortcut_key: ::String
|
2006
|
-
attr_accessor
|
2019
|
+
attr_accessor last_modified_by: ::String
|
2020
|
+
attr_accessor is_active: bool
|
2021
|
+
attr_accessor channels: ::Array[::String]
|
2022
|
+
attr_accessor language: ::String
|
2007
2023
|
attr_accessor tags: ::Hash[::String, ::String]
|
2008
2024
|
SENSITIVE: []
|
2009
2025
|
end
|
@@ -2020,10 +2036,10 @@ module Aws::QConnect
|
|
2020
2036
|
end
|
2021
2037
|
|
2022
2038
|
class QuickResponseFilterField
|
2023
|
-
attr_accessor include_no_existence: bool
|
2024
2039
|
attr_accessor name: ::String
|
2025
|
-
attr_accessor operator: ("EQUALS" | "PREFIX")
|
2026
2040
|
attr_accessor values: ::Array[::String]
|
2041
|
+
attr_accessor operator: ("EQUALS" | "PREFIX")
|
2042
|
+
attr_accessor include_no_existence: bool
|
2027
2043
|
SENSITIVE: []
|
2028
2044
|
end
|
2029
2045
|
|
@@ -2034,85 +2050,85 @@ module Aws::QConnect
|
|
2034
2050
|
end
|
2035
2051
|
|
2036
2052
|
class QuickResponseQueryField
|
2037
|
-
attr_accessor allow_fuzziness: bool
|
2038
2053
|
attr_accessor name: ::String
|
2054
|
+
attr_accessor values: ::Array[::String]
|
2039
2055
|
attr_accessor operator: ("CONTAINS" | "CONTAINS_AND_PREFIX")
|
2056
|
+
attr_accessor allow_fuzziness: bool
|
2040
2057
|
attr_accessor priority: ("HIGH" | "MEDIUM" | "LOW")
|
2041
|
-
attr_accessor values: ::Array[::String]
|
2042
2058
|
SENSITIVE: []
|
2043
2059
|
end
|
2044
2060
|
|
2045
2061
|
class QuickResponseSearchExpression
|
2062
|
+
attr_accessor queries: ::Array[Types::QuickResponseQueryField]
|
2046
2063
|
attr_accessor filters: ::Array[Types::QuickResponseFilterField]
|
2047
2064
|
attr_accessor order_on_field: Types::QuickResponseOrderField
|
2048
|
-
attr_accessor queries: ::Array[Types::QuickResponseQueryField]
|
2049
2065
|
SENSITIVE: []
|
2050
2066
|
end
|
2051
2067
|
|
2052
2068
|
class QuickResponseSearchResultData
|
2053
|
-
attr_accessor
|
2054
|
-
attr_accessor
|
2055
|
-
attr_accessor
|
2069
|
+
attr_accessor quick_response_arn: ::String
|
2070
|
+
attr_accessor quick_response_id: ::String
|
2071
|
+
attr_accessor knowledge_base_arn: ::String
|
2072
|
+
attr_accessor knowledge_base_id: ::String
|
2073
|
+
attr_accessor name: ::String
|
2056
2074
|
attr_accessor content_type: ::String
|
2075
|
+
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED")
|
2057
2076
|
attr_accessor contents: Types::QuickResponseContents
|
2058
2077
|
attr_accessor created_time: ::Time
|
2078
|
+
attr_accessor last_modified_time: ::Time
|
2079
|
+
attr_accessor is_active: bool
|
2059
2080
|
attr_accessor description: ::String
|
2060
2081
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
2061
|
-
attr_accessor is_active: bool
|
2062
|
-
attr_accessor knowledge_base_arn: ::String
|
2063
|
-
attr_accessor knowledge_base_id: ::String
|
2064
|
-
attr_accessor language: ::String
|
2065
|
-
attr_accessor last_modified_by: ::String
|
2066
|
-
attr_accessor last_modified_time: ::Time
|
2067
|
-
attr_accessor name: ::String
|
2068
|
-
attr_accessor quick_response_arn: ::String
|
2069
|
-
attr_accessor quick_response_id: ::String
|
2070
2082
|
attr_accessor shortcut_key: ::String
|
2071
|
-
attr_accessor
|
2083
|
+
attr_accessor last_modified_by: ::String
|
2084
|
+
attr_accessor channels: ::Array[::String]
|
2085
|
+
attr_accessor language: ::String
|
2086
|
+
attr_accessor attributes_not_interpolated: ::Array[::String]
|
2087
|
+
attr_accessor attributes_interpolated: ::Array[::String]
|
2072
2088
|
attr_accessor tags: ::Hash[::String, ::String]
|
2073
|
-
SENSITIVE: [:
|
2089
|
+
SENSITIVE: [:attributes_not_interpolated, :attributes_interpolated]
|
2074
2090
|
end
|
2075
2091
|
|
2076
2092
|
class QuickResponseSummary
|
2077
|
-
attr_accessor
|
2078
|
-
attr_accessor
|
2079
|
-
attr_accessor created_time: ::Time
|
2080
|
-
attr_accessor description: ::String
|
2081
|
-
attr_accessor is_active: bool
|
2093
|
+
attr_accessor quick_response_arn: ::String
|
2094
|
+
attr_accessor quick_response_id: ::String
|
2082
2095
|
attr_accessor knowledge_base_arn: ::String
|
2083
2096
|
attr_accessor knowledge_base_id: ::String
|
2084
|
-
attr_accessor last_modified_by: ::String
|
2085
|
-
attr_accessor last_modified_time: ::Time
|
2086
2097
|
attr_accessor name: ::String
|
2087
|
-
attr_accessor
|
2088
|
-
attr_accessor quick_response_id: ::String
|
2098
|
+
attr_accessor content_type: ::String
|
2089
2099
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED")
|
2100
|
+
attr_accessor created_time: ::Time
|
2101
|
+
attr_accessor last_modified_time: ::Time
|
2102
|
+
attr_accessor description: ::String
|
2103
|
+
attr_accessor last_modified_by: ::String
|
2104
|
+
attr_accessor is_active: bool
|
2105
|
+
attr_accessor channels: ::Array[::String]
|
2090
2106
|
attr_accessor tags: ::Hash[::String, ::String]
|
2091
2107
|
SENSITIVE: []
|
2092
2108
|
end
|
2093
2109
|
|
2094
2110
|
class RankingData
|
2095
|
-
attr_accessor relevance_level: ("HIGH" | "MEDIUM" | "LOW")
|
2096
2111
|
attr_accessor relevance_score: ::Float
|
2112
|
+
attr_accessor relevance_level: ("HIGH" | "MEDIUM" | "LOW")
|
2097
2113
|
SENSITIVE: []
|
2098
2114
|
end
|
2099
2115
|
|
2100
2116
|
class RecommendationData
|
2101
|
-
attr_accessor data: Types::DataSummary
|
2102
|
-
attr_accessor document: Types::Document
|
2103
2117
|
attr_accessor recommendation_id: ::String
|
2104
|
-
attr_accessor
|
2118
|
+
attr_accessor document: Types::Document
|
2105
2119
|
attr_accessor relevance_score: ::Float
|
2106
|
-
attr_accessor
|
2120
|
+
attr_accessor relevance_level: ("HIGH" | "MEDIUM" | "LOW")
|
2121
|
+
attr_accessor type: ("KNOWLEDGE_CONTENT" | "GENERATIVE_RESPONSE" | "GENERATIVE_ANSWER" | "DETECTED_INTENT" | "GENERATIVE_ANSWER_CHUNK" | "BLOCKED_GENERATIVE_ANSWER_CHUNK" | "INTENT_ANSWER_CHUNK" | "BLOCKED_INTENT_ANSWER_CHUNK")
|
2122
|
+
attr_accessor data: Types::DataSummary
|
2107
2123
|
SENSITIVE: []
|
2108
2124
|
end
|
2109
2125
|
|
2110
2126
|
class RecommendationTrigger
|
2111
|
-
attr_accessor data: Types::RecommendationTriggerData
|
2112
2127
|
attr_accessor id: ::String
|
2113
|
-
attr_accessor recommendation_ids: ::Array[::String]
|
2114
|
-
attr_accessor source: ("ISSUE_DETECTION" | "RULE_EVALUATION" | "OTHER")
|
2115
2128
|
attr_accessor type: ("QUERY" | "GENERATIVE")
|
2129
|
+
attr_accessor source: ("ISSUE_DETECTION" | "RULE_EVALUATION" | "OTHER")
|
2130
|
+
attr_accessor data: Types::RecommendationTriggerData
|
2131
|
+
attr_accessor recommendation_ids: ::Array[::String]
|
2116
2132
|
SENSITIVE: []
|
2117
2133
|
end
|
2118
2134
|
|
@@ -2128,8 +2144,8 @@ module Aws::QConnect
|
|
2128
2144
|
end
|
2129
2145
|
|
2130
2146
|
class RemoveAssistantAIAgentRequest
|
2131
|
-
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
2132
2147
|
attr_accessor assistant_id: ::String
|
2148
|
+
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
2133
2149
|
SENSITIVE: []
|
2134
2150
|
end
|
2135
2151
|
|
@@ -2145,16 +2161,16 @@ module Aws::QConnect
|
|
2145
2161
|
end
|
2146
2162
|
|
2147
2163
|
class RenderMessageTemplateRequest
|
2148
|
-
attr_accessor attributes: Types::MessageTemplateAttributes
|
2149
2164
|
attr_accessor knowledge_base_id: ::String
|
2150
2165
|
attr_accessor message_template_id: ::String
|
2166
|
+
attr_accessor attributes: Types::MessageTemplateAttributes
|
2151
2167
|
SENSITIVE: []
|
2152
2168
|
end
|
2153
2169
|
|
2154
2170
|
class RenderMessageTemplateResponse
|
2155
|
-
attr_accessor attachments: ::Array[Types::MessageTemplateAttachment]
|
2156
|
-
attr_accessor attributes_not_interpolated: ::Array[::String]
|
2157
2171
|
attr_accessor content: Types::MessageTemplateContentProvider
|
2172
|
+
attr_accessor attributes_not_interpolated: ::Array[::String]
|
2173
|
+
attr_accessor attachments: ::Array[Types::MessageTemplateAttachment]
|
2158
2174
|
SENSITIVE: [:attributes_not_interpolated]
|
2159
2175
|
end
|
2160
2176
|
|
@@ -2175,11 +2191,11 @@ module Aws::QConnect
|
|
2175
2191
|
end
|
2176
2192
|
|
2177
2193
|
class ResultData
|
2178
|
-
attr_accessor
|
2194
|
+
attr_accessor result_id: ::String
|
2179
2195
|
attr_accessor document: Types::Document
|
2180
2196
|
attr_accessor relevance_score: ::Float
|
2181
|
-
attr_accessor
|
2182
|
-
attr_accessor type: ("KNOWLEDGE_CONTENT" | "INTENT_ANSWER" | "GENERATIVE_ANSWER")
|
2197
|
+
attr_accessor data: Types::DataSummary
|
2198
|
+
attr_accessor type: ("KNOWLEDGE_CONTENT" | "INTENT_ANSWER" | "GENERATIVE_ANSWER" | "GENERATIVE_ANSWER_CHUNK" | "BLOCKED_GENERATIVE_ANSWER_CHUNK" | "INTENT_ANSWER_CHUNK" | "BLOCKED_INTENT_ANSWER_CHUNK")
|
2183
2199
|
SENSITIVE: []
|
2184
2200
|
end
|
2185
2201
|
|
@@ -2211,9 +2227,9 @@ module Aws::QConnect
|
|
2211
2227
|
end
|
2212
2228
|
|
2213
2229
|
class SearchContentRequest
|
2214
|
-
attr_accessor knowledge_base_id: ::String
|
2215
|
-
attr_accessor max_results: ::Integer
|
2216
2230
|
attr_accessor next_token: ::String
|
2231
|
+
attr_accessor max_results: ::Integer
|
2232
|
+
attr_accessor knowledge_base_id: ::String
|
2217
2233
|
attr_accessor search_expression: Types::SearchExpression
|
2218
2234
|
SENSITIVE: []
|
2219
2235
|
end
|
@@ -2231,44 +2247,44 @@ module Aws::QConnect
|
|
2231
2247
|
|
2232
2248
|
class SearchMessageTemplatesRequest
|
2233
2249
|
attr_accessor knowledge_base_id: ::String
|
2234
|
-
attr_accessor max_results: ::Integer
|
2235
|
-
attr_accessor next_token: ::String
|
2236
2250
|
attr_accessor search_expression: Types::MessageTemplateSearchExpression
|
2251
|
+
attr_accessor next_token: ::String
|
2252
|
+
attr_accessor max_results: ::Integer
|
2237
2253
|
SENSITIVE: []
|
2238
2254
|
end
|
2239
2255
|
|
2240
2256
|
class SearchMessageTemplatesResponse
|
2241
|
-
attr_accessor next_token: ::String
|
2242
2257
|
attr_accessor results: ::Array[Types::MessageTemplateSearchResultData]
|
2258
|
+
attr_accessor next_token: ::String
|
2243
2259
|
SENSITIVE: []
|
2244
2260
|
end
|
2245
2261
|
|
2246
2262
|
class SearchQuickResponsesRequest
|
2247
|
-
attr_accessor attributes: ::Hash[::String, ::String]
|
2248
2263
|
attr_accessor knowledge_base_id: ::String
|
2249
|
-
attr_accessor max_results: ::Integer
|
2250
|
-
attr_accessor next_token: ::String
|
2251
2264
|
attr_accessor search_expression: Types::QuickResponseSearchExpression
|
2265
|
+
attr_accessor next_token: ::String
|
2266
|
+
attr_accessor max_results: ::Integer
|
2267
|
+
attr_accessor attributes: ::Hash[::String, ::String]
|
2252
2268
|
SENSITIVE: [:attributes]
|
2253
2269
|
end
|
2254
2270
|
|
2255
2271
|
class SearchQuickResponsesResponse
|
2256
|
-
attr_accessor next_token: ::String
|
2257
2272
|
attr_accessor results: ::Array[Types::QuickResponseSearchResultData]
|
2273
|
+
attr_accessor next_token: ::String
|
2258
2274
|
SENSITIVE: []
|
2259
2275
|
end
|
2260
2276
|
|
2261
2277
|
class SearchSessionsRequest
|
2262
|
-
attr_accessor assistant_id: ::String
|
2263
|
-
attr_accessor max_results: ::Integer
|
2264
2278
|
attr_accessor next_token: ::String
|
2279
|
+
attr_accessor max_results: ::Integer
|
2280
|
+
attr_accessor assistant_id: ::String
|
2265
2281
|
attr_accessor search_expression: Types::SearchExpression
|
2266
2282
|
SENSITIVE: []
|
2267
2283
|
end
|
2268
2284
|
|
2269
2285
|
class SearchSessionsResponse
|
2270
|
-
attr_accessor next_token: ::String
|
2271
2286
|
attr_accessor session_summaries: ::Array[Types::SessionSummary]
|
2287
|
+
attr_accessor next_token: ::String
|
2272
2288
|
SENSITIVE: []
|
2273
2289
|
end
|
2274
2290
|
|
@@ -2278,40 +2294,42 @@ module Aws::QConnect
|
|
2278
2294
|
end
|
2279
2295
|
|
2280
2296
|
class SelfServiceAIAgentConfiguration
|
2281
|
-
attr_accessor association_configurations: ::Array[Types::AssociationConfiguration]
|
2282
|
-
attr_accessor self_service_ai_guardrail_id: ::String
|
2283
|
-
attr_accessor self_service_answer_generation_ai_prompt_id: ::String
|
2284
2297
|
attr_accessor self_service_pre_processing_ai_prompt_id: ::String
|
2298
|
+
attr_accessor self_service_answer_generation_ai_prompt_id: ::String
|
2299
|
+
attr_accessor self_service_ai_guardrail_id: ::String
|
2300
|
+
attr_accessor association_configurations: ::Array[Types::AssociationConfiguration]
|
2285
2301
|
SENSITIVE: []
|
2286
2302
|
end
|
2287
2303
|
|
2288
2304
|
class SelfServiceConversationHistory
|
2289
|
-
attr_accessor bot_response: ::String
|
2290
|
-
attr_accessor input_transcript: ::String
|
2291
2305
|
attr_accessor turn_number: ::Integer
|
2292
|
-
|
2306
|
+
attr_accessor input_transcript: ::String
|
2307
|
+
attr_accessor bot_response: ::String
|
2308
|
+
SENSITIVE: [:input_transcript, :bot_response]
|
2293
2309
|
end
|
2294
2310
|
|
2295
2311
|
class SemanticChunkingConfiguration
|
2296
|
-
attr_accessor breakpoint_percentile_threshold: ::Integer
|
2297
|
-
attr_accessor buffer_size: ::Integer
|
2298
2312
|
attr_accessor max_tokens: ::Integer
|
2313
|
+
attr_accessor buffer_size: ::Integer
|
2314
|
+
attr_accessor breakpoint_percentile_threshold: ::Integer
|
2299
2315
|
SENSITIVE: []
|
2300
2316
|
end
|
2301
2317
|
|
2302
2318
|
class SendMessageRequest
|
2303
2319
|
attr_accessor assistant_id: ::String
|
2304
|
-
attr_accessor client_token: ::String
|
2305
|
-
attr_accessor conversation_context: Types::ConversationContext
|
2306
|
-
attr_accessor message: Types::MessageInput
|
2307
2320
|
attr_accessor session_id: ::String
|
2308
2321
|
attr_accessor type: ("TEXT")
|
2322
|
+
attr_accessor message: Types::MessageInput
|
2323
|
+
attr_accessor conversation_context: Types::ConversationContext
|
2324
|
+
attr_accessor configuration: Types::MessageConfiguration
|
2325
|
+
attr_accessor client_token: ::String
|
2309
2326
|
SENSITIVE: []
|
2310
2327
|
end
|
2311
2328
|
|
2312
2329
|
class SendMessageResponse
|
2313
|
-
attr_accessor next_message_token: ::String
|
2314
2330
|
attr_accessor request_message_id: ::String
|
2331
|
+
attr_accessor configuration: Types::MessageConfiguration
|
2332
|
+
attr_accessor next_message_token: ::String
|
2315
2333
|
SENSITIVE: []
|
2316
2334
|
end
|
2317
2335
|
|
@@ -2326,14 +2344,15 @@ module Aws::QConnect
|
|
2326
2344
|
end
|
2327
2345
|
|
2328
2346
|
class SessionData
|
2329
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
2330
|
-
attr_accessor description: ::String
|
2331
|
-
attr_accessor integration_configuration: Types::SessionIntegrationConfiguration
|
2332
|
-
attr_accessor name: ::String
|
2333
2347
|
attr_accessor session_arn: ::String
|
2334
2348
|
attr_accessor session_id: ::String
|
2335
|
-
attr_accessor
|
2349
|
+
attr_accessor name: ::String
|
2350
|
+
attr_accessor description: ::String
|
2336
2351
|
attr_accessor tags: ::Hash[::String, ::String]
|
2352
|
+
attr_accessor integration_configuration: Types::SessionIntegrationConfiguration
|
2353
|
+
attr_accessor tag_filter: Types::TagFilter
|
2354
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
2355
|
+
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
2337
2356
|
SENSITIVE: []
|
2338
2357
|
end
|
2339
2358
|
|
@@ -2343,10 +2362,10 @@ module Aws::QConnect
|
|
2343
2362
|
end
|
2344
2363
|
|
2345
2364
|
class SessionSummary
|
2346
|
-
attr_accessor assistant_arn: ::String
|
2347
|
-
attr_accessor assistant_id: ::String
|
2348
|
-
attr_accessor session_arn: ::String
|
2349
2365
|
attr_accessor session_id: ::String
|
2366
|
+
attr_accessor session_arn: ::String
|
2367
|
+
attr_accessor assistant_id: ::String
|
2368
|
+
attr_accessor assistant_arn: ::String
|
2350
2369
|
SENSITIVE: []
|
2351
2370
|
end
|
2352
2371
|
|
@@ -2365,36 +2384,36 @@ module Aws::QConnect
|
|
2365
2384
|
end
|
2366
2385
|
|
2367
2386
|
class SourceContentDataDetails
|
2368
|
-
attr_accessor citation_span: Types::CitationSpan
|
2369
2387
|
attr_accessor id: ::String
|
2370
|
-
attr_accessor ranking_data: Types::RankingData
|
2371
|
-
attr_accessor text_data: Types::TextData
|
2372
2388
|
attr_accessor type: ("KNOWLEDGE_CONTENT")
|
2389
|
+
attr_accessor text_data: Types::TextData
|
2390
|
+
attr_accessor ranking_data: Types::RankingData
|
2391
|
+
attr_accessor citation_span: Types::CitationSpan
|
2373
2392
|
SENSITIVE: []
|
2374
2393
|
end
|
2375
2394
|
|
2376
2395
|
class StartContentUploadRequest
|
2377
|
-
attr_accessor content_type: ::String
|
2378
2396
|
attr_accessor knowledge_base_id: ::String
|
2397
|
+
attr_accessor content_type: ::String
|
2379
2398
|
attr_accessor presigned_url_time_to_live: ::Integer
|
2380
2399
|
SENSITIVE: []
|
2381
2400
|
end
|
2382
2401
|
|
2383
2402
|
class StartContentUploadResponse
|
2384
|
-
attr_accessor headers_to_include: ::Hash[::String, ::String]
|
2385
2403
|
attr_accessor upload_id: ::String
|
2386
2404
|
attr_accessor url: ::String
|
2387
2405
|
attr_accessor url_expiry: ::Time
|
2406
|
+
attr_accessor headers_to_include: ::Hash[::String, ::String]
|
2388
2407
|
SENSITIVE: [:url]
|
2389
2408
|
end
|
2390
2409
|
|
2391
2410
|
class StartImportJobRequest
|
2392
|
-
attr_accessor client_token: ::String
|
2393
|
-
attr_accessor external_source_configuration: Types::ExternalSourceConfiguration
|
2394
|
-
attr_accessor import_job_type: ("QUICK_RESPONSES")
|
2395
2411
|
attr_accessor knowledge_base_id: ::String
|
2396
|
-
attr_accessor
|
2412
|
+
attr_accessor import_job_type: ("QUICK_RESPONSES")
|
2397
2413
|
attr_accessor upload_id: ::String
|
2414
|
+
attr_accessor client_token: ::String
|
2415
|
+
attr_accessor metadata: ::Hash[::String, ::String]
|
2416
|
+
attr_accessor external_source_configuration: Types::ExternalSourceConfiguration
|
2398
2417
|
SENSITIVE: []
|
2399
2418
|
end
|
2400
2419
|
|
@@ -2404,8 +2423,8 @@ module Aws::QConnect
|
|
2404
2423
|
end
|
2405
2424
|
|
2406
2425
|
class SystemAttributes
|
2407
|
-
attr_accessor customer_endpoint: Types::SystemEndpointAttributes
|
2408
2426
|
attr_accessor name: ::String
|
2427
|
+
attr_accessor customer_endpoint: Types::SystemEndpointAttributes
|
2409
2428
|
attr_accessor system_endpoint: Types::SystemEndpointAttributes
|
2410
2429
|
SENSITIVE: [:name]
|
2411
2430
|
end
|
@@ -2422,18 +2441,18 @@ module Aws::QConnect
|
|
2422
2441
|
end
|
2423
2442
|
|
2424
2443
|
class TagFilter
|
2444
|
+
attr_accessor tag_condition: Types::TagCondition
|
2425
2445
|
attr_accessor and_conditions: ::Array[Types::TagCondition]
|
2426
2446
|
attr_accessor or_conditions: ::Array[Types::OrCondition]
|
2427
|
-
attr_accessor tag_condition: Types::TagCondition
|
2428
2447
|
attr_accessor unknown: untyped
|
2429
2448
|
SENSITIVE: []
|
2430
2449
|
|
2450
|
+
class TagCondition < TagFilter
|
2451
|
+
end
|
2431
2452
|
class AndConditions < TagFilter
|
2432
2453
|
end
|
2433
2454
|
class OrConditions < TagFilter
|
2434
2455
|
end
|
2435
|
-
class TagCondition < TagFilter
|
2436
|
-
end
|
2437
2456
|
class Unknown < TagFilter
|
2438
2457
|
end
|
2439
2458
|
end
|
@@ -2448,8 +2467,8 @@ module Aws::QConnect
|
|
2448
2467
|
end
|
2449
2468
|
|
2450
2469
|
class TextData
|
2451
|
-
attr_accessor excerpt: Types::DocumentText
|
2452
2470
|
attr_accessor title: Types::DocumentText
|
2471
|
+
attr_accessor excerpt: Types::DocumentText
|
2453
2472
|
SENSITIVE: []
|
2454
2473
|
end
|
2455
2474
|
|
@@ -2484,12 +2503,12 @@ module Aws::QConnect
|
|
2484
2503
|
end
|
2485
2504
|
|
2486
2505
|
class UpdateAIAgentRequest
|
2487
|
-
attr_accessor ai_agent_id: ::String
|
2488
|
-
attr_accessor assistant_id: ::String
|
2489
2506
|
attr_accessor client_token: ::String
|
2507
|
+
attr_accessor assistant_id: ::String
|
2508
|
+
attr_accessor ai_agent_id: ::String
|
2509
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
2490
2510
|
attr_accessor configuration: Types::AIAgentConfiguration
|
2491
2511
|
attr_accessor description: ::String
|
2492
|
-
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
2493
2512
|
SENSITIVE: []
|
2494
2513
|
end
|
2495
2514
|
|
@@ -2499,18 +2518,18 @@ module Aws::QConnect
|
|
2499
2518
|
end
|
2500
2519
|
|
2501
2520
|
class UpdateAIGuardrailRequest
|
2502
|
-
attr_accessor
|
2521
|
+
attr_accessor client_token: ::String
|
2503
2522
|
attr_accessor assistant_id: ::String
|
2523
|
+
attr_accessor ai_guardrail_id: ::String
|
2524
|
+
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
2504
2525
|
attr_accessor blocked_input_messaging: ::String
|
2505
2526
|
attr_accessor blocked_outputs_messaging: ::String
|
2506
|
-
attr_accessor client_token: ::String
|
2507
|
-
attr_accessor content_policy_config: Types::AIGuardrailContentPolicyConfig
|
2508
|
-
attr_accessor contextual_grounding_policy_config: Types::AIGuardrailContextualGroundingPolicyConfig
|
2509
2527
|
attr_accessor description: ::String
|
2510
|
-
attr_accessor sensitive_information_policy_config: Types::AIGuardrailSensitiveInformationPolicyConfig
|
2511
2528
|
attr_accessor topic_policy_config: Types::AIGuardrailTopicPolicyConfig
|
2512
|
-
attr_accessor
|
2529
|
+
attr_accessor content_policy_config: Types::AIGuardrailContentPolicyConfig
|
2513
2530
|
attr_accessor word_policy_config: Types::AIGuardrailWordPolicyConfig
|
2531
|
+
attr_accessor sensitive_information_policy_config: Types::AIGuardrailSensitiveInformationPolicyConfig
|
2532
|
+
attr_accessor contextual_grounding_policy_config: Types::AIGuardrailContextualGroundingPolicyConfig
|
2514
2533
|
SENSITIVE: [:blocked_input_messaging, :blocked_outputs_messaging, :description]
|
2515
2534
|
end
|
2516
2535
|
|
@@ -2520,12 +2539,12 @@ module Aws::QConnect
|
|
2520
2539
|
end
|
2521
2540
|
|
2522
2541
|
class UpdateAIPromptRequest
|
2523
|
-
attr_accessor ai_prompt_id: ::String
|
2524
|
-
attr_accessor assistant_id: ::String
|
2525
2542
|
attr_accessor client_token: ::String
|
2526
|
-
attr_accessor
|
2527
|
-
attr_accessor
|
2543
|
+
attr_accessor assistant_id: ::String
|
2544
|
+
attr_accessor ai_prompt_id: ::String
|
2528
2545
|
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
2546
|
+
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
2547
|
+
attr_accessor description: ::String
|
2529
2548
|
SENSITIVE: []
|
2530
2549
|
end
|
2531
2550
|
|
@@ -2535,8 +2554,8 @@ module Aws::QConnect
|
|
2535
2554
|
end
|
2536
2555
|
|
2537
2556
|
class UpdateAssistantAIAgentRequest
|
2538
|
-
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
2539
2557
|
attr_accessor assistant_id: ::String
|
2558
|
+
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE")
|
2540
2559
|
attr_accessor configuration: Types::AIAgentConfigurationData
|
2541
2560
|
SENSITIVE: []
|
2542
2561
|
end
|
@@ -2547,13 +2566,13 @@ module Aws::QConnect
|
|
2547
2566
|
end
|
2548
2567
|
|
2549
2568
|
class UpdateContentRequest
|
2550
|
-
attr_accessor content_id: ::String
|
2551
2569
|
attr_accessor knowledge_base_id: ::String
|
2552
|
-
attr_accessor
|
2553
|
-
attr_accessor override_link_out_uri: ::String
|
2554
|
-
attr_accessor remove_override_link_out_uri: bool
|
2570
|
+
attr_accessor content_id: ::String
|
2555
2571
|
attr_accessor revision_id: ::String
|
2556
2572
|
attr_accessor title: ::String
|
2573
|
+
attr_accessor override_link_out_uri: ::String
|
2574
|
+
attr_accessor remove_override_link_out_uri: bool
|
2575
|
+
attr_accessor metadata: ::Hash[::String, ::String]
|
2557
2576
|
attr_accessor upload_id: ::String
|
2558
2577
|
SENSITIVE: []
|
2559
2578
|
end
|
@@ -2575,11 +2594,11 @@ module Aws::QConnect
|
|
2575
2594
|
end
|
2576
2595
|
|
2577
2596
|
class UpdateMessageTemplateMetadataRequest
|
2578
|
-
attr_accessor description: ::String
|
2579
|
-
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
2580
2597
|
attr_accessor knowledge_base_id: ::String
|
2581
2598
|
attr_accessor message_template_id: ::String
|
2582
2599
|
attr_accessor name: ::String
|
2600
|
+
attr_accessor description: ::String
|
2601
|
+
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
2583
2602
|
SENSITIVE: []
|
2584
2603
|
end
|
2585
2604
|
|
@@ -2589,11 +2608,11 @@ module Aws::QConnect
|
|
2589
2608
|
end
|
2590
2609
|
|
2591
2610
|
class UpdateMessageTemplateRequest
|
2592
|
-
attr_accessor content: Types::MessageTemplateContentProvider
|
2593
|
-
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
2594
2611
|
attr_accessor knowledge_base_id: ::String
|
2595
|
-
attr_accessor language: ::String
|
2596
2612
|
attr_accessor message_template_id: ::String
|
2613
|
+
attr_accessor content: Types::MessageTemplateContentProvider
|
2614
|
+
attr_accessor language: ::String
|
2615
|
+
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
2597
2616
|
SENSITIVE: []
|
2598
2617
|
end
|
2599
2618
|
|
@@ -2603,20 +2622,20 @@ module Aws::QConnect
|
|
2603
2622
|
end
|
2604
2623
|
|
2605
2624
|
class UpdateQuickResponseRequest
|
2606
|
-
attr_accessor
|
2625
|
+
attr_accessor knowledge_base_id: ::String
|
2626
|
+
attr_accessor quick_response_id: ::String
|
2627
|
+
attr_accessor name: ::String
|
2607
2628
|
attr_accessor content: Types::QuickResponseDataProvider
|
2608
2629
|
attr_accessor content_type: ::String
|
2609
|
-
attr_accessor description: ::String
|
2610
2630
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
2611
|
-
attr_accessor is_active: bool
|
2612
|
-
attr_accessor knowledge_base_id: ::String
|
2613
|
-
attr_accessor language: ::String
|
2614
|
-
attr_accessor name: ::String
|
2615
|
-
attr_accessor quick_response_id: ::String
|
2616
|
-
attr_accessor remove_description: bool
|
2617
2631
|
attr_accessor remove_grouping_configuration: bool
|
2618
|
-
attr_accessor
|
2632
|
+
attr_accessor description: ::String
|
2633
|
+
attr_accessor remove_description: bool
|
2619
2634
|
attr_accessor shortcut_key: ::String
|
2635
|
+
attr_accessor remove_shortcut_key: bool
|
2636
|
+
attr_accessor is_active: bool
|
2637
|
+
attr_accessor channels: ::Array[::String]
|
2638
|
+
attr_accessor language: ::String
|
2620
2639
|
SENSITIVE: []
|
2621
2640
|
end
|
2622
2641
|
|
@@ -2627,26 +2646,26 @@ module Aws::QConnect
|
|
2627
2646
|
|
2628
2647
|
class UpdateSessionDataRequest
|
2629
2648
|
attr_accessor assistant_id: ::String
|
2630
|
-
attr_accessor data: ::Array[Types::RuntimeSessionData]
|
2631
|
-
attr_accessor namespace: ("Custom")
|
2632
2649
|
attr_accessor session_id: ::String
|
2650
|
+
attr_accessor namespace: ("Custom")
|
2651
|
+
attr_accessor data: ::Array[Types::RuntimeSessionData]
|
2633
2652
|
SENSITIVE: []
|
2634
2653
|
end
|
2635
2654
|
|
2636
2655
|
class UpdateSessionDataResponse
|
2637
|
-
attr_accessor data: ::Array[Types::RuntimeSessionData]
|
2638
|
-
attr_accessor namespace: ("Custom")
|
2639
2656
|
attr_accessor session_arn: ::String
|
2640
2657
|
attr_accessor session_id: ::String
|
2658
|
+
attr_accessor namespace: ("Custom")
|
2659
|
+
attr_accessor data: ::Array[Types::RuntimeSessionData]
|
2641
2660
|
SENSITIVE: []
|
2642
2661
|
end
|
2643
2662
|
|
2644
2663
|
class UpdateSessionRequest
|
2645
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
2646
2664
|
attr_accessor assistant_id: ::String
|
2647
|
-
attr_accessor description: ::String
|
2648
2665
|
attr_accessor session_id: ::String
|
2666
|
+
attr_accessor description: ::String
|
2649
2667
|
attr_accessor tag_filter: Types::TagFilter
|
2668
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE"), Types::AIAgentConfigurationData]
|
2650
2669
|
SENSITIVE: []
|
2651
2670
|
end
|
2652
2671
|
|
@@ -2672,12 +2691,12 @@ module Aws::QConnect
|
|
2672
2691
|
end
|
2673
2692
|
|
2674
2693
|
class WebCrawlerConfiguration
|
2694
|
+
attr_accessor url_configuration: Types::UrlConfiguration
|
2675
2695
|
attr_accessor crawler_limits: Types::WebCrawlerLimits
|
2676
|
-
attr_accessor exclusion_filters: ::Array[::String]
|
2677
2696
|
attr_accessor inclusion_filters: ::Array[::String]
|
2697
|
+
attr_accessor exclusion_filters: ::Array[::String]
|
2678
2698
|
attr_accessor scope: ("HOST_ONLY" | "SUBDOMAINS")
|
2679
|
-
|
2680
|
-
SENSITIVE: [:exclusion_filters, :inclusion_filters]
|
2699
|
+
SENSITIVE: [:inclusion_filters, :exclusion_filters]
|
2681
2700
|
end
|
2682
2701
|
|
2683
2702
|
class WebCrawlerLimits
|