Class: Aws::Types::PutSessionRequest

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

#accept::String

Returns the value of attribute accept.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def accept
  @accept
end

#active_contexts::Array[Types::ActiveContext]

Returns the value of attribute active_contexts.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def active_contexts
  @active_contexts
end

#bot_alias::String

Returns the value of attribute bot_alias.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def bot_alias
  @bot_alias
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def bot_name
  @bot_name
end

#dialog_actionTypes::DialogAction

Returns the value of attribute dialog_action.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def dialog_action
  @dialog_action
end

#recent_intent_summary_view::Array[Types::IntentSummary]

Returns the value of attribute recent_intent_summary_view.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

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])


219
220
221
# File 'sig/types.rbs', line 219

def session_attributes
  @session_attributes
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def user_id
  @user_id
end