Interface PreStartChatValidator


public interface PreStartChatValidator
This interface is an extension point to validate a new chat before being started and routed to an agent. It is allowed to prevent the start of the chat by throwing a ValidationException.
Since:
11.23
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preStartChat(PreStartChatInfo preStartChatInfo)
    The method is called synchronously before starting the chat.