ANSWERED

While adding bot to site, i'm getting error in console & Bot is not opening

I'm not seeing the bot on my site after putting the link & script. Please help, error in console is: Constructor init main-es2015.5a1081647f4340046a94.js:1 ERROR DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. at kg.getAllAppleCookies (https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:1250772) at kg.clearLocalStorageAndCookie (https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:1264060) at kg.ngOnInit (https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:1245006) at https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:280755 at https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:280798 at Gv (https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:282134) at vw (https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:290232) at Object.updateDirectives (https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:1383526) at Object.updateDirectives (https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:287090) at qv (https://webchat.snatchbot.me/main-es2015.5a1081647f4340046a94.js:1:278676)
ANSWERED

can I ads Icon fron suggested button

Hello Can i had Icon from sugested button
ANSWERED

Can't connect to twillio

Hi i'm trying to deploy my bots to twillio, i tried the method from your document but it still didnt responding. i'm using the trial version twillio, before i buyed the real versions i wan't to tried it first
ANSWERED

Google Page Speed drops by 30 points using embed code

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.cims.org%2F&tab=mobile I get a 30 point lower rating my keeping your embed code on my site. If I remove it I get a 30 point flat increase in my score. Do you have a plugin or something available for WordPress or something to keep most files local rather than fetching from your servers which are slower to load from as per googles rating.
ANSWERED

Email a chat session

Can you email an entire chat session to an email address. The send email module only send the email address, subject and the interaction. I need the entire chat conversation. Also, can you bold text in a web chat?
ANSWERED

Passing Data from Card button to another JSON Api interaction

Hi, Is it possible to pass data from a response card button to another json api interaction? Basically, 1. I got the response from server and I will display cards on the bot, each card has a button. 2. Clicking a button will pass an id to another JSON api to retrieve additional details (using the id) from the server. Is this possible? Thanks!!
ANSWERED

Possible bug : "showVar" and "setAttribute" together.

Hi, It seems there is a bug when we set the value of an attribute (setAttribute) in the same interaction where we call the value a of variable (showVar). Here is a simplified example to reproduce the bug : {Interaction 001} What is your first name? {Interaction 002} What is your middle name? [customVar varFirstName=[responseTo interaction=001 fallback=TEXT]] {Interaction 003} [showVar=varFirstName], what is your last name? [setAttribute attrMiddleName=[responseTo interaction=002 fallback=TEXT]] In this case the output of Interaction 003 is (between the dashes) : ------------------ George, what is your last name? ] ------------------ There is a "]" left from the instruction to set the attribute. Also, except this visible effect, the value of the attribute is not set correctly. If we don't call the value of the variable (showVar), or if we don't set the value of the attribute (setAttribute), so they don't exist together in the same interaction, then there is no problem. Note : The attribute has been defined in an earlier interaction.
ANSWERED

Not getting response from webhook

This is the webhook I have integrated with snatchbot https://wiki-api-snatch.herokuapp.com/wiki/English. I am not getting a response from snatch bot
ANSWERED

how many Queries per second/minute do we get in the free and the paid version?

ANSWERED

Need Complete chat Report in a real Sequence

How can I get complete chat details in a proper way of those who have chat on my website.....kindly check my web chat and revert.