ShinyChatbot: Shiny Chatbot

Description Usage Arguments See Also Examples

Description

FUNCTION_DESCRIPTION

Usage

1
ShinyChatbot(api_key, workspace, title = "Chatbot powered by Watson")

Arguments

api_key

The API key

workspace

The workspace api for your chatbot

title

The title for the chatbox

See Also

runApp

Examples

1
2
3
4
5
if(interactive()){
library(IMWatson)
ShinyChatbot(api_key = your_api_key,
workspace = your_workspace)
 }

IMWatson documentation built on May 2, 2019, 2:43 a.m.