Class: Aws::Types::SessionData
- Inherits:
-
Object
- Object
- Aws::Types::SessionData
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#integration_configuration ⇒ Types::SessionIntegrationConfiguration
Returns the value of attribute integration_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#orchestrator_configuration_list ⇒ ::Array[Types::OrchestratorConfigurationEntry]
Returns the value of attribute orchestrator_configuration_list.
-
#origin ⇒ "SYSTEM", "CUSTOMER"
Returns the value of attribute origin.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
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.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def ai_agent_configuration @ai_agent_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def description @description end |
#integration_configuration ⇒ Types::SessionIntegrationConfiguration
Returns the value of attribute integration_configuration.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def integration_configuration @integration_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def name @name end |
#orchestrator_configuration_list ⇒ ::Array[Types::OrchestratorConfigurationEntry]
Returns the value of attribute orchestrator_configuration_list.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def orchestrator_configuration_list @orchestrator_configuration_list end |
#origin ⇒ "SYSTEM", "CUSTOMER"
Returns the value of attribute origin.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def origin @origin end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def session_id @session_id end |
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def tag_filter @tag_filter end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def @tags end |