function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Durga PaavanDurga Paavan 

Having an issue with Packaged Einstein Bot

Hi Guys,

I have developed an Einstein Bot in Developer Edition and packaged it to upload in another org as part of packaging process. I have installed the created package in another org and getting "No Agents available" Error.
No Agents Available Error
Omni Channel is Available:
Omni Channel Available
Please note that I have configured both Live Agent , Omni Channel correctly as i am able to create, connect the bot in installed Org.

Help with this issue is higly appreciated!!.

Please let me know if you need more information.

Thanks.
Durgapaavan
Best Answer chosen by Durga Paavan
Durga PaavanDurga Paavan
This issues has been resolved. The reason it was not working was I have declared the Apex Classes with Public Keyword, Declaring Class, Method and variables with global access modifier resolved the issue.