Skip to content

a-science/RezolveChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RezolveChatBot

Chat bot who are associated with the Rezolve AI

Instruction for chat bot:

  1. Place the button and provide the action method
  2. 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)

  1. Replace the tenant name "xxxxx" with your tenant name.(line no. 10)
  2. 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" Environment_change

Instruction for updating the package:

  1. Right click on the package.
  2. Choose the option "Update package".

About

Chat bot who are associated with the Rezolve AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published