Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dialogflow how to merge couple of agents in one

I am new in DialogFlow , I started to create agent, and started from smaltalk scratch. The question is how can I attach more pre-build agents like alarm and app-management, and maybe currency-converter into newly created one?

Thanks for any help.

like image 721
greencrest Avatar asked Dec 13 '17 10:12

greencrest


1 Answers

You can import prebuilt agents into your existing agent to expand your agent's ability to respond to a variety of inputs. Importing will add intents and entities to your existing agent, expanding its functionality and will not remove or alter any existing intents, entities or functions like small talk.

If you have another Dialogflow agent you'd like to "merge" into another agent you can export one agent and import it into another to "merge" the two agent's functionalities. Please note that this may result in unexpected behavior and is not recommended as a development technique.

like image 69
matthewayne Avatar answered Nov 05 '22 05:11

matthewayne