botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

[PORT] Rename ConversationIdFactoryBase to SkillConversationIdFactoryBase

Open ceciliaavila opened this issue 4 years ago • 0 comments

Version

4.13

Describe the bug

Python ConversationIdFactoryBase class and file should be renamed to SkillConversationIdFactoryBase and skill_conversation_id_factory_base.py like its counterparts in DotNet, JavaScript and Java to maintain parity between languages.

Note: This will represent a breaking change for any user who is using both file and base class reference.

Expected behavior

This class and file are expected to have the same name across all supported languages.

ceciliaavila avatar Jun 04 '21 18:06 ceciliaavila