Hello there,
Is there a way of adding trigger phrases in bulk? I've tried using separators as ";" or "," but it just doesn't work:
We have around 20 bots with a very specific topic that has approximately 100 trigger phrases, the whole idea of doing this manually in each bot is simply soul-destroying.
Thank you.
Regards
Solved! Go to Solution.
If you are comfortable updating JSON, you can bulk add trigger phrases to a topic using the following steps,
NOTE: The above steps are for bots in your development environment only.
{
"intents": [
{
"systemIntentTypes": [
"ConversationStart",
"Greeting"
],
"intentType": "System",
"triggerQueries": [
"Good afternoon",
"Good morning",
"Hello",
"Hi virtual agent"
],
"dialogId":
If you are comfortable updating JSON, you can bulk add trigger phrases to a topic using the following steps,
NOTE: The above steps are for bots in your development environment only.
{
"intents": [
{
"systemIntentTypes": [
"ConversationStart",
"Greeting"
],
"intentType": "System",
"triggerQueries": [
"Good afternoon",
"Good morning",
"Hello",
"Hi virtual agent"
],
"dialogId":
Hi @Diganta ,
Thanks for that, it was really helpful 🙂
The only difference from your solution is that we updated the JSON on the Content field as the Obi Data you mentioned was empty:
Keep up to date with current events and community announcements in the Power Virtual Agents community.
A great place where you can stay up to date with community calls and interact with the speakers.