Class: Aws::Types::UpdateSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_configuration ⇒ ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]
Returns the value of attribute ai_agent_configuration.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#orchestrator_configuration_list ⇒ ::Array[Types::OrchestratorConfigurationEntry]
Returns the value of attribute orchestrator_configuration_list.
-
#remove_orchestrator_configuration_list ⇒ Boolean
Returns the value of attribute remove_orchestrator_configuration_list.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
Instance Attribute Details
#ai_agent_configuration ⇒ ::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]
Returns the value of attribute ai_agent_configuration.
3331 3332 3333 |
# File 'sig/types.rbs', line 3331 def ai_agent_configuration @ai_agent_configuration end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
3327 3328 3329 |
# File 'sig/types.rbs', line 3327 def assistant_id @assistant_id end |
#description ⇒ ::String
Returns the value of attribute description.
3329 3330 3331 |
# File 'sig/types.rbs', line 3329 def description @description end |
#orchestrator_configuration_list ⇒ ::Array[Types::OrchestratorConfigurationEntry]
Returns the value of attribute orchestrator_configuration_list.
3332 3333 3334 |
# File 'sig/types.rbs', line 3332 def orchestrator_configuration_list @orchestrator_configuration_list end |
#remove_orchestrator_configuration_list ⇒ Boolean
Returns the value of attribute remove_orchestrator_configuration_list.
3333 3334 3335 |
# File 'sig/types.rbs', line 3333 def remove_orchestrator_configuration_list @remove_orchestrator_configuration_list end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
3328 3329 3330 |
# File 'sig/types.rbs', line 3328 def session_id @session_id end |
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
3330 3331 3332 |
# File 'sig/types.rbs', line 3330 def tag_filter @tag_filter end |