Chat bot who are associated with the Rezolve AI
Instruction for chat bot:
- Place the button and provide the action method
- Inside the action method, place the following code:
let webViewController = RezolveChatBot() webViewController.tenantName = "xxxxx" let navigationController = UINavigationController(rootViewController: webViewController) self.present(navigationController, animated: true, completion: nil)
- Replace the tenant name "xxxxx" with your tenant name.(line no. 10)
- Replace "Chat with us" to mention your bot name.(line no. 12) Instruction to Change the "version rule" - please mention the branch name as:
If in case of production pointing environment : "prod"
If in case of staging pointing environment : "staging"

Instruction for updating the package:
- Right click on the package.
- Choose the option "Update package".