Interface CustomerChatSession

All Superinterfaces:
ChatSession

public interface CustomerChatSession extends ChatSession
CustomerChatSession represents the chat session of a customer.
Since:
11.21
  • Method Details

    • getCustomerName

      Optional<String> getCustomerName()
      Returns:
      the customer name of this chat session. The optional will be empty if the chat session has no customer name.
      Since:
      11.21