Class: AlexaSkill::Intent

Inherits:
Object
  • Object
show all
Defined in:
lib/alexa-skill/intent.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeIntent

Returns a new instance of Intent.



5
6
# File 'lib/alexa-skill/intent.rb', line 5

def initialize
end

Instance Attribute Details

#cardObject

Returns the value of attribute card.



3
4
5
# File 'lib/alexa-skill/intent.rb', line 3

def card
  @card
end

#responseObject

Returns the value of attribute response.



3
4
5
# File 'lib/alexa-skill/intent.rb', line 3

def response
  @response
end

#slotsObject

Returns the value of attribute slots.



3
4
5
# File 'lib/alexa-skill/intent.rb', line 3

def slots
  @slots
end

#utterancesObject

Returns the value of attribute utterances.



3
4
5
# File 'lib/alexa-skill/intent.rb', line 3

def utterances
  @utterances
end