Spaces:
Build error
Build error
Validify-testbot-1
/
botbuilder-python
/libraries
/botbuilder-dialogs
/botbuilder
/dialogs
/persisted_state_keys.py
# Copyright (c) Microsoft Corporation. All rights reserved. | |
# Licensed under the MIT License. | |
class PersistedStateKeys: | |
def __init__(self): | |
self.user_state: str = None | |
self.conversation_state: str = None | |