AI Object
 
Syntax
 
AI.GetResponseId(Handle As Long) As String
 
Description
Returns the response identifier of a conversation handle. The response identifier is the anchor for multi-turn conversations: the AI Object uses it internally when a follow-up question is asked on the same handle. A macro normally does not need this value — it is exposed for logging and diagnostics.
 
Returns an empty string for an unknown handle or before an answer has been received.
 
Parameter
Description
Handle
Long, a handle created with NewConversation.
 
See Also
AskGetResultStrGetTokensInGetTokensOut.