ANSWERED

Custom Var, JSON API and Webhook

How to send CUSTOM VAR as param in JSON API interaction and webhook?
ANSWERED

NLP Extracted Data

How can i use NLP extracted word as an input to JSON interaction?
ANSWERED

Disable launching the chatbot on refresh (web)

How can I disable launching the chatbot on window refresh (web)
ANSWERED

Customize pop up window of Chatbot

Can I change the size of my chatbot window which pop-up on the website?
ANSWERED

Custom css

Not able to upload custom css file from the channels options.
ANSWERED

Chatbot size

Ist the size of the chatbot on my website individually adjustable?
ANSWERED

Passing userID to webchat client

The web channel's embed code contains a comment to add '&user_ID={login}' in order to authenticate users. However, I can' t get this to work. Embedding works fine except for the user_id coming through in the params as 'user.<some_session_id>.<some_other_session_id>'.
ANSWERED

Bosanski jezik

Da li postoji problem da postavite Bosanski jezik? Kako Vam možemo pomoći da prevedete potrebne varijable za bosanski jezik
ANSWERED

Number of free messages in the free plan

Is there a limit on number of free message or interaction that we send through the bot if we have not taken a PRO plan?
ANSWERED

Talking about Custom Variables and Custom Attributes

Sorry for always disturbing you but... I have two questions about custom attributes and custom variables: • Attribute values will remain also after session expires...But will the value be kept, if its value is a custom variable? Example on 1st Interaction: <<Welcome user! You have [attribute=Gems]. [CustomVar Gems=0] [setAttr Number=[ShowVar=Gems]]>> • I found out I can apply arithmetical functions also with attributes in this way: [ADD[[attribute=Gems],1], however, if an user immediately comes back to the 1st interaction, his Gems will always be 0, because I set the custom variable to 0, moreover variables' value doesn't keep after session expires, so I wanted to save an user's Gems through a custom attribute in this way... 1st interaction: <<Welcome user! To earn 5 Gems, write "5GEMS". You have [ShowVar=Gems]. [setAttr Number=0] [CustomVar Gems=[attribute=Number]>> The user writes 5GEMS and he will be redirected to the Interaction 2: <<Congratulations, now you have [ADD[ShowVar=Gems],5]!>> Let's say the user before had 0 Gems, now he has 5. How can I make the bot remember the new variable's value considering that in the 1st interaction there is [setAttr Number=0]? And how I can keep it also after session expires? Thank you.