powered by
FUNCTION_DESCRIPTION
ShinyChatbot(api_key, workspace, title = "Chatbot powered by Watson")
The API key
The workspace api for your chatbot
The title for the chatbox
runApp
# NOT RUN { if(interactive()){ library(IMWatson) ShinyChatbot(api_key = your_api_key, workspace = your_workspace) } # }
Run the code above in your browser using DataLab