PresentationAI
ResetChatHistory Method
|
Resets the chat history in the AI service.
Namespace:
Spire.Presentation.AI
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
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
the id of chat session.
Return Value
Type:
String
a string indicating whether the processing was successful or not.
See Also