public class Config
extends java.lang.Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
void |
apiKey(java.lang.String apiKey)
Set a custom API key for retrieving Xapps.
|
void |
appKey(java.lang.String appKey)
Set a custom APP key for retrieving Xapps.
|
void |
xappLocationUrl(java.lang.String newUrl)
Set the default server url to retrieve xapps.
|
void |
xvrLocationUrl(java.lang.String newUrl)
Set the default xvr server url to listen for utterances.
|
public void xappLocationUrl(java.lang.String newUrl)
public void xvrLocationUrl(java.lang.String newUrl)
public void appKey(java.lang.String appKey)
public void apiKey(java.lang.String apiKey)