Which cookies are neccesary for the chatbot
Whenever we reject cookies on our website we see the chatbot doesn't appear on the website. can you tell us the necessary cookies which we will then enables on our website.
vfrc.memory persistence.
vfrcmemory<script>
window.voiceflow.chat.load({
verify: { projectID: 'YOUR_PROJECT_ID' },
url: 'https://general-runtime.voiceflow.com',
versionID: 'production',
assistant: {
persistence: 'memory' // avoids localStorage, works even when storage is blocked
}
});
</script>