Click or drag to resize

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
)

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