getSuggestions
The getSuggestions
method gets the suggestions
part of a prompt from a LuaUserPrompt
object. A LuaUserPrompt
object is a prompt string, with optional metadata, to return to the user.
Syntax
getSuggestions()
Returns
(strings) The suggestions for the prompt.
Example
local choices = LuaUserPrompt:getSuggestions()