ExcelAI
ResetUserHistory Method
|
Resets the user's all 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 ResetUserHistory()
Public Function ResetUserHistory As String
public:
String^ ResetUserHistory()
member ResetUserHistory : unit -> string
Return Value
Type:
String
a string indicating whether the processing was successful or not.
See Also