symphony.bdk.core.symphony_bdk.bot_service#

symphony.bdk.core.symphony_bdk.bot_service(func)#

Decorator to check if a bot service account is configured before making the actual function call.

Parameters

func – the decorated function.

Returns

the value returned by the decorated function with the passed arguments.

Raise

BotNotConfiguredError if the bot service account is not configured.