respond

open override fun respond(userMessage: UserMessage, messageListener: MessageListener)

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.

Parameters

userMessage

message to send

messageListener

listener to send messages to