Class: Aws::Types::SessionState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_contexts ⇒ ::Array[Types::ActiveContext]

Returns the value of attribute active_contexts.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def active_contexts
  @active_contexts
end

#dialog_action ⇒ Types::DialogAction

Returns the value of attribute dialog_action.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def dialog_action
  @dialog_action
end

#intent ⇒ Types::Intent

Returns the value of attribute intent.

Returns:



333
334
335
# File 'sig/types.rbs', line 333

def intent
  @intent
end

#originating_request_id ⇒ ::String

Returns the value of attribute originating_request_id.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def originating_request_id
  @originating_request_id
end

#runtime_hints ⇒ Types::RuntimeHints

Returns the value of attribute runtime_hints.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def runtime_hints
  @runtime_hints
end

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

Returns the value of attribute session_attributes.

Returns:

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


335
336
337
# File 'sig/types.rbs', line 335

def session_attributes
  @session_attributes
end