ANSWERED

facebook marketplace

Can I use the bot on "facebook marketplace"?
ANSWERED

Is there full support for Hebrew?

Is there full support for Hebrew? Including the AI / NLP
ANSWERED

Como puedo encadenar dos conexiones IA?

Hola, Estoy creando un bot en el que el usuario entra una frase. Segun su intención lo quiero dirigir a una iteración u a otra. He creado 5 PNL para detectar 5 intenciones: A, B, C, D y E. He creado 4 PNL para detectar 4 intenciones: a, b, c y d. En la primera iteración el usuario escribe una frase y con IA y PNL puedo analizar la frase y determinar cual de las 5 intenciones tiene A, B, C y E. Hasta aquí ningún problema. Como puedo, analizando la misma frase y sin tener que pedir al usuario que vuelva a escribir la misma frase conseguir descubrir las intenciones a, b, c y d? Una solución seria que en la segunda interacción se pudiera analizar con IA y PNL la respuesta de la primera interacción y además que no fuese necesario que el usuario interaccionase en esta interacción, y dirigir directament al usuario a la tercera interacción, donde encontraria la información que está pidiendo. Por exemplo, un caso simplificado: Creo 2 PNL para determinar si el usuario tiene INTENCION de comprar un coche o una moto. Creo 2 PNL para determinar si el usuario tiene INTENCION de comprarlo nuevo o de segunda mano. Para cada uno de los 4 posibles resultados tengo una iteración: coche nuevo, coche usado, moto nueva y moto usada. Si el usuario escribe: "Estoy interesado en un cohe para mi hijo que sea económico, no es necesario que sea nuevo". Com puedo dirigirlo directamente a "coche usado" con estas 4 PNL? Muchas gracias por su atención
ANSWERED

Data Upload

I work for a company that has a massive catalog of products. We frequently get similar inquiries on these products, however for me to manually input all of these materials into your service would take much too long. Is there a way for me to upload a large amount of data that would follow a similar pattern in a spreadsheet so that when people ask for a specific widget that answers for that widget and only that widget come up? So like - If this part number is entered then this price will come up as well as X amount of related products...
ANSWERED

CHAT BOT KEEPS INTERRUPTING ME

How can I take over a conversation in Facebook msgr without the chat bot constantly interrupting me? PLEASE HELP
ANSWERED

Facebook Messenger

I'm having problems getting my bot into Facebook Messenger. Is there anything special I have to do?
ANSWERED

import photos

how to import photos
ANSWERED

User name

Hello can I ask if it is possible to have a user name to people who uses live chats? Recipient key: user.154cc884710659b9.TxG2Uo5f
ANSWERED

API Returning the status true but no message

Hi guys, I have been using this format in my ajax to interact with my Bot using json API for years. and this morning it is not responding perfectly: https://cors-anywhere.herokuapp.com/https://snatchbot.me/channels/api/api/id<BOT_ID>/app<APP_ID>/aps<APP_SECRET>?user_id=<RANDOM ID>&message=Test and it is just generating me this result: {"messages":[],"status":true} I hope you can help me on this one as this is urgent. Thanks a lot Cheers
ANSWERED

Changing the sequence

Hello, I see that Snatchbot's interactions are displayed in a specific order. In each interaction, first all the text part appears then the images and the finally the quick reply buttons. I want to know if there is an option to change this order. For ex. I want 2 lines of text to appear and then a image and then again few lines of text within the same interaction. How is this possible? Please let me know.