ConversationResponder

interface ConversationResponder

Interface for responding to conversation messages.

Functions

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

Dynamically respond based on the context.

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.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard