AI Object
 
Syntax
 
AI.GetResultStr(Handle As Long) As String
 
Description
Returns the answer of a conversation as decoded plain text. Line breaks are restored to normal carriage-return/line-feed pairs and HTML entities are decoded back to their original characters. This is the form to use for answers that will be shown in a text box, written to a file, or processed further by the macro.
 
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
GetResultRawGetStatusGetResponseIdGetTokensOut.