All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fi.evolver.ai.vaadin.view.HistoryAwareChat Maven / Gradle / Ivy

The newest version!
package fi.evolver.ai.vaadin.view;

import com.vaadin.flow.component.Component;

public interface HistoryAwareChat {
	public void startChatWithHistory(String chatId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy