Module: Halo

Extended by:
Sinatra::Extension
Defined in:
lib/alexa_halo.rb,
lib/alexa_halo/custom_slots.rb,
lib/alexa_halo/intent_schema.rb,
lib/alexa_halo/sample_utterances.rb

Class Method Summary collapse

Class Method Details

.custom_slotsObject



2
3
4
# File 'lib/alexa_halo/custom_slots.rb', line 2

def self.custom_slots
  File.read(File.expand_path('../../../skills_config/custom_slots.txt', __FILE__))
end

.intent_schemaObject



2
3
4
# File 'lib/alexa_halo/intent_schema.rb', line 2

def self.intent_schema
  File.read(File.expand_path('../../../skills_config/intent_schema.txt', __FILE__))
end

.sample_utterancesObject



2
3
4
# File 'lib/alexa_halo/sample_utterances.rb', line 2

def self.sample_utterances
  File.read(File.expand_path('../../../skills_config/sample_utterances.txt', __FILE__))
end