Interface ChoiceResult

All Superinterfaces:
PromptResult<ChoicePrompt>
All Known Implementing Classes:
DefaultChoiceResult

public interface ChoiceResult extends PromptResult<ChoicePrompt>
Result of an expandable choice prompt. Contains 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