Uses of Class
com.flowingcode.vaadin.addons.chatassistant.model.Message
Packages that use Message
-
Uses of Message in com.flowingcode.vaadin.addons.chatassistant
Classes in com.flowingcode.vaadin.addons.chatassistant with type parameters of type MessageModifier and TypeClassDescriptionclassChatAssistant<T extends Message>Component that allows to create a floating chat button that will open a chat window that can be used to provide a chat assistant feature.classChatMessage<T extends Message>Component that wraps the vaadin-message web component and builds it based on a Message.