AI Object
 
The AI Object is reached through the reserved class name AI. — for example AI.Ask(...) or AI.GetStatus(...).
The object exposes a set of properties that configure identification and behaviour, and a set of methods that drive the question-and-answer lifecycle.
 
Category
Members
SiteId, Username, CurrentAdmin, Language, TimeoutSeconds, LastErrorCode, LastErrorMessage, ConversationCount
NewConversation, Ask, AttachFile, AttachRecordset, ClearAttachments, AttachmentCount, GetStatus, GetResultStr, GetResultRaw, GetResponseId, GetTokensIn, GetTokensOut, GetErrorCode, GetErrorMessage, IsValidHandle, CloseHandle, CloseAll
 
Examples help you to understand the working of the AI mechanism.