ConversationResponder

Interface for responding to conversation messages.

Inheritors

Properties

Link copied to clipboard
abstract val promptMessage: Message

The message the user is responding to.

Link copied to clipboard
abstract var userResponse: Message?

The user response to the prompt.

Functions

Link copied to clipboard
abstract suspend fun respond(builder: suspend MessageCreateBuilder.() -> Unit): ConversationResponder

Dynamically respond based on the context.