ANSWERED

Attributes with Json api

The attribute is successfully sent to my server but instead of the value of [extractedData interaction=179415 fallback=TEXT] , this whole thing i.e '[extractedData interaction=179415 fallback=TEXT] ' is being sent. I am sure that this variable is initialized in correct module but still on my web api side i am receiving '[extractedData interaction=179415 fallback=TEXT] ' instead of its value , please guide me through this.
ANSWERED

Text input is disabled

My bot was working but suddenly text input got disabled in all my bots. I can not type in text input box. Disable checkbox is unchecked on all bots, interactions. It is both browsers (Google Chrome and FF) Not sure how to fix. Can you help. Thanks.
ANSWERED

Nlp not working if there're not spaces between words

Hi, i'm testing nlp in Italian. I've foud a problem when there're not spaces between words or simbols. For example if i wrote "qual'è lo stato del mio ordine?" the nlp found 1 entity "stato", instead of i wrote "qual'è lo stato del mio ordine ?" the nlp found 2 entity "stato" and "ordine". This problem occurs even in your pretrained model; for example in the detect locations model you wrote: Trained model based on a neural network, detected locations Example: Text: L'insolazione dell'Australia supera di gran lunga i valori medi in Europa, Russia e gran parte del Nord America. Found matches: Europa, Russia, America As you can see the nlp non find "australia" only beacuse there's not a space from dell' and australia.
ANSWERED

Do you plan to add Alexa and Google Assistant to supported channels ?

And if yes... do you have a timeline ? Thx :- )
ANSWERED

pass user's response JSON API

Hi Snatch Bot team , Recently we asked few of your interns to search out for best chatbot making platform . One of our intern suggested us about Snatch Bot , our whole team liked it , we were on the verge of choosing Snatch Bot for building our Bot , but one thing which is very much necessary , intern were getting problem at , JSON API . We checked out your weather API template but seems it either needs more explanation with more better example or something seems missing in it . What issue we are facing is , we want to pass user;s response to API , so that according to response , we could give respective response from the API sample scenerio Lets say we have data of 100 todos. Each todo has a unique id associated with it .What we want is , We want user to give the Id and based on that Id , our Api will send the response corresponding to the given Id. So , how to send Id to the JSON Api basically HOW TO SEND USER'S RESPONSE to the JSON API ANother example lets say user is asked name , user enter the name , now HOW to pass that name to OUR API gone through most the answers but they points to mostly documentation which we have already stated that seems it lacks something It would be very nice if the Snatch Bot team could give a small example based on above scenrio , we are pretty sure that it wouldn't take more then 5 min to do the above task and 5 min more to document it well , in total 10 min , which is far better then just giving the links of document for a problem , examples are much better way to explain , at least in our team we use examples to solve doubts , may be it doesn;t work for everyone , but it would be very nice if the Snatch Bot team could give a small based on above scenerio and also give API structure (if possible in Node.js ) We really appreciate your product :) Thank You
ANSWERED

Custom Variable and Arithmetic Calculations

Hello, Thanks a lot for your useful responses. But in the third interaction below, I either want the user to input their gender (male / female) or I also tried creating Quick Reply buttons to connect to the next interaction. But either way it is giving an error response. After the third interaction when I enter a number, I am getting the desired output but when I enter text, it results in error message. Kindly help me on that. Interaction 1: Hi! Please enter your first value. Interaction 2: Great! Now enter your second value. [customVar A=[responseTo interaction=1 fallback=TEXT]] Interaction 3: Excellent! Please mention your gender. [customVar B=[DIV [[showVar=A], [responseTo interaction=2 fallback=TEXT]]]] Interaction 4: The result is [IF([showVar=B]=5){Congratulations.}]
ANSWERED

Extracted Data Interaction

Hi. I am trying to extract data from previous interaction however it selects the whole previous response. How do I select one word or phrase?
ANSWERED

Snatchbot tracking

I don't know how to do snapchat tracking with GTM. is it possible? if yes how to do it.
ANSWERED

How to hide the chatbot on mobile devices?

How to hide the chatbot on mobile devices? Does anyone know? Thanks!
ANSWERED

Erro com webhook do slack

Bom dia, Realizando testes de envio de dados através de webhooks, utilizamos 2 formas distintas: Através do site hook.io (https://hook.io/) o qual permitiu o teste sem problemas Através do slack, estamos tendo problemas de integração, onde está sendo apresentado erro 400. A princípio parece ser o tamanho do endereço, pois reduzindo ele o erro não ocorre, mas também não há a comunicação com o webhook EX: https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/YtzclO7BuBVNecelGWN1wGho Alguém ja testou a integração com webhook via slack que possa me auxiliar nessa dúvida?