Skip to content

Config_Client_Alexa

Keith Sterling edited this page Feb 20, 2019 · 2 revisions

XMPP Client Configuration

In addition to the common configuration items available to all clients, the additional configuration items available to a XMPP 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
Clone this wiki locally