Is your feature request related to a problem? Please describe.
Enabling silentMode without specifying retryAfter will always throw an error when validating the Switcher Context.
Including a value for retryAfter without silentMode will have no effect on using Silent Mode.
Describe the solution you'd like
Combine the 2 arguments into a single parameter to make it simpler for developers to set up Switcher Context.
Is your feature request related to a problem? Please describe.
Enabling
silentModewithout specifyingretryAfterwill always throw an error when validating the Switcher Context.Including a value for
retryAfterwithoutsilentModewill have no effect on using Silent Mode.Describe the solution you'd like
Combine the 2 arguments into a single parameter to make it simpler for developers to set up Switcher Context.