supplychainpy.bot package

Submodules

supplychainpy.bot.dash module

class supplychainpy.bot.dash.ChatBot

Bases: object

Chat Bot for supplychainpy Reporting.

static chat_machine(message: str) → typing.List[str]

Interact with chat bot my sending a message and waiting for a response. :param message: The message for the chat bot. :type message: str

Returns:The response from the chat bot.
Return type:list

Examples: >>> chat_bot = ChatBot() >>> response = chat_bot.chat_machine(message=’hello’)

Module contents