Constructors
NSAIAgent()
Methods
DetectLanguage(String)
Given a (reasonably short) text, detect the language it is written in.DetectSentiment(String)
Detect the sentiment of a (reasonably short) text. Sentiment analysis may cause a translation to be made, since sentiment analysis only supports a limited set of languagesGetTrainingStatus()
Calling the HugoAI endpoint to fetch the current training status.GuessCategory(Integer)
Given a ticket’s ID, guess the ticket category it should be placed in.Currently this is based on the first message in the ticket.
TrainCategoryGuesser(Integer,Integer,Integer)
The category guesser training API will be called with an array of CategorizationTrainingItem during the (background, Batch) execution of this call.Translate(String,String)
Translate a text from one language to another.Language of the text is automatically detected.