Interface BusEventAgentEndChat

This event is fired after a chat with an agent has ended. This is fired after AGENT_PRE_END_CHAT but can be fired both from the user leaving the chat or the agent ending the chat.

interface BusEventAgentEndChat {
    endedByAgent: boolean;
    requestCancelled: boolean;
    type: AGENT_END_CHAT;
}

Hierarchy (View Summary, Expand)

Properties

endedByAgent: boolean

Indicates if the chat was ended by the agent.

requestCancelled: boolean

Indicates if the chat was ended because the request for an agent was cancelled or an error occurred while starting the chat. This means the start never fully started.

The type of the event.

MMNEPVFCICPMFPCPTTAAATR