Let's say I have rendered a `single-select` component in the messenger which contains 10 options.
Now, when the user selects one of the options in the `single-select` component I want to open a survey URL using the Intercom action component type `sheet` inside the messenger, which contains an NPS question and its options.
Once the URL is opened in Iframe, I want to highlight the choice which the user has selected.
Basically, when the user selects one of the options in the `single-select` component, I want to get the id of the selected choice and pass it dynamically in the URL to highlight that choice.