Interface UnsafeInteractionContext

  • All Implemented Interfaces:

    
    public interface UnsafeInteractionContext
    
                        

    Interface representing a generic, unsafe interaction action context.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract MessageInteractionResponseBehavior getInteractionResponse() Response created by acknowledging the interaction.
      abstract Unit setInteractionResponse(MessageInteractionResponseBehavior interactionResponse) Response created by acknowledging the interaction.
      abstract ApplicationCommandInteractionCreateEvent getEvent() Original interaction event object, for manual acks.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.