Interface DialogActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DialogAction, DialogAction.Builder

@Generated public interface DialogActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasOpenUrl

      boolean hasOpenUrl()
      Open a URL in the browser.
      
      .soulfire.v1.DialogOpenUrlAction open_url = 1;
      Returns:
      Whether the openUrl field is set.
    • getOpenUrl

      DialogOpenUrlAction getOpenUrl()
      Open a URL in the browser.
      
      .soulfire.v1.DialogOpenUrlAction open_url = 1;
      Returns:
      The openUrl.
    • getOpenUrlOrBuilder

      DialogOpenUrlActionOrBuilder getOpenUrlOrBuilder()
      Open a URL in the browser.
      
      .soulfire.v1.DialogOpenUrlAction open_url = 1;
    • hasRunCommand

      boolean hasRunCommand()
      Run a chat command.
      
      .soulfire.v1.DialogRunCommandAction run_command = 2;
      Returns:
      Whether the runCommand field is set.
    • getRunCommand

      DialogRunCommandAction getRunCommand()
      Run a chat command.
      
      .soulfire.v1.DialogRunCommandAction run_command = 2;
      Returns:
      The runCommand.
    • getRunCommandOrBuilder

      DialogRunCommandActionOrBuilder getRunCommandOrBuilder()
      Run a chat command.
      
      .soulfire.v1.DialogRunCommandAction run_command = 2;
    • hasSuggestCommand

      boolean hasSuggestCommand()
      Suggest a command (put in chat box without sending).
      
      .soulfire.v1.DialogSuggestCommandAction suggest_command = 3;
      Returns:
      Whether the suggestCommand field is set.
    • getSuggestCommand

      DialogSuggestCommandAction getSuggestCommand()
      Suggest a command (put in chat box without sending).
      
      .soulfire.v1.DialogSuggestCommandAction suggest_command = 3;
      Returns:
      The suggestCommand.
    • getSuggestCommandOrBuilder

      DialogSuggestCommandActionOrBuilder getSuggestCommandOrBuilder()
      Suggest a command (put in chat box without sending).
      
      .soulfire.v1.DialogSuggestCommandAction suggest_command = 3;
    • hasCopyToClipboard

      boolean hasCopyToClipboard()
      Copy text to clipboard.
      
      .soulfire.v1.DialogCopyToClipboardAction copy_to_clipboard = 4;
      Returns:
      Whether the copyToClipboard field is set.
    • getCopyToClipboard

      DialogCopyToClipboardAction getCopyToClipboard()
      Copy text to clipboard.
      
      .soulfire.v1.DialogCopyToClipboardAction copy_to_clipboard = 4;
      Returns:
      The copyToClipboard.
    • getCopyToClipboardOrBuilder

      DialogCopyToClipboardActionOrBuilder getCopyToClipboardOrBuilder()
      Copy text to clipboard.
      
      .soulfire.v1.DialogCopyToClipboardAction copy_to_clipboard = 4;
    • hasShowDialog

      boolean hasShowDialog()
      Show another dialog.
      
      .soulfire.v1.DialogShowDialogAction show_dialog = 5;
      Returns:
      Whether the showDialog field is set.
    • getShowDialog

      DialogShowDialogAction getShowDialog()
      Show another dialog.
      
      .soulfire.v1.DialogShowDialogAction show_dialog = 5;
      Returns:
      The showDialog.
    • getShowDialogOrBuilder

      DialogShowDialogActionOrBuilder getShowDialogOrBuilder()
      Show another dialog.
      
      .soulfire.v1.DialogShowDialogAction show_dialog = 5;
    • hasCustom

      boolean hasCustom()
      Custom server-defined action.
      
      .soulfire.v1.DialogCustomAction custom = 6;
      Returns:
      Whether the custom field is set.
    • getCustom

      DialogCustomAction getCustom()
      Custom server-defined action.
      
      .soulfire.v1.DialogCustomAction custom = 6;
      Returns:
      The custom.
    • getCustomOrBuilder

      DialogCustomActionOrBuilder getCustomOrBuilder()
      Custom server-defined action.
      
      .soulfire.v1.DialogCustomAction custom = 6;
    • hasDynamicRunCommand

      boolean hasDynamicRunCommand()
      Run a command with input placeholders.
      
      .soulfire.v1.DialogDynamicRunCommandAction dynamic_run_command = 7;
      Returns:
      Whether the dynamicRunCommand field is set.
    • getDynamicRunCommand

      DialogDynamicRunCommandAction getDynamicRunCommand()
      Run a command with input placeholders.
      
      .soulfire.v1.DialogDynamicRunCommandAction dynamic_run_command = 7;
      Returns:
      The dynamicRunCommand.
    • getDynamicRunCommandOrBuilder

      DialogDynamicRunCommandActionOrBuilder getDynamicRunCommandOrBuilder()
      Run a command with input placeholders.
      
      .soulfire.v1.DialogDynamicRunCommandAction dynamic_run_command = 7;
    • hasDynamicCustom

      boolean hasDynamicCustom()
      Custom action with additional data.
      
      .soulfire.v1.DialogDynamicCustomAction dynamic_custom = 8;
      Returns:
      Whether the dynamicCustom field is set.
    • getDynamicCustom

      DialogDynamicCustomAction getDynamicCustom()
      Custom action with additional data.
      
      .soulfire.v1.DialogDynamicCustomAction dynamic_custom = 8;
      Returns:
      The dynamicCustom.
    • getDynamicCustomOrBuilder

      DialogDynamicCustomActionOrBuilder getDynamicCustomOrBuilder()
      Custom action with additional data.
      
      .soulfire.v1.DialogDynamicCustomAction dynamic_custom = 8;
    • getActionCase

      DialogAction.ActionCase getActionCase()