Adding Voiceflow Message bot to just one page

Hi, I have a Voiceflow message bot that I just want to add to one page on our Shopify website, I need to paste the code snippet before the closing body tag - but on just one page that I have created a layout template for - any suggestions greatly appreciated.

Thanks in advance.

Hello @RawkusWorldwide ,

{% if page.handle == “you-page-handle” %}

// Your code here
// Just change the you-page-handle with actual page handle
{% endif %}

Regards
Guleria