Hi,
I wish to have a user interact with a specific intercom bot directly by clicking on a button.
Is that possible?
I am aware that we can launch Intercom from a custom button using
```
Intercom.client().displayMessenger();
```
This opens up the default messenger window based on the conditions mentioned in the docs (https://developers.intercom.com/installing-intercom/docs/android-configuration#section-create-a-custom-launcher
However, I wish to always open up a single custom bot whenever the user clicks on the button regardless of any other conditions.
Is that possible ?