mindmeld.bot.webex_bot_server module

This module contains the Webex Bot Server component.

exception mindmeld.bot.webex_bot_server.WebexBotServerException[source]

Bases: Exception

class mindmeld.bot.webex_bot_server.WebexBotServer(name, app_path, nlp=None, webhook_id=None, access_token=None)[source]

Bases: object

A sample server class for Webex Teams integration with any MindMeld application

run(host='localhost', port=7150)[source]