ExcelAI
ResetChatHistory Method
|
Resets the chat history in the AI service.
Namespace:
Spire.Xls.AI
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string ResetChatHistory(
string sessionid
)
Public Function ResetChatHistory (
sessionid As String
) As String
public:
String^ ResetChatHistory(
String^ sessionid
)
member ResetChatHistory :
sessionid : string -> string
Parameters
-
sessionid
-
Type:
System
String
the id of chat session.
Return Value
Type:
String
a string indicating whether the processing was successful or not.
See Also