Class ChatView

java.lang.Object
com.storedobject.vaadin.View
com.storedobject.ui.ai.ChatView
All Implemented Interfaces:
Executable, Reentrant, HasLogic, Transactional, ClickHandler, CloseableView, ExecutableView, ValueChangeHandler, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener

public class ChatView extends View implements CloseableView, Transactional
The view used to display a chat with AI capabilities.
Author:
Syam
See Also: