Reputation: 409
I am using python package dialogflow
to connect to my dialogflow agent. I have 2 doubts regarding dialogflow agent training
TrainAgent
function and wait for it to complete.Upvotes: 2
Views: 649
Reputation: 210
Upvotes: 2
Reputation: 2904
Training will happen automatically each time you make a change to the agent and its intents. Calling TrainAgent twice will effectively restart the training from the second time that you call it.
Upvotes: 6