Package com.embabel.chat.support.console
Class ChatConsole
-
- All Implemented Interfaces:
public final class ChatConsoleSimple support for console chat.
-
-
Constructor Summary
Constructors Constructor Description ChatConsole()
-
Method Summary
Modifier and Type Method Description final Stringchat(ChatSession chatSession, String welcome, ColorPalette colorPalette)final Stringchat(ChatSession chatSession, String welcome)final Stringchat(ChatSession chatSession)-
-
Method Detail
-
chat
@JvmOverloads() final String chat(ChatSession chatSession, String welcome, ColorPalette colorPalette)
-
chat
@JvmOverloads() final String chat(ChatSession chatSession, String welcome)
-
chat
@JvmOverloads() final String chat(ChatSession chatSession)
-
-
-
-