Class: Aws::Types::UpdateSessionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:



3327
3328
3329
# File 'sig/types.rbs', line 3327

def assistant_id
  @assistant_id
end

#description::String

Returns the value of attribute description.

Returns:



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.

Returns:



3332
3333
3334
# File 'sig/types.rbs', line 3332

def orchestrator_configuration_list
  @orchestrator_configuration_list
end

#remove_orchestrator_configuration_listBoolean

Returns the value of attribute remove_orchestrator_configuration_list.

Returns:



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.

Returns:



3328
3329
3330
# File 'sig/types.rbs', line 3328

def session_id
  @session_id
end

#tag_filterTypes::TagFilter

Returns the value of attribute tag_filter.

Returns:



3330
3331
3332
# File 'sig/types.rbs', line 3330

def tag_filter
  @tag_filter
end