cohit's picture
Upload folder using huggingface_hub
0827183 verified
README.rst
setup.cfg
setup.py
botbuilder/dialogs/__init__.py
botbuilder/dialogs/_user_token_access.py
botbuilder/dialogs/about.py
botbuilder/dialogs/component_dialog.py
botbuilder/dialogs/dialog.py
botbuilder/dialogs/dialog_container.py
botbuilder/dialogs/dialog_context.py
botbuilder/dialogs/dialog_event.py
botbuilder/dialogs/dialog_events.py
botbuilder/dialogs/dialog_extensions.py
botbuilder/dialogs/dialog_instance.py
botbuilder/dialogs/dialog_manager.py
botbuilder/dialogs/dialog_manager_result.py
botbuilder/dialogs/dialog_reason.py
botbuilder/dialogs/dialog_set.py
botbuilder/dialogs/dialog_state.py
botbuilder/dialogs/dialog_turn_result.py
botbuilder/dialogs/dialog_turn_status.py
botbuilder/dialogs/dialogs_component_registration.py
botbuilder/dialogs/object_path.py
botbuilder/dialogs/persisted_state.py
botbuilder/dialogs/persisted_state_keys.py
botbuilder/dialogs/waterfall_dialog.py
botbuilder/dialogs/waterfall_step.py
botbuilder/dialogs/waterfall_step_context.py
botbuilder/dialogs/choices/__init__.py
botbuilder/dialogs/choices/channel.py
botbuilder/dialogs/choices/choice.py
botbuilder/dialogs/choices/choice_factory.py
botbuilder/dialogs/choices/choice_factory_options.py
botbuilder/dialogs/choices/choice_recognizers.py
botbuilder/dialogs/choices/find.py
botbuilder/dialogs/choices/find_choices_options.py
botbuilder/dialogs/choices/find_values_options.py
botbuilder/dialogs/choices/found_choice.py
botbuilder/dialogs/choices/found_value.py
botbuilder/dialogs/choices/list_style.py
botbuilder/dialogs/choices/model_result.py
botbuilder/dialogs/choices/sorted_value.py
botbuilder/dialogs/choices/token.py
botbuilder/dialogs/choices/tokenizer.py
botbuilder/dialogs/memory/__init__.py
botbuilder/dialogs/memory/component_memory_scopes_base.py
botbuilder/dialogs/memory/component_path_resolvers_base.py
botbuilder/dialogs/memory/dialog_path.py
botbuilder/dialogs/memory/dialog_state_manager.py
botbuilder/dialogs/memory/dialog_state_manager_configuration.py
botbuilder/dialogs/memory/path_resolver_base.py
botbuilder/dialogs/memory/scope_path.py
botbuilder/dialogs/memory/path_resolvers/__init__.py
botbuilder/dialogs/memory/path_resolvers/alias_path_resolver.py
botbuilder/dialogs/memory/path_resolvers/at_at_path_resolver.py
botbuilder/dialogs/memory/path_resolvers/at_path_resolver.py
botbuilder/dialogs/memory/path_resolvers/dollar_path_resolver.py
botbuilder/dialogs/memory/path_resolvers/hash_path_resolver.py
botbuilder/dialogs/memory/path_resolvers/percent_path_resolver.py
botbuilder/dialogs/memory/scopes/__init__.py
botbuilder/dialogs/memory/scopes/bot_state_memory_scope.py
botbuilder/dialogs/memory/scopes/class_memory_scope.py
botbuilder/dialogs/memory/scopes/conversation_memory_scope.py
botbuilder/dialogs/memory/scopes/dialog_class_memory_scope.py
botbuilder/dialogs/memory/scopes/dialog_context_memory_scope.py
botbuilder/dialogs/memory/scopes/dialog_memory_scope.py
botbuilder/dialogs/memory/scopes/memory_scope.py
botbuilder/dialogs/memory/scopes/settings_memory_scope.py
botbuilder/dialogs/memory/scopes/this_memory_scope.py
botbuilder/dialogs/memory/scopes/turn_memory_scope.py
botbuilder/dialogs/memory/scopes/user_memory_scope.py
botbuilder/dialogs/prompts/__init__.py
botbuilder/dialogs/prompts/activity_prompt.py
botbuilder/dialogs/prompts/attachment_prompt.py
botbuilder/dialogs/prompts/choice_prompt.py
botbuilder/dialogs/prompts/confirm_prompt.py
botbuilder/dialogs/prompts/datetime_prompt.py
botbuilder/dialogs/prompts/datetime_resolution.py
botbuilder/dialogs/prompts/number_prompt.py
botbuilder/dialogs/prompts/oauth_prompt.py
botbuilder/dialogs/prompts/oauth_prompt_settings.py
botbuilder/dialogs/prompts/prompt.py
botbuilder/dialogs/prompts/prompt_culture_models.py
botbuilder/dialogs/prompts/prompt_options.py
botbuilder/dialogs/prompts/prompt_recognizer_result.py
botbuilder/dialogs/prompts/prompt_validator.py
botbuilder/dialogs/prompts/prompt_validator_context.py
botbuilder/dialogs/prompts/text_prompt.py
botbuilder/dialogs/skills/__init__.py
botbuilder/dialogs/skills/begin_skill_dialog_options.py
botbuilder/dialogs/skills/skill_dialog.py
botbuilder/dialogs/skills/skill_dialog_options.py
botbuilder_dialogs.egg-info/PKG-INFO
botbuilder_dialogs.egg-info/SOURCES.txt
botbuilder_dialogs.egg-info/dependency_links.txt
botbuilder_dialogs.egg-info/requires.txt
botbuilder_dialogs.egg-info/top_level.txt
tests/test_activity_prompt.py
tests/test_attachment_prompt.py
tests/test_choice_prompt.py
tests/test_confirm_prompt.py
tests/test_date_time_prompt.py
tests/test_dialog_manager.py
tests/test_dialog_set.py
tests/test_dialogextensions.py
tests/test_number_prompt.py
tests/test_oauth_prompt.py
tests/test_object_path.py
tests/test_prompt_validator_context.py
tests/test_skill_dialog.py
tests/test_waterfall.py