Interface UnsafeInteractionContext
-
- All Implemented Interfaces:
public interface UnsafeInteractionContextInterface representing a generic, unsafe interaction action context.
-
-
Method Summary
Modifier and Type Method Description abstract MessageInteractionResponseBehaviorgetInteractionResponse()Response created by acknowledging the interaction. abstract UnitsetInteractionResponse(MessageInteractionResponseBehavior interactionResponse)Response created by acknowledging the interaction. abstract ApplicationCommandInteractionCreateEventgetEvent()Original interaction event object, for manual acks. -
-
Method Detail
-
getInteractionResponse
abstract MessageInteractionResponseBehavior getInteractionResponse()
Response created by acknowledging the interaction. Generic.
-
setInteractionResponse
abstract Unit setInteractionResponse(MessageInteractionResponseBehavior interactionResponse)
Response created by acknowledging the interaction. Generic.
-
getEvent
abstract ApplicationCommandInteractionCreateEvent getEvent()
Original interaction event object, for manual acks.
-
-
-
-