In the previous Botsify system, you could create conditions using if/else rules.
For example:
- If the user is male → respond with “Hey man, welcome!”
- If the user is female → respond with “Hi there, welcome!”
This required manually creating branches in the conversation.
What’s Changed Now
With Agentic Botsify, you don’t need to build conditions step by step.
👉 The AI already has full context of the conversation and remembers user attributes automatically (like gender, location, preferences, or any detail collected during the chat).
Instead of wiring conditions manually, you simply tell the AI what to do — and it will handle the conditional flow.
Example
Old Way (Manual If/Else):
- IF user = male → reply “Welcome, sir!”
- ELSE IF user = female → reply “Welcome, ma’am!”
New Way (Agentic AI):
Just type to your AI assistant:
If the user tells you they are male, greet them with: "Welcome, sir!"
If the user tells you they are female, greet them with: "Welcome, ma’am!"
Otherwise, use a neutral greeting: "Welcome to our service!"
The AI will:
- Remember the user’s gender (or other attributes).
- Apply the right response automatically.
- Keep using that context in future messages.
Advanced Use Cases
You can set conditions for:
- Personalization: “If the user is a returning customer, greet them by name.”
- Business Rules: “If the user’s budget is below $100, show them our basic plan. If above, show premium options.”
- Conversation Flow: “If the user says they’re interested in fitness, offer gym plans. If they say nutrition, offer meal plans.”
✅ Summary:
- Old: You had to manually create if/else branches.
- New: Just describe the condition in plain language, and the AI builds the flow.
Your AI remembers user attributes automatically and adapts responses accordingly.
Comments
0 comments
Please sign in to leave a comment.