I am using python package dialogflow
to connect to my dialogflow agent. I have 2 doubts regarding dialogflow agent training
- When I add intents using RPC, do I need to explicitly train? And by train I mean call the
TrainAgent
function and wait for it to complete.
- If I call TrainAgent twice in succession without waiting between those calls, will dialogflow train twice or just take the recentmost request and train once?