Interface CustomerChatSession
-
- All Superinterfaces:
ChatSession
public interface CustomerChatSession extends ChatSession
CustomerChatSession represents the chat session of a customer.- Since:
- 11.21
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getCustomerName()
-