Class: Aws::Types::PutSessionResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#active_contexts::String

Returns the value of attribute active_contexts.



239
240
241
# File 'sig/types.rbs', line 239

def active_contexts
  @active_contexts
end

#audio_stream::IO

Returns the value of attribute audio_stream.



237
238
239
# File 'sig/types.rbs', line 237

def audio_stream
  @audio_stream
end

#content_type::String

Returns the value of attribute content_type.



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

def content_type
  @content_type
end

#dialog_state"ElicitIntent", ...

Returns the value of attribute dialog_state.



235
236
237
# File 'sig/types.rbs', line 235

def dialog_state
  @dialog_state
end

#encoded_message::String

Returns the value of attribute encoded_message.



233
234
235
# File 'sig/types.rbs', line 233

def encoded_message
  @encoded_message
end

#intent_name::String

Returns the value of attribute intent_name.



229
230
231
# File 'sig/types.rbs', line 229

def intent_name
  @intent_name
end

#message::String

Returns the value of attribute message.



232
233
234
# File 'sig/types.rbs', line 232

def message
  @message
end

#message_format"PlainText", ...

Returns the value of attribute message_format.



234
235
236
# File 'sig/types.rbs', line 234

def message_format
  @message_format
end

#session_attributes::String

Returns the value of attribute session_attributes.



231
232
233
# File 'sig/types.rbs', line 231

def session_attributes
  @session_attributes
end

#session_id::String

Returns the value of attribute session_id.



238
239
240
# File 'sig/types.rbs', line 238

def session_id
  @session_id
end

#slot_to_elicit::String

Returns the value of attribute slot_to_elicit.



236
237
238
# File 'sig/types.rbs', line 236

def slot_to_elicit
  @slot_to_elicit
end

#slots::String

Returns the value of attribute slots.



230
231
232
# File 'sig/types.rbs', line 230

def slots
  @slots
end