-
Notifications
You must be signed in to change notification settings - Fork 135
Config_Client_Alexa
Keith Sterling edited this page Feb 21, 2019
·
2 revisions
In addition to the common configuration items available to all rest based clients, the additional configuration items available to a Alexa client are as follows
alexa:
host: 127.0.0.1
port: 5000
debug: false
launch_text: Hello and welcome
launch_srai: ALEXA_LAUNCH
cancel_text: OK, what else can I do?
cancel_srai: ALEXA_CANCEL
stop_text: Good bye matey
stop_srai: ALEXA_STOP
help_text: Ask me anything, I know loads
help_srai: ALEXA_HELP
error_text: Oopsie there has been an error
error_srai: ALEXA_ERROR
leave_intents: AMAZON.CancelIntent, AMAZON.StopIntent
intent_map_file: intents.map
- host - See REST Configuration
- port - See REST Configuration
- debug - See REST Configuration
- launch_text - The text to say when the bot is launched
- launch_srai - The SRAI to call on launch, if missing, tries to use 'launch_text'
- cancel_text - The text to say when the bot is cancelled
- cancel_srai - The SRAI to call on cancel, if missing, tries to use 'cancel_text'
- stop_text - The text to say when the bot is stopped
- stop_srai - The SRAI to call on stop, if missing, tries to use 'stop_text'
- help_text - The text to say if user askes for help
- help_srai - The SRAI to call if the user asks for help, if missing uses, 'help_text'
- error_text - The text to say if there is an error
- error_srai - The SRAI to call on error, if missing tries to use 'error_text'
- leave_intents - The Amazon intents that mean the bot should leav
- intent_map_file - The intent map file
Email: [email protected] | Twitter: @keiffster | Facebook: keith.sterling | LinkedIn: keithsterling | My Blog
- Home
- Background
- Guiding Principles
- Reporting an Issue
- Installation
- You And Your Bot
- Bots
- Clients
- Configuration
- AIML
- Sentence Splitting
- Natural Langauge Processing
- Normalization
- Spelling
- Sentiment Analysis
- Translation
- Security
- Hot Reload
- Logging
- Out of Band
- Multi Language
- RDF Support
- Rich Media
- Asynchronous Events
- Triggers
- External Services
- Dynamic Sets, Maps & Vars
- Extensions
- Pre & Post Processors
- Custom Nodes
- The Brain Tree
- Utilities
- Building It Yourself
- Creating Your Own Bot
- Contributing
- Performance Testing
- FAQ
- History
- Website