Notifies that the conversation has ended.

interface ConversationEnded {
    conversationId: string;
    eventDate: Date;
    sessionId: string;
}

Hierarchy (view full)

Properties

conversationId: string

The conversationId of the conversation which has ended.

eventDate: Date

The date-time when the event was generated by Omni SDK

sessionId: string

The unique 36 character internal id that represents the session.