aws-sdk-qconnect 1.43.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qconnect/client.rb +794 -28
- data/lib/aws-sdk-qconnect/client_api.rb +473 -1
- data/lib/aws-sdk-qconnect/errors.rb +16 -0
- data/lib/aws-sdk-qconnect/types.rb +1509 -32
- data/lib/aws-sdk-qconnect.rb +1 -1
- data/sig/client.rbs +315 -22
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +475 -19
- metadata +1 -1
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]
|
|
@@ -755,8 +825,10 @@ module Aws::QConnect
|
|
|
755
825
|
attr_accessor description: ::String
|
|
756
826
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
757
827
|
attr_accessor tag_filter: Types::TagFilter
|
|
758
|
-
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]
|
|
759
829
|
attr_accessor contact_arn: ::String
|
|
830
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
831
|
+
attr_accessor remove_orchestrator_configuration_list: bool
|
|
760
832
|
SENSITIVE: []
|
|
761
833
|
end
|
|
762
834
|
|
|
@@ -836,6 +908,10 @@ module Aws::QConnect
|
|
|
836
908
|
attr_accessor email_response_chunk_data: Types::EmailResponseChunkDataDetails
|
|
837
909
|
attr_accessor email_overview_chunk_data: Types::EmailOverviewChunkDataDetails
|
|
838
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
|
|
839
915
|
attr_accessor unknown: untyped
|
|
840
916
|
SENSITIVE: []
|
|
841
917
|
|
|
@@ -855,6 +931,14 @@ module Aws::QConnect
|
|
|
855
931
|
end
|
|
856
932
|
class EmailGenerativeAnswerChunkData < DataDetails
|
|
857
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
|
|
858
942
|
class Unknown < DataDetails
|
|
859
943
|
end
|
|
860
944
|
end
|
|
@@ -862,6 +946,7 @@ module Aws::QConnect
|
|
|
862
946
|
class DataReference
|
|
863
947
|
attr_accessor content_reference: Types::ContentReference
|
|
864
948
|
attr_accessor generative_reference: Types::GenerativeReference
|
|
949
|
+
attr_accessor suggested_message_reference: Types::SuggestedMessageReference
|
|
865
950
|
attr_accessor unknown: untyped
|
|
866
951
|
SENSITIVE: []
|
|
867
952
|
|
|
@@ -869,6 +954,8 @@ module Aws::QConnect
|
|
|
869
954
|
end
|
|
870
955
|
class GenerativeReference < DataReference
|
|
871
956
|
end
|
|
957
|
+
class SuggestedMessageReference < DataReference
|
|
958
|
+
end
|
|
872
959
|
class Unknown < DataReference
|
|
873
960
|
end
|
|
874
961
|
end
|
|
@@ -1135,6 +1222,12 @@ module Aws::QConnect
|
|
|
1135
1222
|
SENSITIVE: [:channel]
|
|
1136
1223
|
end
|
|
1137
1224
|
|
|
1225
|
+
class ExternalBedrockKnowledgeBaseConfig
|
|
1226
|
+
attr_accessor bedrock_knowledge_base_arn: ::String
|
|
1227
|
+
attr_accessor access_role_arn: ::String
|
|
1228
|
+
SENSITIVE: []
|
|
1229
|
+
end
|
|
1230
|
+
|
|
1138
1231
|
class ExternalSourceConfiguration
|
|
1139
1232
|
attr_accessor source: ("AMAZON_CONNECT")
|
|
1140
1233
|
attr_accessor configuration: Types::Configuration
|
|
@@ -1148,6 +1241,12 @@ module Aws::QConnect
|
|
|
1148
1241
|
SENSITIVE: []
|
|
1149
1242
|
end
|
|
1150
1243
|
|
|
1244
|
+
class FilterAttribute
|
|
1245
|
+
attr_accessor key: ::String
|
|
1246
|
+
attr_accessor value: untyped
|
|
1247
|
+
SENSITIVE: []
|
|
1248
|
+
end
|
|
1249
|
+
|
|
1151
1250
|
class FixedSizeChunkingConfiguration
|
|
1152
1251
|
attr_accessor max_tokens: ::Integer
|
|
1153
1252
|
attr_accessor overlap_percentage: ::Integer
|
|
@@ -1316,6 +1415,7 @@ module Aws::QConnect
|
|
|
1316
1415
|
attr_accessor conversation_state: Types::ConversationState
|
|
1317
1416
|
attr_accessor next_message_token: ::String
|
|
1318
1417
|
attr_accessor conversation_session_data: ::Array[Types::RuntimeSessionData]
|
|
1418
|
+
attr_accessor chunked_response_terminated: bool
|
|
1319
1419
|
SENSITIVE: []
|
|
1320
1420
|
end
|
|
1321
1421
|
|
|
@@ -1336,6 +1436,7 @@ module Aws::QConnect
|
|
|
1336
1436
|
attr_accessor max_results: ::Integer
|
|
1337
1437
|
attr_accessor wait_time_seconds: ::Integer
|
|
1338
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")
|
|
1339
1440
|
SENSITIVE: []
|
|
1340
1441
|
end
|
|
1341
1442
|
|
|
@@ -1458,6 +1559,7 @@ module Aws::QConnect
|
|
|
1458
1559
|
class IntentDetectedDataDetails
|
|
1459
1560
|
attr_accessor intent: ::String
|
|
1460
1561
|
attr_accessor intent_id: ::String
|
|
1562
|
+
attr_accessor relevance_level: ("HIGH" | "MEDIUM" | "LOW")
|
|
1461
1563
|
SENSITIVE: [:intent]
|
|
1462
1564
|
end
|
|
1463
1565
|
|
|
@@ -1512,6 +1614,17 @@ module Aws::QConnect
|
|
|
1512
1614
|
SENSITIVE: []
|
|
1513
1615
|
end
|
|
1514
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
|
+
|
|
1515
1628
|
class ListAIAgentVersionsRequest
|
|
1516
1629
|
attr_accessor assistant_id: ::String
|
|
1517
1630
|
attr_accessor ai_agent_id: ::String
|
|
@@ -1706,6 +1819,7 @@ module Aws::QConnect
|
|
|
1706
1819
|
attr_accessor session_id: ::String
|
|
1707
1820
|
attr_accessor next_token: ::String
|
|
1708
1821
|
attr_accessor max_results: ::Integer
|
|
1822
|
+
attr_accessor filter: ("ALL" | "TEXT_ONLY")
|
|
1709
1823
|
SENSITIVE: []
|
|
1710
1824
|
end
|
|
1711
1825
|
|
|
@@ -1728,6 +1842,20 @@ module Aws::QConnect
|
|
|
1728
1842
|
SENSITIVE: []
|
|
1729
1843
|
end
|
|
1730
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
|
+
|
|
1731
1859
|
class ListTagsForResourceRequest
|
|
1732
1860
|
attr_accessor resource_arn: ::String
|
|
1733
1861
|
SENSITIVE: []
|
|
@@ -1759,16 +1887,20 @@ module Aws::QConnect
|
|
|
1759
1887
|
|
|
1760
1888
|
class MessageConfiguration
|
|
1761
1889
|
attr_accessor generate_filler_message: bool
|
|
1890
|
+
attr_accessor generate_chunked_message: bool
|
|
1762
1891
|
SENSITIVE: []
|
|
1763
1892
|
end
|
|
1764
1893
|
|
|
1765
1894
|
class MessageData
|
|
1766
1895
|
attr_accessor text: Types::TextMessage
|
|
1896
|
+
attr_accessor tool_use_result: Types::ToolUseResultData
|
|
1767
1897
|
attr_accessor unknown: untyped
|
|
1768
1898
|
SENSITIVE: []
|
|
1769
1899
|
|
|
1770
1900
|
class Text < MessageData
|
|
1771
1901
|
end
|
|
1902
|
+
class ToolUseResult < MessageData
|
|
1903
|
+
end
|
|
1772
1904
|
class Unknown < MessageData
|
|
1773
1905
|
end
|
|
1774
1906
|
end
|
|
@@ -1962,6 +2094,24 @@ module Aws::QConnect
|
|
|
1962
2094
|
SENSITIVE: [:channel]
|
|
1963
2095
|
end
|
|
1964
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
|
|
2101
|
+
SENSITIVE: []
|
|
2102
|
+
end
|
|
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
|
+
|
|
1965
2115
|
class NotifyRecommendationsReceivedError
|
|
1966
2116
|
attr_accessor recommendation_id: ::String
|
|
1967
2117
|
attr_accessor message: ::String
|
|
@@ -1995,6 +2145,21 @@ module Aws::QConnect
|
|
|
1995
2145
|
end
|
|
1996
2146
|
end
|
|
1997
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
|
+
|
|
1998
2163
|
class ParsingConfiguration
|
|
1999
2164
|
attr_accessor parsing_strategy: ("BEDROCK_FOUNDATION_MODEL")
|
|
2000
2165
|
attr_accessor bedrock_foundation_model_configuration: Types::BedrockFoundationModelConfigurationForParsing
|
|
@@ -2125,6 +2290,7 @@ module Aws::QConnect
|
|
|
2125
2290
|
class QueryInputData
|
|
2126
2291
|
attr_accessor query_text_input_data: Types::QueryTextInputData
|
|
2127
2292
|
attr_accessor intent_input_data: Types::IntentInputData
|
|
2293
|
+
attr_accessor case_summarization_input_data: Types::CaseSummarizationInputData
|
|
2128
2294
|
attr_accessor unknown: untyped
|
|
2129
2295
|
SENSITIVE: []
|
|
2130
2296
|
|
|
@@ -2132,6 +2298,8 @@ module Aws::QConnect
|
|
|
2132
2298
|
end
|
|
2133
2299
|
class IntentInputData < QueryInputData
|
|
2134
2300
|
end
|
|
2301
|
+
class CaseSummarizationInputData < QueryInputData
|
|
2302
|
+
end
|
|
2135
2303
|
class Unknown < QueryInputData
|
|
2136
2304
|
end
|
|
2137
2305
|
end
|
|
@@ -2279,7 +2447,7 @@ module Aws::QConnect
|
|
|
2279
2447
|
attr_accessor document: Types::Document
|
|
2280
2448
|
attr_accessor relevance_score: ::Float
|
|
2281
2449
|
attr_accessor relevance_level: ("HIGH" | "MEDIUM" | "LOW")
|
|
2282
|
-
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")
|
|
2283
2451
|
attr_accessor data: Types::DataSummary
|
|
2284
2452
|
SENSITIVE: []
|
|
2285
2453
|
end
|
|
@@ -2306,7 +2474,8 @@ module Aws::QConnect
|
|
|
2306
2474
|
|
|
2307
2475
|
class RemoveAssistantAIAgentRequest
|
|
2308
2476
|
attr_accessor assistant_id: ::String
|
|
2309
|
-
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
|
|
2310
2479
|
SENSITIVE: []
|
|
2311
2480
|
end
|
|
2312
2481
|
|
|
@@ -2357,10 +2526,85 @@ module Aws::QConnect
|
|
|
2357
2526
|
attr_accessor document: Types::Document
|
|
2358
2527
|
attr_accessor relevance_score: ::Float
|
|
2359
2528
|
attr_accessor data: Types::DataSummary
|
|
2360
|
-
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")
|
|
2530
|
+
SENSITIVE: []
|
|
2531
|
+
end
|
|
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]
|
|
2361
2597
|
SENSITIVE: []
|
|
2362
2598
|
end
|
|
2363
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
|
+
|
|
2364
2608
|
class RuntimeSessionData
|
|
2365
2609
|
attr_accessor key: ::String
|
|
2366
2610
|
attr_accessor value: Types::RuntimeSessionDataValue
|
|
@@ -2467,6 +2711,7 @@ module Aws::QConnect
|
|
|
2467
2711
|
attr_accessor turn_number: ::Integer
|
|
2468
2712
|
attr_accessor input_transcript: ::String
|
|
2469
2713
|
attr_accessor bot_response: ::String
|
|
2714
|
+
attr_accessor timestamp: ::Time
|
|
2470
2715
|
SENSITIVE: [:input_transcript, :bot_response]
|
|
2471
2716
|
end
|
|
2472
2717
|
|
|
@@ -2482,9 +2727,12 @@ module Aws::QConnect
|
|
|
2482
2727
|
attr_accessor session_id: ::String
|
|
2483
2728
|
attr_accessor type: ("TEXT")
|
|
2484
2729
|
attr_accessor message: Types::MessageInput
|
|
2730
|
+
attr_accessor ai_agent_id: ::String
|
|
2485
2731
|
attr_accessor conversation_context: Types::ConversationContext
|
|
2486
2732
|
attr_accessor configuration: Types::MessageConfiguration
|
|
2487
2733
|
attr_accessor client_token: ::String
|
|
2734
|
+
attr_accessor orchestrator_use_case: ::String
|
|
2735
|
+
attr_accessor metadata: ::Hash[::String, ::String]
|
|
2488
2736
|
SENSITIVE: []
|
|
2489
2737
|
end
|
|
2490
2738
|
|
|
@@ -2513,8 +2761,9 @@ module Aws::QConnect
|
|
|
2513
2761
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
2514
2762
|
attr_accessor integration_configuration: Types::SessionIntegrationConfiguration
|
|
2515
2763
|
attr_accessor tag_filter: Types::TagFilter
|
|
2516
|
-
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]
|
|
2517
2765
|
attr_accessor origin: ("SYSTEM" | "CUSTOMER")
|
|
2766
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
2518
2767
|
SENSITIVE: []
|
|
2519
2768
|
end
|
|
2520
2769
|
|
|
@@ -2554,6 +2803,113 @@ module Aws::QConnect
|
|
|
2554
2803
|
SENSITIVE: []
|
|
2555
2804
|
end
|
|
2556
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
|
+
|
|
2557
2913
|
class StartContentUploadRequest
|
|
2558
2914
|
attr_accessor knowledge_base_id: ::String
|
|
2559
2915
|
attr_accessor content_type: ::String
|
|
@@ -2584,6 +2940,17 @@ module Aws::QConnect
|
|
|
2584
2940
|
SENSITIVE: []
|
|
2585
2941
|
end
|
|
2586
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
|
+
|
|
2587
2954
|
class SystemAttributes
|
|
2588
2955
|
attr_accessor name: ::String
|
|
2589
2956
|
attr_accessor customer_endpoint: Types::SystemEndpointAttributes
|
|
@@ -2628,6 +2995,14 @@ module Aws::QConnect
|
|
|
2628
2995
|
class TagResourceResponse < Aws::EmptyStructure
|
|
2629
2996
|
end
|
|
2630
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
|
+
|
|
2631
3006
|
class TextData
|
|
2632
3007
|
attr_accessor title: Types::DocumentText
|
|
2633
3008
|
attr_accessor excerpt: Types::DocumentText
|
|
@@ -2641,6 +3016,8 @@ module Aws::QConnect
|
|
|
2641
3016
|
|
|
2642
3017
|
class TextMessage
|
|
2643
3018
|
attr_accessor value: ::String
|
|
3019
|
+
attr_accessor citations: ::Array[Types::Citation]
|
|
3020
|
+
attr_accessor ai_guardrail_assessment: Types::AIGuardrailAssessment
|
|
2644
3021
|
SENSITIVE: [:value]
|
|
2645
3022
|
end
|
|
2646
3023
|
|
|
@@ -2655,11 +3032,81 @@ module Aws::QConnect
|
|
|
2655
3032
|
SENSITIVE: []
|
|
2656
3033
|
end
|
|
2657
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
|
+
|
|
2658
3100
|
class UnauthorizedException
|
|
2659
3101
|
attr_accessor message: ::String
|
|
2660
3102
|
SENSITIVE: []
|
|
2661
3103
|
end
|
|
2662
3104
|
|
|
3105
|
+
class UnprocessableContentException
|
|
3106
|
+
attr_accessor message: ::String
|
|
3107
|
+
SENSITIVE: []
|
|
3108
|
+
end
|
|
3109
|
+
|
|
2663
3110
|
class UntagResourceRequest
|
|
2664
3111
|
attr_accessor resource_arn: ::String
|
|
2665
3112
|
attr_accessor tag_keys: ::Array[::String]
|
|
@@ -2713,6 +3160,7 @@ module Aws::QConnect
|
|
|
2713
3160
|
attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
|
|
2714
3161
|
attr_accessor description: ::String
|
|
2715
3162
|
attr_accessor model_id: ::String
|
|
3163
|
+
attr_accessor inference_configuration: Types::AIPromptInferenceConfiguration
|
|
2716
3164
|
SENSITIVE: []
|
|
2717
3165
|
end
|
|
2718
3166
|
|
|
@@ -2723,8 +3171,9 @@ module Aws::QConnect
|
|
|
2723
3171
|
|
|
2724
3172
|
class UpdateAssistantAIAgentRequest
|
|
2725
3173
|
attr_accessor assistant_id: ::String
|
|
2726
|
-
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")
|
|
2727
3175
|
attr_accessor configuration: Types::AIAgentConfigurationData
|
|
3176
|
+
attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
|
|
2728
3177
|
SENSITIVE: []
|
|
2729
3178
|
end
|
|
2730
3179
|
|
|
@@ -2834,7 +3283,9 @@ module Aws::QConnect
|
|
|
2834
3283
|
attr_accessor session_id: ::String
|
|
2835
3284
|
attr_accessor description: ::String
|
|
2836
3285
|
attr_accessor tag_filter: Types::TagFilter
|
|
2837
|
-
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
|
|
2838
3289
|
SENSITIVE: []
|
|
2839
3290
|
end
|
|
2840
3291
|
|
|
@@ -2848,6 +3299,11 @@ module Aws::QConnect
|
|
|
2848
3299
|
SENSITIVE: []
|
|
2849
3300
|
end
|
|
2850
3301
|
|
|
3302
|
+
class UserInteractionConfiguration
|
|
3303
|
+
attr_accessor is_user_confirmation_required: bool
|
|
3304
|
+
SENSITIVE: []
|
|
3305
|
+
end
|
|
3306
|
+
|
|
2851
3307
|
class ValidationException
|
|
2852
3308
|
attr_accessor message: ::String
|
|
2853
3309
|
SENSITIVE: []
|