I’m typing this in bed, so I am not looking at my chatbot and may not remember the exact names of things. But, we can work through that.
I have a couple questions about variables, both local and global.
Question 1
When my bot starts, it appears, to the user, to be asking a question. “What acronym would you like the definition for?” This is being displayed using the message tool, since, If I use the question tool, the bot will not realize it if a user is trying to type a trigger phrase instead of an acronym. If a user types in a word or phrase that does not fit any of my trigger phrases, the agent will default to the fallback topic. I believe that’s what it’s called.
Now, the word or phrase they typed in is stored in some variable by the system. Something like errorPhrase or errorTriggerPhrase. How can I get that phrase or word and make it a global variable? The only way I have been able to make a global variable like bot.varMyVariable, is to use the question tool, accepting anything they type as the answer, and making that answer a global variable in the question tool. But again, in the question tool, nothing they type gets checked for triggers.
Question 2
How can I pass more than one variable into an action flow?
Question 3
Why can’t action flows see all my global variables?
Last question
At least in my company, there are system variables like bot.userID and bot.userFullName. So you can personalize questions and answers by throwing in their name like the bot knows them.
How can I access these variables from within an action flow without having to make it the one variable I seem to be allowed to pass in when the action flow is started?
Frank Puthuff
Dell Technologies

Report
All responses (
Answers (