public class RasaBotMillContext extends Object
| Constructor and Description |
|---|
RasaBotMillContext() |
| Modifier and Type | Method and Description |
|---|---|
static RasaBotMillContext |
configure()
Creates the action.
|
static RasaConnectionConfig |
getRasaConfig()
Gets the rasa config.
|
void |
setup(String serverUrl)
Sets the up.
|
void |
setup(String serverUrl,
String token)
Setup.
|
void |
setup(String serverProtocol,
String serverUrl,
String serverPort)
Setup.
|
void |
setup(String serverProtocol,
String serverUrl,
String serverPort,
String token)
Setup.
|
public static RasaBotMillContext configure()
public void setup(String serverProtocol, String serverUrl, String serverPort)
serverProtocol - the server protocolserverUrl - the server urlserverPort - the server portpublic void setup(String serverProtocol, String serverUrl, String serverPort, String token)
serverProtocol - the server protocolserverUrl - the server urlserverPort - the server porttoken - the tokenpublic void setup(String serverUrl)
serverUrl - the new uppublic void setup(String serverUrl, String token)
serverUrl - the server urltoken - the tokenpublic static RasaConnectionConfig getRasaConfig()
Copyright © 2017 BotMill. All rights reserved.