Chat Session
interface ChatSession
Simplest possible conversation session implementation Responsible for keeping its conversation up to date
Inheritors
Functions
Link copied to clipboard
Is the conversation finished?
Link copied to clipboard
Update the conversation with a new message and respond to it. Any response messages will be sent to the messageListener, but also should be added to the conversation.
Link copied to clipboard
Convenience method to add a message to the conversation