hollow-tomato•16mo ago
Is there a character limit for a Variable in Voiceflow?
Hey all!
I want to create an integration between Voiceflow and Chatbase, where I will be using the AI features of Chatbase in my Voiceflow chatbot.
To create this integration, I need to have a variable called 'chatbase_conversation' where all the messages are stored.
Therefore I want to know: Is there a character limit for a Variable in Voiceflow that I need to take into account?
1 Reply
Voiceflow does not explicitly document a character limit for variables. However, it is generally good practice to keep variable content concise to ensure optimal performance and manageability. For storing extensive conversation data like 'chatbase_conversation', consider breaking down the data into smaller chunks or using multiple variables to handle large amounts of text efficiently. This approach can help avoid potential issues with data handling and performance within your Voiceflow project.