Class: Aws::Types::SessionData

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:

  • (::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData])


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.

Returns:

  • (::String)


2792
2793
2794
# File 'sig/types.rbs', line 2792

def description
  @description
end

#integration_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("SYSTEM", "CUSTOMER")


2797
2798
2799
# File 'sig/types.rbs', line 2797

def origin
  @origin
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2790
2791
2792
# File 'sig/types.rbs', line 2790

def session_id
  @session_id
end

#tag_filterTypes::TagFilter

Returns the value of attribute tag_filter.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


2793
2794
2795
# File 'sig/types.rbs', line 2793

def tags
  @tags
end