Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Move allowed callers and skill conversation factory to SDK #1062

Merged
merged 3 commits into from
Mar 17, 2021

Conversation

LeeParrishMSFT
Copy link
Contributor

@LeeParrishMSFT LeeParrishMSFT commented Mar 17, 2021

Fixes #1041

Description

Moved common code used in skills bots to the SDK including AllowedCallersClaimsValidator.java and SkillConversationIdFactory.java. Also ported additional unit tests for these two classes, and correct samples 80 and 81 to remove the redundant code and use these classes from the SDK.

Specific Changes

Moved AllowedCallersClaimsValidator.java and SkillConversationFactory.java, added unit test classes for each of these respectively, and updated samples 80 and 81 to use the AllowedCallersClaimsValidator and SkillConversationIdFactory that are now part of the SDK.

Testing

Unit tests all pass, and samples were run and tested.

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.

port: move allowed callers and skill conversation factory (#5286)
2 participants