Payload and closing brackets

Hey all,

My intents all have the following pattern: “something(option1)”

When I create a button to fetch a intent like this, all characters are recognized except for the ‘)’ character. Why does it happen? I even tested other special characters but the issue seems to be with the closing bracked.

I tried escaping the character but I still have the prompt printing “unable to find intent something(option1”. Any fix or suggestion I can adopt before changing the syntax pattern of the intents?