ChatSession

interface ChatSession

Simplest possible conversation session implementation

Inheritors

Properties

Link copied to clipboard

Conversation history

Link copied to clipboard

Listener that will always be active

Functions

Link copied to clipboard
abstract fun respond(userMessage: UserMessage, additionalListener: MessageListener? = null)

Update the conversation with a new message and respond to it. Any response messages will be sent to the messageListener