You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BUTTONS value is not a valid value since the API is expecting BUTTON("button"). You can see this example in documentation.
I have tried to make a call using BUTTONS but received the following error:
http status code: 400
{code=21, description='Content is not valid for type hsm: hsm components validation has failed. validation of component template has failed. Err: unknown component type buttons', parameter='null'}
The text was updated successfully, but these errors were encountered:
The current possible values of
MessageComponentType
enum are:The
BUTTONS
value is not a valid value since the API is expectingBUTTON("button")
. You can see this example in documentation.I have tried to make a call using
BUTTONS
but received the following error:The text was updated successfully, but these errors were encountered: