Class: AlexaSkill::Intent
- Inherits:
-
Object
- Object
- AlexaSkill::Intent
- Defined in:
- lib/alexa-skill/intent.rb
Instance Attribute Summary collapse
-
#card ⇒ Object
Returns the value of attribute card.
-
#response ⇒ Object
Returns the value of attribute response.
-
#slots ⇒ Object
Returns the value of attribute slots.
-
#utterances ⇒ Object
Returns the value of attribute utterances.
Instance Method Summary collapse
-
#initialize ⇒ Intent
constructor
A new instance of Intent.
Constructor Details
#initialize ⇒ Intent
Returns a new instance of Intent.
5 6 |
# File 'lib/alexa-skill/intent.rb', line 5 def initialize end |
Instance Attribute Details
#card ⇒ Object
Returns the value of attribute card.
3 4 5 |
# File 'lib/alexa-skill/intent.rb', line 3 def card @card end |
#response ⇒ Object
Returns the value of attribute response.
3 4 5 |
# File 'lib/alexa-skill/intent.rb', line 3 def response @response end |
#slots ⇒ Object
Returns the value of attribute slots.
3 4 5 |
# File 'lib/alexa-skill/intent.rb', line 3 def slots @slots end |
#utterances ⇒ Object
Returns the value of attribute utterances.
3 4 5 |
# File 'lib/alexa-skill/intent.rb', line 3 def utterances @utterances end |