finos / symphony-bdk-java

The Symphony BDK (Bot Developer Kit) for Java helps you to create production-grade Chat Bots and Extension Applications on top of the Symphony REST APIs.
https://symphony-bdk-java.finos.org
Apache License 2.0
23 stars 68 forks source link

Enable empty slash command pattern #677

Closed yinan-symphony closed 2 years ago

yinan-symphony commented 2 years ago

Empty pattern was not allowed in the slash command, however the same is allowed in Python BDK.

This commit is to align with Python BDK, an empty pattern is enabled, a slash command has only the Bot mention is now possible.

Description

Closes #[ISSUE NUMBER]

Please put here the intent of your pull request.

Dependencies

List the other pull requests that should be merged before/along this one.

Checklist