DocAI
ResetUserHistory Method
|
Resets the user's all chat history in the AI service.
Namespace:
Spire.Doc.AI
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string ResetUserHistory()
Public Function ResetUserHistory As String
public:
String^ ResetUserHistory()
member ResetUserHistory : unit -> string
Return Value
Type:
String
An async task that returns a string indicating whether the processing was successful or not.
See Also