-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
block_suggestion response does not support description in an option #1343
Comments
Hi @ESteanes, thanks for writing in! This class represents the option data structure and it has the description fileld! Hope this helps. |
In that case, are we able to make BlockSuggestions accept the OptionObject class? My use case: I've got an External options field https://api.slack.com/reference/block-kit/block-elements#external_multi_select and maybe its not supported by the API officially but in a previous Go bot I was able to push OptionObjects in that BlockSuggestionResponse. |
@ESteanes Oh, I see. The option value didn't support description in the past, but indeed, having a description is now feasible. The class needs to be updated to support the use case. Thanks for reporting this issue! We will resolve it in the next patch version release. |
…ion in an option
…ion in an option
https://api.slack.com/reference/block-kit/composition-objects#option
We should be able to add a plain text description to an option object - this is possible using the API but is not available in the SDK
Category (place an
x
in each of the[ ]
)Requirements
Please make sure if this topic is specific to this SDK. For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.
The text was updated successfully, but these errors were encountered: