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

    • template

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