Interface DialogAction.CommandTemplateAction

All Superinterfaces:
DialogAction
Enclosing interface:
DialogAction

@NonExtendable public static non-sealed interface DialogAction.CommandTemplateAction extends DialogAction
Represents an action that executes a command template.
Since:
1.21.7
  • Method Details

    • template

      @Contract(pure=true) String template()
      The command template to execute.
      Returns:
      the command template
      Since:
      1.21.7