EventListenerpublic interface ConversationAbandonedListener extends EventListener
| Modifier and Type | Method | Description | 
|---|---|---|
| void | conversationAbandoned(ConversationAbandonedEvent abandonedEvent) | Called whenever a  Conversationis abandoned. | 
void conversationAbandoned(@NotNull ConversationAbandonedEvent abandonedEvent)
Conversation is abandoned.abandonedEvent - Contains details about the abandoned
     conversation.Copyright © 2020. All rights reserved.