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.
@@ -55,7 +55,7 @@ module Aws::QConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.43.0'
58
+ GEM_VERSION = '1.44.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -101,7 +101,7 @@ module Aws
101
101
  ?client_token: ::String,
102
102
  assistant_id: ::String,
103
103
  name: ::String,
104
- type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"),
104
+ type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"),
105
105
  configuration: {
106
106
  manual_search_ai_agent_configuration: {
107
107
  answer_generation_ai_prompt_id: ::String?,
@@ -189,7 +189,8 @@ module Aws
189
189
  }?
190
190
  },
191
191
  ]?,
192
- locale: ::String?
192
+ locale: ::String?,
193
+ suggested_messages: Array[::String]?
193
194
  }?,
194
195
  self_service_ai_agent_configuration: {
195
196
  self_service_pre_processing_ai_prompt_id: ::String?,
@@ -323,6 +324,66 @@ module Aws
323
324
  }?
324
325
  },
325
326
  ]?
327
+ }?,
328
+ orchestration_ai_agent_configuration: {
329
+ orchestration_ai_prompt_id: ::String,
330
+ orchestration_ai_guardrail_id: ::String?,
331
+ tool_configurations: Array[
332
+ {
333
+ tool_name: ::String,
334
+ tool_type: ("MODEL_CONTEXT_PROTOCOL" | "RETURN_TO_CONTROL" | "CONSTANT"),
335
+ title: ::String?,
336
+ tool_id: ::String?,
337
+ description: ::String?,
338
+ instruction: {
339
+ instruction: ::String?,
340
+ examples: Array[::String]?
341
+ }?,
342
+ override_input_values: Array[
343
+ {
344
+ json_path: ::String,
345
+ value: {
346
+ constant: {
347
+ type: ("STRING" | "NUMBER" | "JSON_STRING"),
348
+ value: ::String
349
+ }?
350
+ }
351
+ },
352
+ ]?,
353
+ output_filters: Array[
354
+ {
355
+ json_path: ::String,
356
+ output_configuration: {
357
+ output_variable_name_override: ::String?,
358
+ session_data_namespace: ::String?
359
+ }?
360
+ },
361
+ ]?,
362
+ input_schema: {
363
+ }?,
364
+ output_schema: {
365
+ }?,
366
+ annotations: {
367
+ title: ::String?,
368
+ destructive_hint: bool?
369
+ }?,
370
+ user_interaction_configuration: {
371
+ is_user_confirmation_required: bool?
372
+ }?
373
+ },
374
+ ]?,
375
+ connect_instance_arn: ::String?,
376
+ locale: ::String?
377
+ }?,
378
+ note_taking_ai_agent_configuration: {
379
+ note_taking_ai_prompt_id: ::String?,
380
+ note_taking_ai_guardrail_id: ::String?,
381
+ locale: ::String?
382
+ }?,
383
+ case_summarization_ai_agent_configuration: {
384
+ case_summarization_ai_prompt_id: ::String?,
385
+ case_summarization_ai_guardrail_id: ::String?,
386
+ locale: ::String?
326
387
  }?
327
388
  },
328
389
  visibility_status: ("SAVED" | "PUBLISHED"),
@@ -440,7 +501,7 @@ module Aws
440
501
  ?client_token: ::String,
441
502
  assistant_id: ::String,
442
503
  name: ::String,
443
- 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"),
504
+ 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"),
444
505
  template_configuration: {
445
506
  text_full_ai_prompt_edit_template_configuration: {
446
507
  text: ::String
@@ -451,7 +512,15 @@ module Aws
451
512
  model_id: ::String,
452
513
  api_format: ("ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS" | "MESSAGES" | "TEXT_COMPLETIONS"),
453
514
  ?tags: Hash[::String, ::String],
454
- ?description: ::String
515
+ ?description: ::String,
516
+ ?inference_configuration: {
517
+ text_ai_prompt_inference_configuration: {
518
+ temperature: ::Float?,
519
+ top_p: ::Float?,
520
+ top_k: ::Integer?,
521
+ max_tokens_to_sample: ::Integer?
522
+ }?
523
+ }
455
524
  ) -> _CreateAIPromptResponseSuccess
456
525
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAIPromptResponseSuccess
457
526
 
@@ -493,9 +562,13 @@ module Aws
493
562
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QConnect/Client.html#create_assistant_association-instance_method
494
563
  def create_assistant_association: (
495
564
  assistant_id: ::String,
496
- association_type: ("KNOWLEDGE_BASE"),
565
+ association_type: ("KNOWLEDGE_BASE" | "EXTERNAL_BEDROCK_KNOWLEDGE_BASE"),
497
566
  association: {
498
- knowledge_base_id: ::String?
567
+ knowledge_base_id: ::String?,
568
+ external_bedrock_knowledge_base_config: {
569
+ bedrock_knowledge_base_arn: ::String,
570
+ access_role_arn: ::String
571
+ }?
499
572
  },
500
573
  ?client_token: ::String,
501
574
  ?tags: Hash[::String, ::String]
@@ -894,10 +967,17 @@ module Aws
894
967
  },
895
968
  ]?
896
969
  },
897
- ?ai_agent_configuration: Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"), {
970
+ ?ai_agent_configuration: Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), {
898
971
  ai_agent_id: ::String
899
972
  }],
900
- ?contact_arn: ::String
973
+ ?contact_arn: ::String,
974
+ ?orchestrator_configuration_list: Array[
975
+ {
976
+ ai_agent_id: ::String?,
977
+ orchestrator_use_case: ::String
978
+ },
979
+ ],
980
+ ?remove_orchestrator_configuration_list: bool
901
981
  ) -> _CreateSessionResponseSuccess
902
982
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSessionResponseSuccess
903
983
 
@@ -1199,6 +1279,7 @@ module Aws
1199
1279
  def conversation_state: () -> Types::ConversationState
1200
1280
  def next_message_token: () -> ::String
1201
1281
  def conversation_session_data: () -> ::Array[Types::RuntimeSessionData]
1282
+ def chunked_response_terminated: () -> bool
1202
1283
  end
1203
1284
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QConnect/Client.html#get_next_message-instance_method
1204
1285
  def get_next_message: (
@@ -1230,7 +1311,8 @@ module Aws
1230
1311
  session_id: ::String,
1231
1312
  ?max_results: ::Integer,
1232
1313
  ?wait_time_seconds: ::Integer,
1233
- ?next_chunk_token: ::String
1314
+ ?next_chunk_token: ::String,
1315
+ ?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")
1234
1316
  ) -> _GetRecommendationsResponseSuccess
1235
1317
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecommendationsResponseSuccess
1236
1318
 
@@ -1444,7 +1526,8 @@ module Aws
1444
1526
  assistant_id: ::String,
1445
1527
  session_id: ::String,
1446
1528
  ?next_token: ::String,
1447
- ?max_results: ::Integer
1529
+ ?max_results: ::Integer,
1530
+ ?filter: ("ALL" | "TEXT_ONLY")
1448
1531
  ) -> _ListMessagesResponseSuccess
1449
1532
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMessagesResponseSuccess
1450
1533
 
@@ -1461,6 +1544,20 @@ module Aws
1461
1544
  ) -> _ListQuickResponsesResponseSuccess
1462
1545
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQuickResponsesResponseSuccess
1463
1546
 
1547
+ interface _ListSpansResponseSuccess
1548
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSpansResponse]
1549
+ def spans: () -> ::Array[Types::Span]
1550
+ def next_token: () -> ::String
1551
+ end
1552
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QConnect/Client.html#list_spans-instance_method
1553
+ def list_spans: (
1554
+ assistant_id: ::String,
1555
+ session_id: ::String,
1556
+ ?next_token: ::String,
1557
+ ?max_results: ::Integer
1558
+ ) -> _ListSpansResponseSuccess
1559
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSpansResponseSuccess
1560
+
1464
1561
  interface _ListTagsForResourceResponseSuccess
1465
1562
  include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
1466
1563
  def tags: () -> ::Hash[::String, ::String]
@@ -1532,6 +1629,9 @@ module Aws
1532
1629
  }?,
1533
1630
  intent_input_data: {
1534
1631
  intent_id: ::String
1632
+ }?,
1633
+ case_summarization_input_data: {
1634
+ case_arn: ::String
1535
1635
  }?
1536
1636
  },
1537
1637
  ?override_knowledge_base_search_type: ("HYBRID" | "SEMANTIC")
@@ -1544,7 +1644,8 @@ module Aws
1544
1644
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QConnect/Client.html#remove_assistant_ai_agent-instance_method
1545
1645
  def remove_assistant_ai_agent: (
1546
1646
  assistant_id: ::String,
1547
- ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER")
1647
+ ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"),
1648
+ ?orchestrator_use_case: ::String
1548
1649
  ) -> _RemoveAssistantAIAgentResponseSuccess
1549
1650
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveAssistantAIAgentResponseSuccess
1550
1651
 
@@ -1647,6 +1748,87 @@ module Aws
1647
1748
  ) -> _RenderMessageTemplateResponseSuccess
1648
1749
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RenderMessageTemplateResponseSuccess
1649
1750
 
1751
+ interface _RetrieveResponseSuccess
1752
+ include ::Seahorse::Client::_ResponseSuccess[Types::RetrieveResponse]
1753
+ def results: () -> ::Array[Types::RetrieveResult]
1754
+ end
1755
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QConnect/Client.html#retrieve-instance_method
1756
+ def retrieve: (
1757
+ assistant_id: ::String,
1758
+ retrieval_configuration: {
1759
+ knowledge_source: {
1760
+ assistant_association_ids: Array[::String]?
1761
+ },
1762
+ filter: {
1763
+ and_all: Array[
1764
+ untyped,
1765
+ ]?,
1766
+ equals: {
1767
+ key: ::String,
1768
+ value: {
1769
+ }
1770
+ }?,
1771
+ greater_than: {
1772
+ key: ::String,
1773
+ value: {
1774
+ }
1775
+ }?,
1776
+ greater_than_or_equals: {
1777
+ key: ::String,
1778
+ value: {
1779
+ }
1780
+ }?,
1781
+ in: {
1782
+ key: ::String,
1783
+ value: {
1784
+ }
1785
+ }?,
1786
+ less_than: {
1787
+ key: ::String,
1788
+ value: {
1789
+ }
1790
+ }?,
1791
+ less_than_or_equals: {
1792
+ key: ::String,
1793
+ value: {
1794
+ }
1795
+ }?,
1796
+ list_contains: {
1797
+ key: ::String,
1798
+ value: {
1799
+ }
1800
+ }?,
1801
+ not_equals: {
1802
+ key: ::String,
1803
+ value: {
1804
+ }
1805
+ }?,
1806
+ not_in: {
1807
+ key: ::String,
1808
+ value: {
1809
+ }
1810
+ }?,
1811
+ or_all: Array[
1812
+ untyped,
1813
+ ]?,
1814
+ starts_with: {
1815
+ key: ::String,
1816
+ value: {
1817
+ }
1818
+ }?,
1819
+ string_contains: {
1820
+ key: ::String,
1821
+ value: {
1822
+ }
1823
+ }?
1824
+ }?,
1825
+ number_of_results: ::Integer?,
1826
+ override_knowledge_base_search_type: ("HYBRID" | "SEMANTIC")?
1827
+ },
1828
+ retrieval_query: ::String
1829
+ ) -> _RetrieveResponseSuccess
1830
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RetrieveResponseSuccess
1831
+
1650
1832
  interface _SearchContentResponseSuccess
1651
1833
  include ::Seahorse::Client::_ResponseSuccess[Types::SearchContentResponse]
1652
1834
  def content_summaries: () -> ::Array[Types::ContentSummary]
@@ -1778,23 +1960,52 @@ module Aws
1778
1960
  message: {
1779
1961
  value: {
1780
1962
  text: {
1781
- value: ::String?
1963
+ value: ::String?,
1964
+ citations: Array[
1965
+ {
1966
+ content_id: ::String?,
1967
+ title: ::String?,
1968
+ knowledge_base_id: ::String?,
1969
+ citation_span: {
1970
+ begin_offset_inclusive: ::Integer?,
1971
+ end_offset_exclusive: ::Integer?
1972
+ },
1973
+ source_url: ::String?,
1974
+ 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")
1975
+ },
1976
+ ]?,
1977
+ ai_guardrail_assessment: {
1978
+ blocked: bool
1979
+ }?
1980
+ }?,
1981
+ tool_use_result: {
1982
+ tool_use_id: ::String,
1983
+ tool_name: ::String,
1984
+ tool_result: {
1985
+ },
1986
+ input_schema: {
1987
+ }?
1782
1988
  }?
1783
1989
  }
1784
1990
  },
1991
+ ?ai_agent_id: ::String,
1785
1992
  ?conversation_context: {
1786
1993
  self_service_conversation_history: Array[
1787
1994
  {
1788
- turn_number: ::Integer,
1995
+ turn_number: ::Integer?,
1789
1996
  input_transcript: ::String?,
1790
- bot_response: ::String?
1997
+ bot_response: ::String?,
1998
+ timestamp: ::Time?
1791
1999
  },
1792
2000
  ]
1793
2001
  },
1794
2002
  ?configuration: {
1795
- generate_filler_message: bool?
2003
+ generate_filler_message: bool?,
2004
+ generate_chunked_message: bool?
1796
2005
  },
1797
- ?client_token: ::String
2006
+ ?client_token: ::String,
2007
+ ?orchestrator_use_case: ::String,
2008
+ ?metadata: Hash[::String, ::String]
1798
2009
  ) -> _SendMessageResponseSuccess
1799
2010
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendMessageResponseSuccess
1800
2011
 
@@ -1952,7 +2163,8 @@ module Aws
1952
2163
  }?
1953
2164
  },
1954
2165
  ]?,
1955
- locale: ::String?
2166
+ locale: ::String?,
2167
+ suggested_messages: Array[::String]?
1956
2168
  }?,
1957
2169
  self_service_ai_agent_configuration: {
1958
2170
  self_service_pre_processing_ai_prompt_id: ::String?,
@@ -2086,6 +2298,66 @@ module Aws
2086
2298
  }?
2087
2299
  },
2088
2300
  ]?
2301
+ }?,
2302
+ orchestration_ai_agent_configuration: {
2303
+ orchestration_ai_prompt_id: ::String,
2304
+ orchestration_ai_guardrail_id: ::String?,
2305
+ tool_configurations: Array[
2306
+ {
2307
+ tool_name: ::String,
2308
+ tool_type: ("MODEL_CONTEXT_PROTOCOL" | "RETURN_TO_CONTROL" | "CONSTANT"),
2309
+ title: ::String?,
2310
+ tool_id: ::String?,
2311
+ description: ::String?,
2312
+ instruction: {
2313
+ instruction: ::String?,
2314
+ examples: Array[::String]?
2315
+ }?,
2316
+ override_input_values: Array[
2317
+ {
2318
+ json_path: ::String,
2319
+ value: {
2320
+ constant: {
2321
+ type: ("STRING" | "NUMBER" | "JSON_STRING"),
2322
+ value: ::String
2323
+ }?
2324
+ }
2325
+ },
2326
+ ]?,
2327
+ output_filters: Array[
2328
+ {
2329
+ json_path: ::String,
2330
+ output_configuration: {
2331
+ output_variable_name_override: ::String?,
2332
+ session_data_namespace: ::String?
2333
+ }?
2334
+ },
2335
+ ]?,
2336
+ input_schema: {
2337
+ }?,
2338
+ output_schema: {
2339
+ }?,
2340
+ annotations: {
2341
+ title: ::String?,
2342
+ destructive_hint: bool?
2343
+ }?,
2344
+ user_interaction_configuration: {
2345
+ is_user_confirmation_required: bool?
2346
+ }?
2347
+ },
2348
+ ]?,
2349
+ connect_instance_arn: ::String?,
2350
+ locale: ::String?
2351
+ }?,
2352
+ note_taking_ai_agent_configuration: {
2353
+ note_taking_ai_prompt_id: ::String?,
2354
+ note_taking_ai_guardrail_id: ::String?,
2355
+ locale: ::String?
2356
+ }?,
2357
+ case_summarization_ai_agent_configuration: {
2358
+ case_summarization_ai_prompt_id: ::String?,
2359
+ case_summarization_ai_guardrail_id: ::String?,
2360
+ locale: ::String?
2089
2361
  }?
2090
2362
  },
2091
2363
  ?description: ::String
@@ -2179,7 +2451,15 @@ module Aws
2179
2451
  }?
2180
2452
  },
2181
2453
  ?description: ::String,
2182
- ?model_id: ::String
2454
+ ?model_id: ::String,
2455
+ ?inference_configuration: {
2456
+ text_ai_prompt_inference_configuration: {
2457
+ temperature: ::Float?,
2458
+ top_p: ::Float?,
2459
+ top_k: ::Integer?,
2460
+ max_tokens_to_sample: ::Integer?
2461
+ }?
2462
+ }
2183
2463
  ) -> _UpdateAIPromptResponseSuccess
2184
2464
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAIPromptResponseSuccess
2185
2465
 
@@ -2190,10 +2470,16 @@ module Aws
2190
2470
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QConnect/Client.html#update_assistant_ai_agent-instance_method
2191
2471
  def update_assistant_ai_agent: (
2192
2472
  assistant_id: ::String,
2193
- ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"),
2473
+ ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"),
2194
2474
  configuration: {
2195
2475
  ai_agent_id: ::String
2196
- }
2476
+ },
2477
+ ?orchestrator_configuration_list: Array[
2478
+ {
2479
+ ai_agent_id: ::String?,
2480
+ orchestrator_use_case: ::String
2481
+ },
2482
+ ]
2197
2483
  ) -> _UpdateAssistantAIAgentResponseSuccess
2198
2484
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssistantAIAgentResponseSuccess
2199
2485
 
@@ -2489,9 +2775,16 @@ module Aws
2489
2775
  },
2490
2776
  ]?
2491
2777
  },
2492
- ?ai_agent_configuration: Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER"), {
2778
+ ?ai_agent_configuration: Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), {
2493
2779
  ai_agent_id: ::String
2494
- }]
2780
+ }],
2781
+ ?orchestrator_configuration_list: Array[
2782
+ {
2783
+ ai_agent_id: ::String?,
2784
+ orchestrator_use_case: ::String
2785
+ },
2786
+ ],
2787
+ ?remove_orchestrator_configuration_list: bool
2495
2788
  ) -> _UpdateSessionResponseSuccess
2496
2789
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSessionResponseSuccess
2497
2790
 
data/sig/errors.rbs CHANGED
@@ -43,6 +43,9 @@ module Aws
43
43
  class UnauthorizedException < ::Aws::Errors::ServiceError
44
44
  def message: () -> ::String
45
45
  end
46
+ class UnprocessableContentException < ::Aws::Errors::ServiceError
47
+ def message: () -> ::String
48
+ end
46
49
  class ValidationException < ::Aws::Errors::ServiceError
47
50
  def message: () -> ::String
48
51
  end