BotSharp.RestApi
Agent
Initialize dialog controller and get a platform instance
Restore a agent from a uploaded zip file
Train agent
Dump agent
Array of additional context objects. Should be sent via a POST /query request.
Contexts sent in a query are activated before the query.
Object containing event name and additional data.
The "data" parameter can be submitted only in POST requests.
Language tag, e.g., en, es etc.
Natural language text to be processed. Query length should not exceed 256 characters.
A string token up to 36 symbols long, used to identify the client and to manage session parameters (including contexts) per client.
Time zone from IANA Time Zone Database Examples: America/New_York, Europe/Paris
send a text request
Initialize dialog controller and get a platform instance
parse request
This returns all the currently available projects.
Initialize status controller and get a platform instance
Returns a list of available projects the server can use to fulfill /parse requests.
You can post your training data to this endpoint to train a new model for a project.
This request will wait for the server answer: either the model was trained successfully or the training exited with an error.
Initialize dialog controller and get a platform instance
Using the HTTP server, you must specify the project you want to train a new model for to be able to use it during parse requests later on : /train?project=my_project.
Model name
PAGE_ID
PSID
Initialize dialog controller and get a platform instance