Class: Kward::Transport::InteractionRequest
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::InteractionRequest
- Defined in:
- lib/kward/transport.rb
Instance Attribute Summary collapse
-
#choices ⇒ Object
readonly
Returns the value of attribute choices.
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#prompt ⇒ Object
readonly
Returns the value of attribute prompt.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#turn_id ⇒ Object
readonly
Returns the value of attribute turn_id.
Instance Attribute Details
#choices ⇒ Object (readonly)
Returns the value of attribute choices
23 24 25 |
# File 'lib/kward/transport.rb', line 23 def choices @choices end |
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at
23 24 25 |
# File 'lib/kward/transport.rb', line 23 def expires_at @expires_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
23 24 25 |
# File 'lib/kward/transport.rb', line 23 def id @id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
23 24 25 |
# File 'lib/kward/transport.rb', line 23 def kind @kind end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
23 24 25 |
# File 'lib/kward/transport.rb', line 23 def @metadata end |
#prompt ⇒ Object (readonly)
Returns the value of attribute prompt
23 24 25 |
# File 'lib/kward/transport.rb', line 23 def prompt @prompt end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
23 24 25 |
# File 'lib/kward/transport.rb', line 23 def session_id @session_id end |
#turn_id ⇒ Object (readonly)
Returns the value of attribute turn_id
23 24 25 |
# File 'lib/kward/transport.rb', line 23 def turn_id @turn_id end |