DocAI
ResetChatHistory Method
|
Resets the 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 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
Return Value
Type:
String
An async task that returns a string indicating whether the processing was successful or not.
See Also