Class: Aws::Types::PutSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


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

def bot_alias_id
  @bot_alias_id
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


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

def bot_id
  @bot_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


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

def locale_id
  @locale_id
end

#messages ⇒ ::Array[Types::Message]

Returns the value of attribute messages.

Returns:



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

def messages
  @messages
end

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

Returns the value of attribute request_attributes.

Returns:

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


226
227
228
# File 'sig/types.rbs', line 226

def request_attributes
  @request_attributes
end

#response_content_type ⇒ ::String

Returns the value of attribute response_content_type.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def response_content_type
  @response_content_type
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


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

def session_id
  @session_id
end

#session_state ⇒ Types::SessionState

Returns the value of attribute session_state.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def session_state
  @session_state
end