Hi Team, right now I’m trying to restore an agent using this method.
When I do it from the documentation It works, but when I do it from the curl Google provide, I get the same server response, but the restore doesn’t happen.
but when reloading the bot, the restoration hasn’t happened.
so server response from curl is telling me, the restoration was fine but when loading the bot, it is not.
So what you see as a result of your call is a 200 OK and a link to a Long Time Operation. This does not mean that your agent was restored, this means that the long-time operation was successfully created. The long-time operation is the one that imports the agent, you have to query that operation to check the actual status and the errors.