Class: Aws::Types::GetSessionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:session_attributes, :active_contexts])

Instance Attribute Summary collapse

Instance Attribute Details

#active_contexts::Array[Types::ActiveContext]

Returns the value of attribute active_contexts.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def active_contexts
  @active_contexts
end

#dialog_actionTypes::DialogAction

Returns the value of attribute dialog_action.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def dialog_action
  @dialog_action
end

#recent_intent_summary_view::Array[Types::IntentSummary]

Returns the value of attribute recent_intent_summary_view.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def recent_intent_summary_view
  @recent_intent_summary_view
end

#session_attributes::Hash[::String, ::String]

Returns the value of attribute session_attributes.

Returns:

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


95
96
97
# File 'sig/types.rbs', line 95

def session_attributes
  @session_attributes
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def session_id
  @session_id
end