Click or drag to resize

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
)

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