Interface ListResult

All Superinterfaces:
PromptResult<ListPrompt>
All Known Implementing Classes:
DefaultListResult

public interface ListResult extends PromptResult<ListPrompt>
Result of a list choice. Holds the id of the selected item.
  • Method Details

    • getSelectedId

      String getSelectedId()
      Get the ID of the selected item.
      Returns:
      the ID of the selected item