Interface MenuResult


public interface MenuResult
An object containing information about the returned menu result.
  • Method Details

    • getMenuId

      String getMenuId()
      The ID of the menu that triggered the prompt input event.
      Returns:
      menuId
    • getType

      The type of information that's returned.
      Returns:
      type
    • getValue

      String getValue()
      The value of the returned information.
      Returns:
      value
    • getInputMethod

      MenuResult.InputMethodEnum getInputMethod()
      The type of input received.
      Returns:
      inputMethod
    • builder

      static MenuResult.Builder builder()
      Getting builder
      Returns:
      New Builder instance