Documentation
Alli AnswerBot User Guide
LLM Enabler User Guide
API Documentation
Alli API Documentation
Cognitive Search User API Documentation
NER API
Text Classification API
Sentiment Analysis API
Review Analysis API
Integrate API
if (window.Alli) {
window.Alli.__startConversation(
'CONVERSATION_TOKEN',
{launcher: false, popupMode: true})
.then(function(){window.Alli.__sendChat('RESUME_MESSAGE')});
}