Spaces:
Build error
Build error
Validify-testbot-1
/
botbuilder-python
/libraries
/botbuilder-adapters-slack
/botbuilder
/adapters
/slack
/slack_adatper_options.py
| # Copyright (c) Microsoft Corporation. All rights reserved. | |
| # Licensed under the MIT License. | |
| class SlackAdapterOptions: | |
| """ | |
| Class for defining implementation of the SlackAdapter Options. | |
| """ | |
| def __init__(self): | |
| self.verify_incoming_requests = True | |