ConversationAbandonedEvent

ConversationAbandonedEvent contains information about an abandoned conversation.

Constructors

Link copied to clipboard
public void ConversationAbandonedEvent(Conversation conversation)
public void ConversationAbandonedEvent(Conversation conversation, ConversationCanceller canceller)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Gets the object that caused the conversation to be abandoned.
Link copied to clipboard
Gets the abandoned conversation's conversation context.
Link copied to clipboard
public Object getSource()
Link copied to clipboard
public boolean gracefulExit()
Indicates how the conversation was abandoned - naturally as part of the prompt chain or prematurely via getClassById ConversationCanceller.
Link copied to clipboard
public String toString()