AI Object
 
Syntax
 
AI.GetResultRaw(Handle As Long) As String
 
Description
Returns the answer of a conversation in its raw transport form. Line breaks are restored, but HTML entities are left untouched. Use this form when the answer is HTML and will be rendered directly in an HTML view; for plain text use GetResultStr instead.
 
Only meaningful once GetStatus returns aiStatusReady. Returns an empty string for an unknown handle.
 
Parameter
Description
Handle
Long, a handle created with NewConversation.
 
See Also
GetResultStrGetStatus.