CommandOptions interface
Options to initialize CommandBot.
Properties
commands | The commands to registered with the command bot. Each command should implement the interface TeamsFxBotCommandHandler so that it can be correctly handled by this command bot. |
sso |
The commands to registered with the sso command bot. Each sso command should implement the interface TeamsFxBotSsoCommandHandler so that it can be correctly handled by this command bot. |
Property Details
commands
The commands to registered with the command bot. Each command should implement the interface TeamsFxBotCommandHandler so that it can be correctly handled by this command bot.
commands?: TeamsFxBotCommandHandler[]
Property Value
ssoCommands
The commands to registered with the sso command bot. Each sso command should implement the interface TeamsFxBotSsoCommandHandler so that it can be correctly handled by this command bot.
ssoCommands?: TeamsFxBotSsoCommandHandler[]