Class: Aws::Types::CreateSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSessionRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#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.
825 826 827 |
# File 'sig/types.rbs', line 825 def ai_agent_configuration @ai_agent_configuration end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
820 821 822 |
# File 'sig/types.rbs', line 820 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
819 820 821 |
# File 'sig/types.rbs', line 819 def client_token @client_token end |
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
826 827 828 |
# File 'sig/types.rbs', line 826 def contact_arn @contact_arn end |
#description ⇒ ::String
Returns the value of attribute description.
822 823 824 |
# File 'sig/types.rbs', line 822 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
821 822 823 |
# File 'sig/types.rbs', line 821 def name @name end |
#orchestrator_configuration_list ⇒ ::Array[Types::OrchestratorConfigurationEntry]
Returns the value of attribute orchestrator_configuration_list.
827 828 829 |
# File 'sig/types.rbs', line 827 def orchestrator_configuration_list @orchestrator_configuration_list end |
#remove_orchestrator_configuration_list ⇒ Boolean
Returns the value of attribute remove_orchestrator_configuration_list.
828 829 830 |
# File 'sig/types.rbs', line 828 def remove_orchestrator_configuration_list @remove_orchestrator_configuration_list end |
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
824 825 826 |
# File 'sig/types.rbs', line 824 def tag_filter @tag_filter end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
823 824 825 |
# File 'sig/types.rbs', line 823 def end |