aws-sdk-qconnect 1.42.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qconnect/client.rb +1234 -41
- data/lib/aws-sdk-qconnect/client_api.rb +592 -6
- data/lib/aws-sdk-qconnect/errors.rb +16 -0
- data/lib/aws-sdk-qconnect/types.rb +2118 -86
- data/lib/aws-sdk-qconnect.rb +1 -1
- data/sig/client.rbs +459 -25
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +604 -27
- metadata +3 -3
data/sig/types.rbs
CHANGED
|
@@ -15,6 +15,9 @@ module Aws::QConnect
|
|
|
15
15
|
attr_accessor email_response_ai_agent_configuration: Types::EmailResponseAIAgentConfiguration
|
|
16
16
|
attr_accessor email_overview_ai_agent_configuration: Types::EmailOverviewAIAgentConfiguration
|
|
17
17
|
attr_accessor email_generative_answer_ai_agent_configuration: Types::EmailGenerativeAnswerAIAgentConfiguration
|
|
18
|
+
attr_accessor orchestration_ai_agent_configuration: Types::OrchestrationAIAgentConfiguration
|
|
19
|
+
attr_accessor note_taking_ai_agent_configuration: Types::NoteTakingAIAgentConfiguration
|
|
20
|
+
attr_accessor case_summarization_ai_agent_configuration: Types::CaseSummarizationAIAgentConfiguration
|
|
18
21
|
attr_accessor unknown: untyped
|
|
19
22
|
SENSITIVE: []
|
|
20
23
|
|
|
@@ -30,6 +33,12 @@ module Aws::QConnect
|
|
|
30
33
|
end
|
|
31
34
|
class EmailGenerativeAnswerAiAgentConfiguration < AIAgentConfiguration
|
|
32
35
|
end
|
|
36
|
+
class OrchestrationAiAgentConfiguration < AIAgentConfiguration
|
|
37
|
+
end
|
|
38
|
+
class NoteTakingAiAgentConfiguration < AIAgentConfiguration
|
|
39
|
+
end
|
|
40
|
+
class CaseSummarizationAiAgentConfiguration < AIAgentConfiguration
|
|
41
|
+
end
|
|
33
42
|
class Unknown < AIAgentConfiguration
|
|
34
43
|
end
|
|
35
44
|
end
|
|
@@ -45,7 +54,7 @@ module Aws::QConnect
|
|
|
45
54
|
attr_accessor ai_agent_id: ::String
|
|
46
55
|
attr_accessor ai_agent_arn: ::String
|
|
47
56
|
attr_accessor name: ::String
|
|
48
|
-
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER")
|
|
57
|
+
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
49
58
|
attr_accessor configuration: Types::AIAgentConfiguration
|
|
50
59
|
attr_accessor modified_time: ::Time
|
|
51
60
|
attr_accessor description: ::String
|
|
@@ -61,7 +70,7 @@ module Aws::QConnect
|
|
|
61
70
|
attr_accessor assistant_id: ::String
|
|
62
71
|
attr_accessor assistant_arn: ::String
|
|
63
72
|
attr_accessor ai_agent_id: ::String
|
|
64
|
-
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER")
|
|
73
|
+
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
65
74
|
attr_accessor ai_agent_arn: ::String
|
|
66
75
|
attr_accessor modified_time: ::Time
|
|
67
76
|
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
|
@@ -79,6 +88,11 @@ module Aws::QConnect
|
|
|
79
88
|
SENSITIVE: []
|
|
80
89
|
end
|
|
81
90
|
|
|
91
|
+
class AIGuardrailAssessment
|
|
92
|
+
attr_accessor blocked: bool
|
|
93
|
+
SENSITIVE: []
|
|
94
|
+
end
|
|
95
|
+
|
|
82
96
|
class AIGuardrailContentPolicyConfig
|
|
83
97
|
attr_accessor filters_config: ::Array[Types::GuardrailContentFilterConfig]
|
|
84
98
|
SENSITIVE: []
|
|
@@ -153,11 +167,12 @@ module Aws::QConnect
|
|
|
153
167
|
attr_accessor ai_prompt_id: ::String
|
|
154
168
|
attr_accessor ai_prompt_arn: ::String
|
|
155
169
|
attr_accessor name: ::String
|
|
156
|
-
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION")
|
|
170
|
+
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
157
171
|
attr_accessor template_type: ("TEXT")
|
|
158
172
|
attr_accessor model_id: ::String
|
|
159
173
|
attr_accessor api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS" | "MESSAGES" | "TEXT_COMPLETIONS")
|
|
160
174
|
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
|
175
|
+
attr_accessor inference_configuration: Types::AIPromptInferenceConfiguration
|
|
161
176
|
attr_accessor modified_time: ::Time
|
|
162
177
|
attr_accessor description: ::String
|
|
163
178
|
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
|
@@ -167,12 +182,23 @@ module Aws::QConnect
|
|
|
167
182
|
SENSITIVE: []
|
|
168
183
|
end
|
|
169
184
|
|
|
185
|
+
class AIPromptInferenceConfiguration
|
|
186
|
+
attr_accessor text_ai_prompt_inference_configuration: Types::TextAIPromptInferenceConfiguration
|
|
187
|
+
attr_accessor unknown: untyped
|
|
188
|
+
SENSITIVE: []
|
|
189
|
+
|
|
190
|
+
class TextAiPromptInferenceConfiguration < AIPromptInferenceConfiguration
|
|
191
|
+
end
|
|
192
|
+
class Unknown < AIPromptInferenceConfiguration
|
|
193
|
+
end
|
|
194
|
+
end
|
|
195
|
+
|
|
170
196
|
class AIPromptSummary
|
|
171
197
|
attr_accessor name: ::String
|
|
172
198
|
attr_accessor assistant_id: ::String
|
|
173
199
|
attr_accessor assistant_arn: ::String
|
|
174
200
|
attr_accessor ai_prompt_id: ::String
|
|
175
|
-
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION")
|
|
201
|
+
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
176
202
|
attr_accessor ai_prompt_arn: ::String
|
|
177
203
|
attr_accessor modified_time: ::Time
|
|
178
204
|
attr_accessor template_type: ("TEXT")
|
|
@@ -233,6 +259,12 @@ module Aws::QConnect
|
|
|
233
259
|
SENSITIVE: []
|
|
234
260
|
end
|
|
235
261
|
|
|
262
|
+
class Annotation
|
|
263
|
+
attr_accessor title: ::String
|
|
264
|
+
attr_accessor destructive_hint: bool
|
|
265
|
+
SENSITIVE: []
|
|
266
|
+
end
|
|
267
|
+
|
|
236
268
|
class AnswerRecommendationAIAgentConfiguration
|
|
237
269
|
attr_accessor intent_labeling_generation_ai_prompt_id: ::String
|
|
238
270
|
attr_accessor query_reformulation_ai_prompt_id: ::String
|
|
@@ -240,6 +272,7 @@ module Aws::QConnect
|
|
|
240
272
|
attr_accessor answer_generation_ai_guardrail_id: ::String
|
|
241
273
|
attr_accessor association_configurations: ::Array[Types::AssociationConfiguration]
|
|
242
274
|
attr_accessor locale: ::String
|
|
275
|
+
attr_accessor suggested_messages: ::Array[::String]
|
|
243
276
|
SENSITIVE: []
|
|
244
277
|
end
|
|
245
278
|
|
|
@@ -254,7 +287,7 @@ module Aws::QConnect
|
|
|
254
287
|
attr_accessor assistant_association_arn: ::String
|
|
255
288
|
attr_accessor assistant_id: ::String
|
|
256
289
|
attr_accessor assistant_arn: ::String
|
|
257
|
-
attr_accessor association_type: ("KNOWLEDGE_BASE")
|
|
290
|
+
attr_accessor association_type: ("KNOWLEDGE_BASE" | "EXTERNAL_BEDROCK_KNOWLEDGE_BASE")
|
|
258
291
|
attr_accessor association_data: Types::AssistantAssociationOutputData
|
|
259
292
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
260
293
|
SENSITIVE: []
|
|
@@ -262,22 +295,28 @@ module Aws::QConnect
|
|
|
262
295
|
|
|
263
296
|
class AssistantAssociationInputData
|
|
264
297
|
attr_accessor knowledge_base_id: ::String
|
|
298
|
+
attr_accessor external_bedrock_knowledge_base_config: Types::ExternalBedrockKnowledgeBaseConfig
|
|
265
299
|
attr_accessor unknown: untyped
|
|
266
300
|
SENSITIVE: []
|
|
267
301
|
|
|
268
302
|
class KnowledgeBaseId < AssistantAssociationInputData
|
|
269
303
|
end
|
|
304
|
+
class ExternalBedrockKnowledgeBaseConfig < AssistantAssociationInputData
|
|
305
|
+
end
|
|
270
306
|
class Unknown < AssistantAssociationInputData
|
|
271
307
|
end
|
|
272
308
|
end
|
|
273
309
|
|
|
274
310
|
class AssistantAssociationOutputData
|
|
275
311
|
attr_accessor knowledge_base_association: Types::KnowledgeBaseAssociationData
|
|
312
|
+
attr_accessor external_bedrock_knowledge_base_config: Types::ExternalBedrockKnowledgeBaseConfig
|
|
276
313
|
attr_accessor unknown: untyped
|
|
277
314
|
SENSITIVE: []
|
|
278
315
|
|
|
279
316
|
class KnowledgeBaseAssociation < AssistantAssociationOutputData
|
|
280
317
|
end
|
|
318
|
+
class ExternalBedrockKnowledgeBaseConfig < AssistantAssociationOutputData
|
|
319
|
+
end
|
|
281
320
|
class Unknown < AssistantAssociationOutputData
|
|
282
321
|
end
|
|
283
322
|
end
|
|
@@ -287,7 +326,7 @@ module Aws::QConnect
|
|
|
287
326
|
attr_accessor assistant_association_arn: ::String
|
|
288
327
|
attr_accessor assistant_id: ::String
|
|
289
328
|
attr_accessor assistant_arn: ::String
|
|
290
|
-
attr_accessor association_type: ("KNOWLEDGE_BASE")
|
|
329
|
+
attr_accessor association_type: ("KNOWLEDGE_BASE" | "EXTERNAL_BEDROCK_KNOWLEDGE_BASE")
|
|
291
330
|
attr_accessor association_data: Types::AssistantAssociationOutputData
|
|
292
331
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
293
332
|
SENSITIVE: []
|
|
@@ -309,7 +348,8 @@ module Aws::QConnect
|
|
|
309
348
|
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
|
310
349
|
attr_accessor integration_configuration: Types::AssistantIntegrationConfiguration
|
|
311
350
|
attr_accessor capability_configuration: Types::AssistantCapabilityConfiguration
|
|
312
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"), Types::AIAgentConfigurationData]
|
|
351
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]
|
|
352
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
313
353
|
SENSITIVE: []
|
|
314
354
|
end
|
|
315
355
|
|
|
@@ -329,7 +369,8 @@ module Aws::QConnect
|
|
|
329
369
|
attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
|
|
330
370
|
attr_accessor integration_configuration: Types::AssistantIntegrationConfiguration
|
|
331
371
|
attr_accessor capability_configuration: Types::AssistantCapabilityConfiguration
|
|
332
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"), Types::AIAgentConfigurationData]
|
|
372
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]
|
|
373
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
333
374
|
SENSITIVE: []
|
|
334
375
|
end
|
|
335
376
|
|
|
@@ -357,6 +398,24 @@ module Aws::QConnect
|
|
|
357
398
|
SENSITIVE: []
|
|
358
399
|
end
|
|
359
400
|
|
|
401
|
+
class CaseSummarizationAIAgentConfiguration
|
|
402
|
+
attr_accessor case_summarization_ai_prompt_id: ::String
|
|
403
|
+
attr_accessor case_summarization_ai_guardrail_id: ::String
|
|
404
|
+
attr_accessor locale: ::String
|
|
405
|
+
SENSITIVE: []
|
|
406
|
+
end
|
|
407
|
+
|
|
408
|
+
class CaseSummarizationChunkDataDetails
|
|
409
|
+
attr_accessor completion: ::String
|
|
410
|
+
attr_accessor next_chunk_token: ::String
|
|
411
|
+
SENSITIVE: []
|
|
412
|
+
end
|
|
413
|
+
|
|
414
|
+
class CaseSummarizationInputData
|
|
415
|
+
attr_accessor case_arn: ::String
|
|
416
|
+
SENSITIVE: []
|
|
417
|
+
end
|
|
418
|
+
|
|
360
419
|
class ChunkingConfiguration
|
|
361
420
|
attr_accessor chunking_strategy: ("FIXED_SIZE" | "NONE" | "HIERARCHICAL" | "SEMANTIC")
|
|
362
421
|
attr_accessor fixed_size_chunking_configuration: Types::FixedSizeChunkingConfiguration
|
|
@@ -365,6 +424,16 @@ module Aws::QConnect
|
|
|
365
424
|
SENSITIVE: []
|
|
366
425
|
end
|
|
367
426
|
|
|
427
|
+
class Citation
|
|
428
|
+
attr_accessor content_id: ::String
|
|
429
|
+
attr_accessor title: ::String
|
|
430
|
+
attr_accessor knowledge_base_id: ::String
|
|
431
|
+
attr_accessor citation_span: Types::CitationSpan
|
|
432
|
+
attr_accessor source_url: ::String
|
|
433
|
+
attr_accessor reference_type: ("WEB_CRAWLER" | "KNOWLEDGE_BASE" | "BEDROCK_KB_S3" | "BEDROCK_KB_WEB" | "BEDROCK_KB_CONFLUENCE" | "BEDROCK_KB_SALESFORCE" | "BEDROCK_KB_SHAREPOINT" | "BEDROCK_KB_KENDRA" | "BEDROCK_KB_CUSTOM_DOCUMENT" | "BEDROCK_KB_SQL")
|
|
434
|
+
SENSITIVE: [:title, :source_url]
|
|
435
|
+
end
|
|
436
|
+
|
|
368
437
|
class CitationSpan
|
|
369
438
|
attr_accessor begin_offset_inclusive: ::Integer
|
|
370
439
|
attr_accessor end_offset_exclusive: ::Integer
|
|
@@ -470,7 +539,7 @@ module Aws::QConnect
|
|
|
470
539
|
attr_accessor content_arn: ::String
|
|
471
540
|
attr_accessor content_id: ::String
|
|
472
541
|
attr_accessor source_url: ::String
|
|
473
|
-
attr_accessor reference_type: ("WEB_CRAWLER" | "KNOWLEDGE_BASE")
|
|
542
|
+
attr_accessor reference_type: ("WEB_CRAWLER" | "KNOWLEDGE_BASE" | "BEDROCK_KB_S3" | "BEDROCK_KB_WEB" | "BEDROCK_KB_CONFLUENCE" | "BEDROCK_KB_SALESFORCE" | "BEDROCK_KB_SHAREPOINT" | "BEDROCK_KB_KENDRA" | "BEDROCK_KB_CUSTOM_DOCUMENT" | "BEDROCK_KB_SQL")
|
|
474
543
|
SENSITIVE: []
|
|
475
544
|
end
|
|
476
545
|
|
|
@@ -504,7 +573,7 @@ module Aws::QConnect
|
|
|
504
573
|
attr_accessor client_token: ::String
|
|
505
574
|
attr_accessor assistant_id: ::String
|
|
506
575
|
attr_accessor name: ::String
|
|
507
|
-
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER")
|
|
576
|
+
attr_accessor type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
508
577
|
attr_accessor configuration: Types::AIAgentConfiguration
|
|
509
578
|
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
|
510
579
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -571,7 +640,7 @@ module Aws::QConnect
|
|
|
571
640
|
attr_accessor client_token: ::String
|
|
572
641
|
attr_accessor assistant_id: ::String
|
|
573
642
|
attr_accessor name: ::String
|
|
574
|
-
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION")
|
|
643
|
+
attr_accessor type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
575
644
|
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
|
576
645
|
attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
|
|
577
646
|
attr_accessor template_type: ("TEXT")
|
|
@@ -579,6 +648,7 @@ module Aws::QConnect
|
|
|
579
648
|
attr_accessor api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS" | "MESSAGES" | "TEXT_COMPLETIONS")
|
|
580
649
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
581
650
|
attr_accessor description: ::String
|
|
651
|
+
attr_accessor inference_configuration: Types::AIPromptInferenceConfiguration
|
|
582
652
|
SENSITIVE: []
|
|
583
653
|
end
|
|
584
654
|
|
|
@@ -603,7 +673,7 @@ module Aws::QConnect
|
|
|
603
673
|
|
|
604
674
|
class CreateAssistantAssociationRequest
|
|
605
675
|
attr_accessor assistant_id: ::String
|
|
606
|
-
attr_accessor association_type: ("KNOWLEDGE_BASE")
|
|
676
|
+
attr_accessor association_type: ("KNOWLEDGE_BASE" | "EXTERNAL_BEDROCK_KNOWLEDGE_BASE")
|
|
607
677
|
attr_accessor association: Types::AssistantAssociationInputData
|
|
608
678
|
attr_accessor client_token: ::String
|
|
609
679
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -700,8 +770,9 @@ module Aws::QConnect
|
|
|
700
770
|
attr_accessor name: ::String
|
|
701
771
|
attr_accessor content: Types::MessageTemplateContentProvider
|
|
702
772
|
attr_accessor description: ::String
|
|
703
|
-
attr_accessor channel_subtype: ("EMAIL" | "SMS")
|
|
773
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS" | "WHATSAPP" | "PUSH")
|
|
704
774
|
attr_accessor language: ::String
|
|
775
|
+
attr_accessor source_configuration: Types::MessageTemplateSourceConfiguration
|
|
705
776
|
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
|
706
777
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
|
707
778
|
attr_accessor client_token: ::String
|
|
@@ -754,8 +825,10 @@ module Aws::QConnect
|
|
|
754
825
|
attr_accessor description: ::String
|
|
755
826
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
756
827
|
attr_accessor tag_filter: Types::TagFilter
|
|
757
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"), Types::AIAgentConfigurationData]
|
|
828
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]
|
|
758
829
|
attr_accessor contact_arn: ::String
|
|
830
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
831
|
+
attr_accessor remove_orchestrator_configuration_list: bool
|
|
759
832
|
SENSITIVE: []
|
|
760
833
|
end
|
|
761
834
|
|
|
@@ -835,6 +908,10 @@ module Aws::QConnect
|
|
|
835
908
|
attr_accessor email_response_chunk_data: Types::EmailResponseChunkDataDetails
|
|
836
909
|
attr_accessor email_overview_chunk_data: Types::EmailOverviewChunkDataDetails
|
|
837
910
|
attr_accessor email_generative_answer_chunk_data: Types::EmailGenerativeAnswerChunkDataDetails
|
|
911
|
+
attr_accessor case_summarization_chunk_data: Types::CaseSummarizationChunkDataDetails
|
|
912
|
+
attr_accessor suggested_message_data: Types::SuggestedMessageDataDetails
|
|
913
|
+
attr_accessor notes_data: Types::NotesDataDetails
|
|
914
|
+
attr_accessor notes_chunk_data: Types::NotesChunkDataDetails
|
|
838
915
|
attr_accessor unknown: untyped
|
|
839
916
|
SENSITIVE: []
|
|
840
917
|
|
|
@@ -854,6 +931,14 @@ module Aws::QConnect
|
|
|
854
931
|
end
|
|
855
932
|
class EmailGenerativeAnswerChunkData < DataDetails
|
|
856
933
|
end
|
|
934
|
+
class CaseSummarizationChunkData < DataDetails
|
|
935
|
+
end
|
|
936
|
+
class SuggestedMessageData < DataDetails
|
|
937
|
+
end
|
|
938
|
+
class NotesData < DataDetails
|
|
939
|
+
end
|
|
940
|
+
class NotesChunkData < DataDetails
|
|
941
|
+
end
|
|
857
942
|
class Unknown < DataDetails
|
|
858
943
|
end
|
|
859
944
|
end
|
|
@@ -861,6 +946,7 @@ module Aws::QConnect
|
|
|
861
946
|
class DataReference
|
|
862
947
|
attr_accessor content_reference: Types::ContentReference
|
|
863
948
|
attr_accessor generative_reference: Types::GenerativeReference
|
|
949
|
+
attr_accessor suggested_message_reference: Types::SuggestedMessageReference
|
|
864
950
|
attr_accessor unknown: untyped
|
|
865
951
|
SENSITIVE: []
|
|
866
952
|
|
|
@@ -868,6 +954,8 @@ module Aws::QConnect
|
|
|
868
954
|
end
|
|
869
955
|
class GenerativeReference < DataReference
|
|
870
956
|
end
|
|
957
|
+
class SuggestedMessageReference < DataReference
|
|
958
|
+
end
|
|
871
959
|
class Unknown < DataReference
|
|
872
960
|
end
|
|
873
961
|
end
|
|
@@ -1114,13 +1202,15 @@ module Aws::QConnect
|
|
|
1114
1202
|
attr_accessor knowledge_base_arn: ::String
|
|
1115
1203
|
attr_accessor knowledge_base_id: ::String
|
|
1116
1204
|
attr_accessor name: ::String
|
|
1117
|
-
attr_accessor
|
|
1205
|
+
attr_accessor channel: ::String
|
|
1206
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS" | "WHATSAPP" | "PUSH")
|
|
1118
1207
|
attr_accessor created_time: ::Time
|
|
1119
1208
|
attr_accessor last_modified_time: ::Time
|
|
1120
1209
|
attr_accessor last_modified_by: ::String
|
|
1121
1210
|
attr_accessor content: Types::MessageTemplateContentProvider
|
|
1122
1211
|
attr_accessor description: ::String
|
|
1123
1212
|
attr_accessor language: ::String
|
|
1213
|
+
attr_accessor source_configuration_summary: Types::MessageTemplateSourceConfigurationSummary
|
|
1124
1214
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
|
1125
1215
|
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
|
1126
1216
|
attr_accessor attribute_types: ::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]
|
|
@@ -1129,6 +1219,12 @@ module Aws::QConnect
|
|
|
1129
1219
|
attr_accessor version_number: ::Integer
|
|
1130
1220
|
attr_accessor message_template_content_sha_256: ::String
|
|
1131
1221
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1222
|
+
SENSITIVE: [:channel]
|
|
1223
|
+
end
|
|
1224
|
+
|
|
1225
|
+
class ExternalBedrockKnowledgeBaseConfig
|
|
1226
|
+
attr_accessor bedrock_knowledge_base_arn: ::String
|
|
1227
|
+
attr_accessor access_role_arn: ::String
|
|
1132
1228
|
SENSITIVE: []
|
|
1133
1229
|
end
|
|
1134
1230
|
|
|
@@ -1145,6 +1241,12 @@ module Aws::QConnect
|
|
|
1145
1241
|
SENSITIVE: []
|
|
1146
1242
|
end
|
|
1147
1243
|
|
|
1244
|
+
class FilterAttribute
|
|
1245
|
+
attr_accessor key: ::String
|
|
1246
|
+
attr_accessor value: untyped
|
|
1247
|
+
SENSITIVE: []
|
|
1248
|
+
end
|
|
1249
|
+
|
|
1148
1250
|
class FixedSizeChunkingConfiguration
|
|
1149
1251
|
attr_accessor max_tokens: ::Integer
|
|
1150
1252
|
attr_accessor overlap_percentage: ::Integer
|
|
@@ -1313,6 +1415,7 @@ module Aws::QConnect
|
|
|
1313
1415
|
attr_accessor conversation_state: Types::ConversationState
|
|
1314
1416
|
attr_accessor next_message_token: ::String
|
|
1315
1417
|
attr_accessor conversation_session_data: ::Array[Types::RuntimeSessionData]
|
|
1418
|
+
attr_accessor chunked_response_terminated: bool
|
|
1316
1419
|
SENSITIVE: []
|
|
1317
1420
|
end
|
|
1318
1421
|
|
|
@@ -1333,6 +1436,7 @@ module Aws::QConnect
|
|
|
1333
1436
|
attr_accessor max_results: ::Integer
|
|
1334
1437
|
attr_accessor wait_time_seconds: ::Integer
|
|
1335
1438
|
attr_accessor next_chunk_token: ::String
|
|
1439
|
+
attr_accessor recommendation_type: ("KNOWLEDGE_CONTENT" | "GENERATIVE_RESPONSE" | "GENERATIVE_ANSWER" | "DETECTED_INTENT" | "GENERATIVE_ANSWER_CHUNK" | "BLOCKED_GENERATIVE_ANSWER_CHUNK" | "INTENT_ANSWER_CHUNK" | "BLOCKED_INTENT_ANSWER_CHUNK" | "EMAIL_RESPONSE_CHUNK" | "EMAIL_OVERVIEW_CHUNK" | "EMAIL_GENERATIVE_ANSWER_CHUNK" | "CASE_SUMMARIZATION_CHUNK" | "BLOCKED_CASE_SUMMARIZATION_CHUNK" | "SUGGESTED_MESSAGE" | "NOTES_CHUNK" | "BLOCKED_NOTES_CHUNK")
|
|
1336
1440
|
SENSITIVE: []
|
|
1337
1441
|
end
|
|
1338
1442
|
|
|
@@ -1455,6 +1559,7 @@ module Aws::QConnect
|
|
|
1455
1559
|
class IntentDetectedDataDetails
|
|
1456
1560
|
attr_accessor intent: ::String
|
|
1457
1561
|
attr_accessor intent_id: ::String
|
|
1562
|
+
attr_accessor relevance_level: ("HIGH" | "MEDIUM" | "LOW")
|
|
1458
1563
|
SENSITIVE: [:intent]
|
|
1459
1564
|
end
|
|
1460
1565
|
|
|
@@ -1509,6 +1614,17 @@ module Aws::QConnect
|
|
|
1509
1614
|
SENSITIVE: []
|
|
1510
1615
|
end
|
|
1511
1616
|
|
|
1617
|
+
class KnowledgeSource
|
|
1618
|
+
attr_accessor assistant_association_ids: ::Array[::String]
|
|
1619
|
+
attr_accessor unknown: untyped
|
|
1620
|
+
SENSITIVE: []
|
|
1621
|
+
|
|
1622
|
+
class AssistantAssociationIds < KnowledgeSource
|
|
1623
|
+
end
|
|
1624
|
+
class Unknown < KnowledgeSource
|
|
1625
|
+
end
|
|
1626
|
+
end
|
|
1627
|
+
|
|
1512
1628
|
class ListAIAgentVersionsRequest
|
|
1513
1629
|
attr_accessor assistant_id: ::String
|
|
1514
1630
|
attr_accessor ai_agent_id: ::String
|
|
@@ -1703,6 +1819,7 @@ module Aws::QConnect
|
|
|
1703
1819
|
attr_accessor session_id: ::String
|
|
1704
1820
|
attr_accessor next_token: ::String
|
|
1705
1821
|
attr_accessor max_results: ::Integer
|
|
1822
|
+
attr_accessor filter: ("ALL" | "TEXT_ONLY")
|
|
1706
1823
|
SENSITIVE: []
|
|
1707
1824
|
end
|
|
1708
1825
|
|
|
@@ -1725,6 +1842,20 @@ module Aws::QConnect
|
|
|
1725
1842
|
SENSITIVE: []
|
|
1726
1843
|
end
|
|
1727
1844
|
|
|
1845
|
+
class ListSpansRequest
|
|
1846
|
+
attr_accessor assistant_id: ::String
|
|
1847
|
+
attr_accessor session_id: ::String
|
|
1848
|
+
attr_accessor next_token: ::String
|
|
1849
|
+
attr_accessor max_results: ::Integer
|
|
1850
|
+
SENSITIVE: []
|
|
1851
|
+
end
|
|
1852
|
+
|
|
1853
|
+
class ListSpansResponse
|
|
1854
|
+
attr_accessor spans: ::Array[Types::Span]
|
|
1855
|
+
attr_accessor next_token: ::String
|
|
1856
|
+
SENSITIVE: []
|
|
1857
|
+
end
|
|
1858
|
+
|
|
1728
1859
|
class ListTagsForResourceRequest
|
|
1729
1860
|
attr_accessor resource_arn: ::String
|
|
1730
1861
|
SENSITIVE: []
|
|
@@ -1756,16 +1887,20 @@ module Aws::QConnect
|
|
|
1756
1887
|
|
|
1757
1888
|
class MessageConfiguration
|
|
1758
1889
|
attr_accessor generate_filler_message: bool
|
|
1890
|
+
attr_accessor generate_chunked_message: bool
|
|
1759
1891
|
SENSITIVE: []
|
|
1760
1892
|
end
|
|
1761
1893
|
|
|
1762
1894
|
class MessageData
|
|
1763
1895
|
attr_accessor text: Types::TextMessage
|
|
1896
|
+
attr_accessor tool_use_result: Types::ToolUseResultData
|
|
1764
1897
|
attr_accessor unknown: untyped
|
|
1765
1898
|
SENSITIVE: []
|
|
1766
1899
|
|
|
1767
1900
|
class Text < MessageData
|
|
1768
1901
|
end
|
|
1902
|
+
class ToolUseResult < MessageData
|
|
1903
|
+
end
|
|
1769
1904
|
class Unknown < MessageData
|
|
1770
1905
|
end
|
|
1771
1906
|
end
|
|
@@ -1815,6 +1950,8 @@ module Aws::QConnect
|
|
|
1815
1950
|
class MessageTemplateContentProvider
|
|
1816
1951
|
attr_accessor email: Types::EmailMessageTemplateContent
|
|
1817
1952
|
attr_accessor sms: Types::SMSMessageTemplateContent
|
|
1953
|
+
attr_accessor whats_app: Types::WhatsAppMessageTemplateContent
|
|
1954
|
+
attr_accessor push: Types::PushMessageTemplateContent
|
|
1818
1955
|
attr_accessor unknown: untyped
|
|
1819
1956
|
SENSITIVE: []
|
|
1820
1957
|
|
|
@@ -1822,6 +1959,10 @@ module Aws::QConnect
|
|
|
1822
1959
|
end
|
|
1823
1960
|
class Sms < MessageTemplateContentProvider
|
|
1824
1961
|
end
|
|
1962
|
+
class WhatsApp < MessageTemplateContentProvider
|
|
1963
|
+
end
|
|
1964
|
+
class Push < MessageTemplateContentProvider
|
|
1965
|
+
end
|
|
1825
1966
|
class Unknown < MessageTemplateContentProvider
|
|
1826
1967
|
end
|
|
1827
1968
|
end
|
|
@@ -1832,19 +1973,21 @@ module Aws::QConnect
|
|
|
1832
1973
|
attr_accessor knowledge_base_arn: ::String
|
|
1833
1974
|
attr_accessor knowledge_base_id: ::String
|
|
1834
1975
|
attr_accessor name: ::String
|
|
1835
|
-
attr_accessor
|
|
1976
|
+
attr_accessor channel: ::String
|
|
1977
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS" | "WHATSAPP" | "PUSH")
|
|
1836
1978
|
attr_accessor created_time: ::Time
|
|
1837
1979
|
attr_accessor last_modified_time: ::Time
|
|
1838
1980
|
attr_accessor last_modified_by: ::String
|
|
1839
1981
|
attr_accessor content: Types::MessageTemplateContentProvider
|
|
1840
1982
|
attr_accessor description: ::String
|
|
1841
1983
|
attr_accessor language: ::String
|
|
1984
|
+
attr_accessor source_configuration_summary: Types::MessageTemplateSourceConfigurationSummary
|
|
1842
1985
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
|
1843
1986
|
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
|
1844
1987
|
attr_accessor attribute_types: ::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]
|
|
1845
1988
|
attr_accessor message_template_content_sha_256: ::String
|
|
1846
1989
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1847
|
-
SENSITIVE: []
|
|
1990
|
+
SENSITIVE: [:channel]
|
|
1848
1991
|
end
|
|
1849
1992
|
|
|
1850
1993
|
class MessageTemplateFilterField
|
|
@@ -1883,17 +2026,41 @@ module Aws::QConnect
|
|
|
1883
2026
|
attr_accessor knowledge_base_arn: ::String
|
|
1884
2027
|
attr_accessor knowledge_base_id: ::String
|
|
1885
2028
|
attr_accessor name: ::String
|
|
1886
|
-
attr_accessor
|
|
2029
|
+
attr_accessor channel: ::String
|
|
2030
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS" | "WHATSAPP" | "PUSH")
|
|
1887
2031
|
attr_accessor created_time: ::Time
|
|
1888
2032
|
attr_accessor last_modified_time: ::Time
|
|
1889
2033
|
attr_accessor last_modified_by: ::String
|
|
1890
2034
|
attr_accessor is_active: bool
|
|
1891
2035
|
attr_accessor version_number: ::Integer
|
|
1892
2036
|
attr_accessor description: ::String
|
|
2037
|
+
attr_accessor source_configuration_summary: Types::MessageTemplateSourceConfigurationSummary
|
|
1893
2038
|
attr_accessor grouping_configuration: Types::GroupingConfiguration
|
|
1894
2039
|
attr_accessor language: ::String
|
|
1895
2040
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
2041
|
+
SENSITIVE: [:channel]
|
|
2042
|
+
end
|
|
2043
|
+
|
|
2044
|
+
class MessageTemplateSourceConfiguration
|
|
2045
|
+
attr_accessor whats_app: Types::WhatsAppMessageTemplateSourceConfiguration
|
|
2046
|
+
attr_accessor unknown: untyped
|
|
2047
|
+
SENSITIVE: []
|
|
2048
|
+
|
|
2049
|
+
class WhatsApp < MessageTemplateSourceConfiguration
|
|
2050
|
+
end
|
|
2051
|
+
class Unknown < MessageTemplateSourceConfiguration
|
|
2052
|
+
end
|
|
2053
|
+
end
|
|
2054
|
+
|
|
2055
|
+
class MessageTemplateSourceConfigurationSummary
|
|
2056
|
+
attr_accessor whats_app: Types::WhatsAppMessageTemplateSourceConfigurationSummary
|
|
2057
|
+
attr_accessor unknown: untyped
|
|
1896
2058
|
SENSITIVE: []
|
|
2059
|
+
|
|
2060
|
+
class WhatsApp < MessageTemplateSourceConfigurationSummary
|
|
2061
|
+
end
|
|
2062
|
+
class Unknown < MessageTemplateSourceConfigurationSummary
|
|
2063
|
+
end
|
|
1897
2064
|
end
|
|
1898
2065
|
|
|
1899
2066
|
class MessageTemplateSummary
|
|
@@ -1902,14 +2069,16 @@ module Aws::QConnect
|
|
|
1902
2069
|
attr_accessor knowledge_base_arn: ::String
|
|
1903
2070
|
attr_accessor knowledge_base_id: ::String
|
|
1904
2071
|
attr_accessor name: ::String
|
|
1905
|
-
attr_accessor
|
|
2072
|
+
attr_accessor channel: ::String
|
|
2073
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS" | "WHATSAPP" | "PUSH")
|
|
1906
2074
|
attr_accessor created_time: ::Time
|
|
1907
2075
|
attr_accessor last_modified_time: ::Time
|
|
1908
2076
|
attr_accessor last_modified_by: ::String
|
|
2077
|
+
attr_accessor source_configuration: Types::MessageTemplateSourceConfiguration
|
|
1909
2078
|
attr_accessor active_version_number: ::Integer
|
|
1910
2079
|
attr_accessor description: ::String
|
|
1911
2080
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1912
|
-
SENSITIVE: []
|
|
2081
|
+
SENSITIVE: [:channel]
|
|
1913
2082
|
end
|
|
1914
2083
|
|
|
1915
2084
|
class MessageTemplateVersionSummary
|
|
@@ -1918,12 +2087,31 @@ module Aws::QConnect
|
|
|
1918
2087
|
attr_accessor knowledge_base_arn: ::String
|
|
1919
2088
|
attr_accessor knowledge_base_id: ::String
|
|
1920
2089
|
attr_accessor name: ::String
|
|
1921
|
-
attr_accessor
|
|
2090
|
+
attr_accessor channel: ::String
|
|
2091
|
+
attr_accessor channel_subtype: ("EMAIL" | "SMS" | "WHATSAPP" | "PUSH")
|
|
1922
2092
|
attr_accessor is_active: bool
|
|
1923
2093
|
attr_accessor version_number: ::Integer
|
|
2094
|
+
SENSITIVE: [:channel]
|
|
2095
|
+
end
|
|
2096
|
+
|
|
2097
|
+
class NoteTakingAIAgentConfiguration
|
|
2098
|
+
attr_accessor note_taking_ai_prompt_id: ::String
|
|
2099
|
+
attr_accessor note_taking_ai_guardrail_id: ::String
|
|
2100
|
+
attr_accessor locale: ::String
|
|
1924
2101
|
SENSITIVE: []
|
|
1925
2102
|
end
|
|
1926
2103
|
|
|
2104
|
+
class NotesChunkDataDetails
|
|
2105
|
+
attr_accessor completion: ::String
|
|
2106
|
+
attr_accessor next_chunk_token: ::String
|
|
2107
|
+
SENSITIVE: [:completion]
|
|
2108
|
+
end
|
|
2109
|
+
|
|
2110
|
+
class NotesDataDetails
|
|
2111
|
+
attr_accessor completion: ::String
|
|
2112
|
+
SENSITIVE: [:completion]
|
|
2113
|
+
end
|
|
2114
|
+
|
|
1927
2115
|
class NotifyRecommendationsReceivedError
|
|
1928
2116
|
attr_accessor recommendation_id: ::String
|
|
1929
2117
|
attr_accessor message: ::String
|
|
@@ -1957,6 +2145,21 @@ module Aws::QConnect
|
|
|
1957
2145
|
end
|
|
1958
2146
|
end
|
|
1959
2147
|
|
|
2148
|
+
class OrchestrationAIAgentConfiguration
|
|
2149
|
+
attr_accessor orchestration_ai_prompt_id: ::String
|
|
2150
|
+
attr_accessor orchestration_ai_guardrail_id: ::String
|
|
2151
|
+
attr_accessor tool_configurations: ::Array[Types::ToolConfiguration]
|
|
2152
|
+
attr_accessor connect_instance_arn: ::String
|
|
2153
|
+
attr_accessor locale: ::String
|
|
2154
|
+
SENSITIVE: []
|
|
2155
|
+
end
|
|
2156
|
+
|
|
2157
|
+
class OrchestratorConfigurationEntry
|
|
2158
|
+
attr_accessor ai_agent_id: ::String
|
|
2159
|
+
attr_accessor orchestrator_use_case: ::String
|
|
2160
|
+
SENSITIVE: []
|
|
2161
|
+
end
|
|
2162
|
+
|
|
1960
2163
|
class ParsingConfiguration
|
|
1961
2164
|
attr_accessor parsing_strategy: ("BEDROCK_FOUNDATION_MODEL")
|
|
1962
2165
|
attr_accessor bedrock_foundation_model_configuration: Types::BedrockFoundationModelConfigurationForParsing
|
|
@@ -1973,6 +2176,64 @@ module Aws::QConnect
|
|
|
1973
2176
|
SENSITIVE: []
|
|
1974
2177
|
end
|
|
1975
2178
|
|
|
2179
|
+
class PushADMMessageTemplateContent
|
|
2180
|
+
attr_accessor title: ::String
|
|
2181
|
+
attr_accessor body: Types::MessageTemplateBodyContentProvider
|
|
2182
|
+
attr_accessor action: ("OPEN_APP" | "DEEP_LINK" | "URL")
|
|
2183
|
+
attr_accessor sound: ::String
|
|
2184
|
+
attr_accessor url: ::String
|
|
2185
|
+
attr_accessor image_url: ::String
|
|
2186
|
+
attr_accessor image_icon_url: ::String
|
|
2187
|
+
attr_accessor small_image_icon_url: ::String
|
|
2188
|
+
attr_accessor raw_content: Types::MessageTemplateBodyContentProvider
|
|
2189
|
+
SENSITIVE: [:title, :sound, :url, :image_url, :image_icon_url, :small_image_icon_url]
|
|
2190
|
+
end
|
|
2191
|
+
|
|
2192
|
+
class PushAPNSMessageTemplateContent
|
|
2193
|
+
attr_accessor title: ::String
|
|
2194
|
+
attr_accessor body: Types::MessageTemplateBodyContentProvider
|
|
2195
|
+
attr_accessor action: ("OPEN_APP" | "DEEP_LINK" | "URL")
|
|
2196
|
+
attr_accessor sound: ::String
|
|
2197
|
+
attr_accessor url: ::String
|
|
2198
|
+
attr_accessor media_url: ::String
|
|
2199
|
+
attr_accessor raw_content: Types::MessageTemplateBodyContentProvider
|
|
2200
|
+
SENSITIVE: [:title, :sound, :url, :media_url]
|
|
2201
|
+
end
|
|
2202
|
+
|
|
2203
|
+
class PushBaiduMessageTemplateContent
|
|
2204
|
+
attr_accessor title: ::String
|
|
2205
|
+
attr_accessor body: Types::MessageTemplateBodyContentProvider
|
|
2206
|
+
attr_accessor action: ("OPEN_APP" | "DEEP_LINK" | "URL")
|
|
2207
|
+
attr_accessor sound: ::String
|
|
2208
|
+
attr_accessor url: ::String
|
|
2209
|
+
attr_accessor image_url: ::String
|
|
2210
|
+
attr_accessor image_icon_url: ::String
|
|
2211
|
+
attr_accessor small_image_icon_url: ::String
|
|
2212
|
+
attr_accessor raw_content: Types::MessageTemplateBodyContentProvider
|
|
2213
|
+
SENSITIVE: [:title, :sound, :url, :image_url, :image_icon_url, :small_image_icon_url]
|
|
2214
|
+
end
|
|
2215
|
+
|
|
2216
|
+
class PushFCMMessageTemplateContent
|
|
2217
|
+
attr_accessor title: ::String
|
|
2218
|
+
attr_accessor body: Types::MessageTemplateBodyContentProvider
|
|
2219
|
+
attr_accessor action: ("OPEN_APP" | "DEEP_LINK" | "URL")
|
|
2220
|
+
attr_accessor sound: ::String
|
|
2221
|
+
attr_accessor url: ::String
|
|
2222
|
+
attr_accessor image_url: ::String
|
|
2223
|
+
attr_accessor image_icon_url: ::String
|
|
2224
|
+
attr_accessor small_image_icon_url: ::String
|
|
2225
|
+
attr_accessor raw_content: Types::MessageTemplateBodyContentProvider
|
|
2226
|
+
SENSITIVE: [:title, :sound, :url, :image_url, :image_icon_url, :small_image_icon_url]
|
|
2227
|
+
end
|
|
2228
|
+
|
|
2229
|
+
class PushMessageTemplateContent
|
|
2230
|
+
attr_accessor adm: Types::PushADMMessageTemplateContent
|
|
2231
|
+
attr_accessor apns: Types::PushAPNSMessageTemplateContent
|
|
2232
|
+
attr_accessor fcm: Types::PushFCMMessageTemplateContent
|
|
2233
|
+
attr_accessor baidu: Types::PushBaiduMessageTemplateContent
|
|
2234
|
+
SENSITIVE: []
|
|
2235
|
+
end
|
|
2236
|
+
|
|
1976
2237
|
class PutFeedbackRequest
|
|
1977
2238
|
attr_accessor assistant_id: ::String
|
|
1978
2239
|
attr_accessor target_id: ::String
|
|
@@ -2029,6 +2290,7 @@ module Aws::QConnect
|
|
|
2029
2290
|
class QueryInputData
|
|
2030
2291
|
attr_accessor query_text_input_data: Types::QueryTextInputData
|
|
2031
2292
|
attr_accessor intent_input_data: Types::IntentInputData
|
|
2293
|
+
attr_accessor case_summarization_input_data: Types::CaseSummarizationInputData
|
|
2032
2294
|
attr_accessor unknown: untyped
|
|
2033
2295
|
SENSITIVE: []
|
|
2034
2296
|
|
|
@@ -2036,6 +2298,8 @@ module Aws::QConnect
|
|
|
2036
2298
|
end
|
|
2037
2299
|
class IntentInputData < QueryInputData
|
|
2038
2300
|
end
|
|
2301
|
+
class CaseSummarizationInputData < QueryInputData
|
|
2302
|
+
end
|
|
2039
2303
|
class Unknown < QueryInputData
|
|
2040
2304
|
end
|
|
2041
2305
|
end
|
|
@@ -2183,7 +2447,7 @@ module Aws::QConnect
|
|
|
2183
2447
|
attr_accessor document: Types::Document
|
|
2184
2448
|
attr_accessor relevance_score: ::Float
|
|
2185
2449
|
attr_accessor relevance_level: ("HIGH" | "MEDIUM" | "LOW")
|
|
2186
|
-
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" | "EMAIL_RESPONSE_CHUNK" | "EMAIL_OVERVIEW_CHUNK" | "EMAIL_GENERATIVE_ANSWER_CHUNK")
|
|
2450
|
+
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" | "EMAIL_RESPONSE_CHUNK" | "EMAIL_OVERVIEW_CHUNK" | "EMAIL_GENERATIVE_ANSWER_CHUNK" | "CASE_SUMMARIZATION_CHUNK" | "BLOCKED_CASE_SUMMARIZATION_CHUNK" | "SUGGESTED_MESSAGE" | "NOTES_CHUNK" | "BLOCKED_NOTES_CHUNK")
|
|
2187
2451
|
attr_accessor data: Types::DataSummary
|
|
2188
2452
|
SENSITIVE: []
|
|
2189
2453
|
end
|
|
@@ -2210,7 +2474,8 @@ module Aws::QConnect
|
|
|
2210
2474
|
|
|
2211
2475
|
class RemoveAssistantAIAgentRequest
|
|
2212
2476
|
attr_accessor assistant_id: ::String
|
|
2213
|
-
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER")
|
|
2477
|
+
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
2478
|
+
attr_accessor orchestrator_use_case: ::String
|
|
2214
2479
|
SENSITIVE: []
|
|
2215
2480
|
end
|
|
2216
2481
|
|
|
@@ -2234,6 +2499,7 @@ module Aws::QConnect
|
|
|
2234
2499
|
|
|
2235
2500
|
class RenderMessageTemplateResponse
|
|
2236
2501
|
attr_accessor content: Types::MessageTemplateContentProvider
|
|
2502
|
+
attr_accessor source_configuration_summary: Types::MessageTemplateSourceConfigurationSummary
|
|
2237
2503
|
attr_accessor attributes_not_interpolated: ::Array[::String]
|
|
2238
2504
|
attr_accessor attachments: ::Array[Types::MessageTemplateAttachment]
|
|
2239
2505
|
SENSITIVE: [:attributes_not_interpolated]
|
|
@@ -2260,10 +2526,85 @@ module Aws::QConnect
|
|
|
2260
2526
|
attr_accessor document: Types::Document
|
|
2261
2527
|
attr_accessor relevance_score: ::Float
|
|
2262
2528
|
attr_accessor data: Types::DataSummary
|
|
2263
|
-
attr_accessor type: ("KNOWLEDGE_CONTENT" | "INTENT_ANSWER" | "GENERATIVE_ANSWER" | "GENERATIVE_ANSWER_CHUNK" | "BLOCKED_GENERATIVE_ANSWER_CHUNK" | "INTENT_ANSWER_CHUNK" | "BLOCKED_INTENT_ANSWER_CHUNK" | "EMAIL_RESPONSE_CHUNK" | "EMAIL_OVERVIEW_CHUNK" | "EMAIL_GENERATIVE_ANSWER_CHUNK")
|
|
2529
|
+
attr_accessor type: ("KNOWLEDGE_CONTENT" | "INTENT_ANSWER" | "GENERATIVE_ANSWER" | "GENERATIVE_ANSWER_CHUNK" | "BLOCKED_GENERATIVE_ANSWER_CHUNK" | "INTENT_ANSWER_CHUNK" | "BLOCKED_INTENT_ANSWER_CHUNK" | "EMAIL_RESPONSE_CHUNK" | "EMAIL_OVERVIEW_CHUNK" | "EMAIL_GENERATIVE_ANSWER_CHUNK" | "CASE_SUMMARIZATION_CHUNK" | "BLOCKED_CASE_SUMMARIZATION_CHUNK" | "NOTES" | "NOTES_CHUNK" | "BLOCKED_NOTES_CHUNK")
|
|
2264
2530
|
SENSITIVE: []
|
|
2265
2531
|
end
|
|
2266
2532
|
|
|
2533
|
+
class RetrievalConfiguration
|
|
2534
|
+
attr_accessor knowledge_source: Types::KnowledgeSource
|
|
2535
|
+
attr_accessor filter: Types::RetrievalFilterConfiguration
|
|
2536
|
+
attr_accessor number_of_results: ::Integer
|
|
2537
|
+
attr_accessor override_knowledge_base_search_type: ("HYBRID" | "SEMANTIC")
|
|
2538
|
+
SENSITIVE: []
|
|
2539
|
+
end
|
|
2540
|
+
|
|
2541
|
+
class RetrievalFilterConfiguration
|
|
2542
|
+
attr_accessor and_all: ::Array[Types::RetrievalFilterConfiguration]
|
|
2543
|
+
attr_accessor equals: Types::FilterAttribute
|
|
2544
|
+
attr_accessor greater_than: Types::FilterAttribute
|
|
2545
|
+
attr_accessor greater_than_or_equals: Types::FilterAttribute
|
|
2546
|
+
attr_accessor in: Types::FilterAttribute
|
|
2547
|
+
attr_accessor less_than: Types::FilterAttribute
|
|
2548
|
+
attr_accessor less_than_or_equals: Types::FilterAttribute
|
|
2549
|
+
attr_accessor list_contains: Types::FilterAttribute
|
|
2550
|
+
attr_accessor not_equals: Types::FilterAttribute
|
|
2551
|
+
attr_accessor not_in: Types::FilterAttribute
|
|
2552
|
+
attr_accessor or_all: ::Array[Types::RetrievalFilterConfiguration]
|
|
2553
|
+
attr_accessor starts_with: Types::FilterAttribute
|
|
2554
|
+
attr_accessor string_contains: Types::FilterAttribute
|
|
2555
|
+
attr_accessor unknown: untyped
|
|
2556
|
+
SENSITIVE: []
|
|
2557
|
+
|
|
2558
|
+
class AndAll < RetrievalFilterConfiguration
|
|
2559
|
+
end
|
|
2560
|
+
class Equals < RetrievalFilterConfiguration
|
|
2561
|
+
end
|
|
2562
|
+
class GreaterThan < RetrievalFilterConfiguration
|
|
2563
|
+
end
|
|
2564
|
+
class GreaterThanOrEquals < RetrievalFilterConfiguration
|
|
2565
|
+
end
|
|
2566
|
+
class In < RetrievalFilterConfiguration
|
|
2567
|
+
end
|
|
2568
|
+
class LessThan < RetrievalFilterConfiguration
|
|
2569
|
+
end
|
|
2570
|
+
class LessThanOrEquals < RetrievalFilterConfiguration
|
|
2571
|
+
end
|
|
2572
|
+
class ListContains < RetrievalFilterConfiguration
|
|
2573
|
+
end
|
|
2574
|
+
class NotEquals < RetrievalFilterConfiguration
|
|
2575
|
+
end
|
|
2576
|
+
class NotIn < RetrievalFilterConfiguration
|
|
2577
|
+
end
|
|
2578
|
+
class OrAll < RetrievalFilterConfiguration
|
|
2579
|
+
end
|
|
2580
|
+
class StartsWith < RetrievalFilterConfiguration
|
|
2581
|
+
end
|
|
2582
|
+
class StringContains < RetrievalFilterConfiguration
|
|
2583
|
+
end
|
|
2584
|
+
class Unknown < RetrievalFilterConfiguration
|
|
2585
|
+
end
|
|
2586
|
+
end
|
|
2587
|
+
|
|
2588
|
+
class RetrieveRequest
|
|
2589
|
+
attr_accessor assistant_id: ::String
|
|
2590
|
+
attr_accessor retrieval_configuration: Types::RetrievalConfiguration
|
|
2591
|
+
attr_accessor retrieval_query: ::String
|
|
2592
|
+
SENSITIVE: [:retrieval_query]
|
|
2593
|
+
end
|
|
2594
|
+
|
|
2595
|
+
class RetrieveResponse
|
|
2596
|
+
attr_accessor results: ::Array[Types::RetrieveResult]
|
|
2597
|
+
SENSITIVE: []
|
|
2598
|
+
end
|
|
2599
|
+
|
|
2600
|
+
class RetrieveResult
|
|
2601
|
+
attr_accessor association_id: ::String
|
|
2602
|
+
attr_accessor source_id: ::String
|
|
2603
|
+
attr_accessor reference_type: ("WEB_CRAWLER" | "KNOWLEDGE_BASE" | "BEDROCK_KB_S3" | "BEDROCK_KB_WEB" | "BEDROCK_KB_CONFLUENCE" | "BEDROCK_KB_SALESFORCE" | "BEDROCK_KB_SHAREPOINT" | "BEDROCK_KB_KENDRA" | "BEDROCK_KB_CUSTOM_DOCUMENT" | "BEDROCK_KB_SQL")
|
|
2604
|
+
attr_accessor content_text: ::String
|
|
2605
|
+
SENSITIVE: [:source_id, :content_text]
|
|
2606
|
+
end
|
|
2607
|
+
|
|
2267
2608
|
class RuntimeSessionData
|
|
2268
2609
|
attr_accessor key: ::String
|
|
2269
2610
|
attr_accessor value: Types::RuntimeSessionDataValue
|
|
@@ -2370,6 +2711,7 @@ module Aws::QConnect
|
|
|
2370
2711
|
attr_accessor turn_number: ::Integer
|
|
2371
2712
|
attr_accessor input_transcript: ::String
|
|
2372
2713
|
attr_accessor bot_response: ::String
|
|
2714
|
+
attr_accessor timestamp: ::Time
|
|
2373
2715
|
SENSITIVE: [:input_transcript, :bot_response]
|
|
2374
2716
|
end
|
|
2375
2717
|
|
|
@@ -2385,9 +2727,12 @@ module Aws::QConnect
|
|
|
2385
2727
|
attr_accessor session_id: ::String
|
|
2386
2728
|
attr_accessor type: ("TEXT")
|
|
2387
2729
|
attr_accessor message: Types::MessageInput
|
|
2730
|
+
attr_accessor ai_agent_id: ::String
|
|
2388
2731
|
attr_accessor conversation_context: Types::ConversationContext
|
|
2389
2732
|
attr_accessor configuration: Types::MessageConfiguration
|
|
2390
2733
|
attr_accessor client_token: ::String
|
|
2734
|
+
attr_accessor orchestrator_use_case: ::String
|
|
2735
|
+
attr_accessor metadata: ::Hash[::String, ::String]
|
|
2391
2736
|
SENSITIVE: []
|
|
2392
2737
|
end
|
|
2393
2738
|
|
|
@@ -2416,8 +2761,9 @@ module Aws::QConnect
|
|
|
2416
2761
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
2417
2762
|
attr_accessor integration_configuration: Types::SessionIntegrationConfiguration
|
|
2418
2763
|
attr_accessor tag_filter: Types::TagFilter
|
|
2419
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"), Types::AIAgentConfigurationData]
|
|
2764
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]
|
|
2420
2765
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
|
2766
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
2421
2767
|
SENSITIVE: []
|
|
2422
2768
|
end
|
|
2423
2769
|
|
|
@@ -2457,6 +2803,113 @@ module Aws::QConnect
|
|
|
2457
2803
|
SENSITIVE: []
|
|
2458
2804
|
end
|
|
2459
2805
|
|
|
2806
|
+
class Span
|
|
2807
|
+
attr_accessor span_id: ::String
|
|
2808
|
+
attr_accessor assistant_id: ::String
|
|
2809
|
+
attr_accessor session_id: ::String
|
|
2810
|
+
attr_accessor parent_span_id: ::String
|
|
2811
|
+
attr_accessor span_name: ::String
|
|
2812
|
+
attr_accessor span_type: ("CLIENT" | "SERVER" | "INTERNAL")
|
|
2813
|
+
attr_accessor start_timestamp: ::Time
|
|
2814
|
+
attr_accessor end_timestamp: ::Time
|
|
2815
|
+
attr_accessor status: ("OK" | "ERROR" | "TIMEOUT")
|
|
2816
|
+
attr_accessor request_id: ::String
|
|
2817
|
+
attr_accessor attributes: Types::SpanAttributes
|
|
2818
|
+
SENSITIVE: []
|
|
2819
|
+
end
|
|
2820
|
+
|
|
2821
|
+
class SpanAttributes
|
|
2822
|
+
attr_accessor operation_name: ::String
|
|
2823
|
+
attr_accessor provider_name: ::String
|
|
2824
|
+
attr_accessor error_type: ::String
|
|
2825
|
+
attr_accessor agent_id: ::String
|
|
2826
|
+
attr_accessor instance_arn: ::String
|
|
2827
|
+
attr_accessor contact_id: ::String
|
|
2828
|
+
attr_accessor initial_contact_id: ::String
|
|
2829
|
+
attr_accessor session_name: ::String
|
|
2830
|
+
attr_accessor ai_agent_arn: ::String
|
|
2831
|
+
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
2832
|
+
attr_accessor ai_agent_name: ::String
|
|
2833
|
+
attr_accessor ai_agent_id: ::String
|
|
2834
|
+
attr_accessor ai_agent_version: ::Integer
|
|
2835
|
+
attr_accessor ai_agent_invoker: ::String
|
|
2836
|
+
attr_accessor ai_agent_orchestrator_use_case: ::String
|
|
2837
|
+
attr_accessor request_model: ::String
|
|
2838
|
+
attr_accessor request_max_tokens: ::Integer
|
|
2839
|
+
attr_accessor temperature: ::Float
|
|
2840
|
+
attr_accessor top_p: ::Float
|
|
2841
|
+
attr_accessor response_model: ::String
|
|
2842
|
+
attr_accessor response_finish_reasons: ::Array[::String]
|
|
2843
|
+
attr_accessor usage_input_tokens: ::Integer
|
|
2844
|
+
attr_accessor usage_output_tokens: ::Integer
|
|
2845
|
+
attr_accessor usage_total_tokens: ::Integer
|
|
2846
|
+
attr_accessor cache_read_input_tokens: ::Integer
|
|
2847
|
+
attr_accessor cache_write_input_tokens: ::Integer
|
|
2848
|
+
attr_accessor input_messages: ::Array[Types::SpanMessage]
|
|
2849
|
+
attr_accessor output_messages: ::Array[Types::SpanMessage]
|
|
2850
|
+
attr_accessor system_instructions: ::Array[Types::SpanMessageValue]
|
|
2851
|
+
attr_accessor prompt_arn: ::String
|
|
2852
|
+
attr_accessor prompt_id: ::String
|
|
2853
|
+
attr_accessor prompt_type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
2854
|
+
attr_accessor prompt_name: ::String
|
|
2855
|
+
attr_accessor prompt_version: ::Integer
|
|
2856
|
+
SENSITIVE: []
|
|
2857
|
+
end
|
|
2858
|
+
|
|
2859
|
+
class SpanCitation
|
|
2860
|
+
attr_accessor content_id: ::String
|
|
2861
|
+
attr_accessor title: ::String
|
|
2862
|
+
attr_accessor knowledge_base_id: ::String
|
|
2863
|
+
attr_accessor knowledge_base_arn: ::String
|
|
2864
|
+
SENSITIVE: [:title]
|
|
2865
|
+
end
|
|
2866
|
+
|
|
2867
|
+
class SpanMessage
|
|
2868
|
+
attr_accessor message_id: ::String
|
|
2869
|
+
attr_accessor participant: ("CUSTOMER" | "AGENT" | "BOT")
|
|
2870
|
+
attr_accessor timestamp: ::Time
|
|
2871
|
+
attr_accessor values: ::Array[Types::SpanMessageValue]
|
|
2872
|
+
SENSITIVE: []
|
|
2873
|
+
end
|
|
2874
|
+
|
|
2875
|
+
class SpanMessageValue
|
|
2876
|
+
attr_accessor text: Types::SpanTextValue
|
|
2877
|
+
attr_accessor tool_use: Types::SpanToolUseValue
|
|
2878
|
+
attr_accessor tool_result: Types::SpanToolResultValue
|
|
2879
|
+
attr_accessor unknown: untyped
|
|
2880
|
+
SENSITIVE: []
|
|
2881
|
+
|
|
2882
|
+
class Text < SpanMessageValue
|
|
2883
|
+
end
|
|
2884
|
+
class ToolUse < SpanMessageValue
|
|
2885
|
+
end
|
|
2886
|
+
class ToolResult < SpanMessageValue
|
|
2887
|
+
end
|
|
2888
|
+
class Unknown < SpanMessageValue
|
|
2889
|
+
end
|
|
2890
|
+
end
|
|
2891
|
+
|
|
2892
|
+
class SpanTextValue
|
|
2893
|
+
attr_accessor value: ::String
|
|
2894
|
+
attr_accessor citations: ::Array[Types::SpanCitation]
|
|
2895
|
+
attr_accessor ai_guardrail_assessment: Types::AIGuardrailAssessment
|
|
2896
|
+
SENSITIVE: [:value]
|
|
2897
|
+
end
|
|
2898
|
+
|
|
2899
|
+
class SpanToolResultValue
|
|
2900
|
+
attr_accessor tool_use_id: ::String
|
|
2901
|
+
attr_accessor values: ::Array[Types::SpanMessageValue]
|
|
2902
|
+
attr_accessor error: ::String
|
|
2903
|
+
SENSITIVE: []
|
|
2904
|
+
end
|
|
2905
|
+
|
|
2906
|
+
class SpanToolUseValue
|
|
2907
|
+
attr_accessor tool_use_id: ::String
|
|
2908
|
+
attr_accessor name: ::String
|
|
2909
|
+
attr_accessor arguments: untyped
|
|
2910
|
+
SENSITIVE: []
|
|
2911
|
+
end
|
|
2912
|
+
|
|
2460
2913
|
class StartContentUploadRequest
|
|
2461
2914
|
attr_accessor knowledge_base_id: ::String
|
|
2462
2915
|
attr_accessor content_type: ::String
|
|
@@ -2487,6 +2940,17 @@ module Aws::QConnect
|
|
|
2487
2940
|
SENSITIVE: []
|
|
2488
2941
|
end
|
|
2489
2942
|
|
|
2943
|
+
class SuggestedMessageDataDetails
|
|
2944
|
+
attr_accessor message_text: ::String
|
|
2945
|
+
SENSITIVE: [:message_text]
|
|
2946
|
+
end
|
|
2947
|
+
|
|
2948
|
+
class SuggestedMessageReference
|
|
2949
|
+
attr_accessor ai_agent_id: ::String
|
|
2950
|
+
attr_accessor ai_agent_arn: ::String
|
|
2951
|
+
SENSITIVE: []
|
|
2952
|
+
end
|
|
2953
|
+
|
|
2490
2954
|
class SystemAttributes
|
|
2491
2955
|
attr_accessor name: ::String
|
|
2492
2956
|
attr_accessor customer_endpoint: Types::SystemEndpointAttributes
|
|
@@ -2531,6 +2995,14 @@ module Aws::QConnect
|
|
|
2531
2995
|
class TagResourceResponse < Aws::EmptyStructure
|
|
2532
2996
|
end
|
|
2533
2997
|
|
|
2998
|
+
class TextAIPromptInferenceConfiguration
|
|
2999
|
+
attr_accessor temperature: ::Float
|
|
3000
|
+
attr_accessor top_p: ::Float
|
|
3001
|
+
attr_accessor top_k: ::Integer
|
|
3002
|
+
attr_accessor max_tokens_to_sample: ::Integer
|
|
3003
|
+
SENSITIVE: [:temperature, :top_p, :top_k, :max_tokens_to_sample]
|
|
3004
|
+
end
|
|
3005
|
+
|
|
2534
3006
|
class TextData
|
|
2535
3007
|
attr_accessor title: Types::DocumentText
|
|
2536
3008
|
attr_accessor excerpt: Types::DocumentText
|
|
@@ -2544,6 +3016,8 @@ module Aws::QConnect
|
|
|
2544
3016
|
|
|
2545
3017
|
class TextMessage
|
|
2546
3018
|
attr_accessor value: ::String
|
|
3019
|
+
attr_accessor citations: ::Array[Types::Citation]
|
|
3020
|
+
attr_accessor ai_guardrail_assessment: Types::AIGuardrailAssessment
|
|
2547
3021
|
SENSITIVE: [:value]
|
|
2548
3022
|
end
|
|
2549
3023
|
|
|
@@ -2558,11 +3032,81 @@ module Aws::QConnect
|
|
|
2558
3032
|
SENSITIVE: []
|
|
2559
3033
|
end
|
|
2560
3034
|
|
|
3035
|
+
class ToolConfiguration
|
|
3036
|
+
attr_accessor tool_name: ::String
|
|
3037
|
+
attr_accessor tool_type: ("MODEL_CONTEXT_PROTOCOL" | "RETURN_TO_CONTROL" | "CONSTANT")
|
|
3038
|
+
attr_accessor title: ::String
|
|
3039
|
+
attr_accessor tool_id: ::String
|
|
3040
|
+
attr_accessor description: ::String
|
|
3041
|
+
attr_accessor instruction: Types::ToolInstruction
|
|
3042
|
+
attr_accessor override_input_values: ::Array[Types::ToolOverrideInputValue]
|
|
3043
|
+
attr_accessor output_filters: ::Array[Types::ToolOutputFilter]
|
|
3044
|
+
attr_accessor input_schema: untyped
|
|
3045
|
+
attr_accessor output_schema: untyped
|
|
3046
|
+
attr_accessor annotations: Types::Annotation
|
|
3047
|
+
attr_accessor user_interaction_configuration: Types::UserInteractionConfiguration
|
|
3048
|
+
SENSITIVE: []
|
|
3049
|
+
end
|
|
3050
|
+
|
|
3051
|
+
class ToolInstruction
|
|
3052
|
+
attr_accessor instruction: ::String
|
|
3053
|
+
attr_accessor examples: ::Array[::String]
|
|
3054
|
+
SENSITIVE: []
|
|
3055
|
+
end
|
|
3056
|
+
|
|
3057
|
+
class ToolOutputConfiguration
|
|
3058
|
+
attr_accessor output_variable_name_override: ::String
|
|
3059
|
+
attr_accessor session_data_namespace: ::String
|
|
3060
|
+
SENSITIVE: []
|
|
3061
|
+
end
|
|
3062
|
+
|
|
3063
|
+
class ToolOutputFilter
|
|
3064
|
+
attr_accessor json_path: ::String
|
|
3065
|
+
attr_accessor output_configuration: Types::ToolOutputConfiguration
|
|
3066
|
+
SENSITIVE: []
|
|
3067
|
+
end
|
|
3068
|
+
|
|
3069
|
+
class ToolOverrideConstantInputValue
|
|
3070
|
+
attr_accessor type: ("STRING" | "NUMBER" | "JSON_STRING")
|
|
3071
|
+
attr_accessor value: ::String
|
|
3072
|
+
SENSITIVE: [:value]
|
|
3073
|
+
end
|
|
3074
|
+
|
|
3075
|
+
class ToolOverrideInputValue
|
|
3076
|
+
attr_accessor json_path: ::String
|
|
3077
|
+
attr_accessor value: Types::ToolOverrideInputValueConfiguration
|
|
3078
|
+
SENSITIVE: []
|
|
3079
|
+
end
|
|
3080
|
+
|
|
3081
|
+
class ToolOverrideInputValueConfiguration
|
|
3082
|
+
attr_accessor constant: Types::ToolOverrideConstantInputValue
|
|
3083
|
+
attr_accessor unknown: untyped
|
|
3084
|
+
SENSITIVE: []
|
|
3085
|
+
|
|
3086
|
+
class Constant < ToolOverrideInputValueConfiguration
|
|
3087
|
+
end
|
|
3088
|
+
class Unknown < ToolOverrideInputValueConfiguration
|
|
3089
|
+
end
|
|
3090
|
+
end
|
|
3091
|
+
|
|
3092
|
+
class ToolUseResultData
|
|
3093
|
+
attr_accessor tool_use_id: ::String
|
|
3094
|
+
attr_accessor tool_name: ::String
|
|
3095
|
+
attr_accessor tool_result: untyped
|
|
3096
|
+
attr_accessor input_schema: untyped
|
|
3097
|
+
SENSITIVE: []
|
|
3098
|
+
end
|
|
3099
|
+
|
|
2561
3100
|
class UnauthorizedException
|
|
2562
3101
|
attr_accessor message: ::String
|
|
2563
3102
|
SENSITIVE: []
|
|
2564
3103
|
end
|
|
2565
3104
|
|
|
3105
|
+
class UnprocessableContentException
|
|
3106
|
+
attr_accessor message: ::String
|
|
3107
|
+
SENSITIVE: []
|
|
3108
|
+
end
|
|
3109
|
+
|
|
2566
3110
|
class UntagResourceRequest
|
|
2567
3111
|
attr_accessor resource_arn: ::String
|
|
2568
3112
|
attr_accessor tag_keys: ::Array[::String]
|
|
@@ -2616,6 +3160,7 @@ module Aws::QConnect
|
|
|
2616
3160
|
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
|
2617
3161
|
attr_accessor description: ::String
|
|
2618
3162
|
attr_accessor model_id: ::String
|
|
3163
|
+
attr_accessor inference_configuration: Types::AIPromptInferenceConfiguration
|
|
2619
3164
|
SENSITIVE: []
|
|
2620
3165
|
end
|
|
2621
3166
|
|
|
@@ -2626,8 +3171,9 @@ module Aws::QConnect
|
|
|
2626
3171
|
|
|
2627
3172
|
class UpdateAssistantAIAgentRequest
|
|
2628
3173
|
attr_accessor assistant_id: ::String
|
|
2629
|
-
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER")
|
|
3174
|
+
attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
|
|
2630
3175
|
attr_accessor configuration: Types::AIAgentConfigurationData
|
|
3176
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
2631
3177
|
SENSITIVE: []
|
|
2632
3178
|
end
|
|
2633
3179
|
|
|
@@ -2683,6 +3229,7 @@ module Aws::QConnect
|
|
|
2683
3229
|
attr_accessor message_template_id: ::String
|
|
2684
3230
|
attr_accessor content: Types::MessageTemplateContentProvider
|
|
2685
3231
|
attr_accessor language: ::String
|
|
3232
|
+
attr_accessor source_configuration: Types::MessageTemplateSourceConfiguration
|
|
2686
3233
|
attr_accessor default_attributes: Types::MessageTemplateAttributes
|
|
2687
3234
|
SENSITIVE: []
|
|
2688
3235
|
end
|
|
@@ -2736,7 +3283,9 @@ module Aws::QConnect
|
|
|
2736
3283
|
attr_accessor session_id: ::String
|
|
2737
3284
|
attr_accessor description: ::String
|
|
2738
3285
|
attr_accessor tag_filter: Types::TagFilter
|
|
2739
|
-
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"), Types::AIAgentConfigurationData]
|
|
3286
|
+
attr_accessor ai_agent_configuration: ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]
|
|
3287
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
3288
|
+
attr_accessor remove_orchestrator_configuration_list: bool
|
|
2740
3289
|
SENSITIVE: []
|
|
2741
3290
|
end
|
|
2742
3291
|
|
|
@@ -2750,6 +3299,11 @@ module Aws::QConnect
|
|
|
2750
3299
|
SENSITIVE: []
|
|
2751
3300
|
end
|
|
2752
3301
|
|
|
3302
|
+
class UserInteractionConfiguration
|
|
3303
|
+
attr_accessor is_user_confirmation_required: bool
|
|
3304
|
+
SENSITIVE: []
|
|
3305
|
+
end
|
|
3306
|
+
|
|
2753
3307
|
class ValidationException
|
|
2754
3308
|
attr_accessor message: ::String
|
|
2755
3309
|
SENSITIVE: []
|
|
@@ -2774,5 +3328,28 @@ module Aws::QConnect
|
|
|
2774
3328
|
attr_accessor rate_limit: ::Integer
|
|
2775
3329
|
SENSITIVE: []
|
|
2776
3330
|
end
|
|
3331
|
+
|
|
3332
|
+
class WhatsAppMessageTemplateContent
|
|
3333
|
+
attr_accessor data: ::String
|
|
3334
|
+
SENSITIVE: []
|
|
3335
|
+
end
|
|
3336
|
+
|
|
3337
|
+
class WhatsAppMessageTemplateSourceConfiguration
|
|
3338
|
+
attr_accessor business_account_id: ::String
|
|
3339
|
+
attr_accessor template_id: ::String
|
|
3340
|
+
attr_accessor components: ::Array[::String]
|
|
3341
|
+
SENSITIVE: []
|
|
3342
|
+
end
|
|
3343
|
+
|
|
3344
|
+
class WhatsAppMessageTemplateSourceConfigurationSummary
|
|
3345
|
+
attr_accessor business_account_id: ::String
|
|
3346
|
+
attr_accessor template_id: ::String
|
|
3347
|
+
attr_accessor name: ::String
|
|
3348
|
+
attr_accessor language: ::String
|
|
3349
|
+
attr_accessor components: ::Array[::String]
|
|
3350
|
+
attr_accessor status: ("VALID" | "INVALID" | "REJECTED")
|
|
3351
|
+
attr_accessor status_reason: ::String
|
|
3352
|
+
SENSITIVE: [:status_reason]
|
|
3353
|
+
end
|
|
2777
3354
|
end
|
|
2778
3355
|
end
|