Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Conversation

@ceciliaavila
Copy link
Contributor

Fixes #422

Description

This PR updates the use of the SkillConversationIdFactory class for DotNet and JavaScript bots removing the existing custom class in favor of the one in BotBuilder SDK.

Note: Python currently doesn't have the SkillConversationIdFactory implemented, which has been removed in the botbuilder-python PR#821 (file).

Specific Changes

  • Updates all SkillConversationIdFactory instances to use the BotBuilder SDK class for DotNet and JavaScript.
  • Updates conversationIdFactory parameter reference in TokenExchangeSkillHandler for JavaScript.
  • Removes the SkillConversationIdFactory custom class and file from DotNet and JavaScript.

Testing

The following image show the pipeline continues to work after the changes.
image

@gabog gabog merged commit c41b61b into microsoft:main May 27, 2021
@ceciliaavila ceciliaavila deleted the southworks/update/conversation-id-factory branch May 27, 2021 20:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace custom SkillConversationIdFactory instance by SDK SkillConversationFactory

4 participants