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.
getSuggestions()
(strings) The suggestions for the prompt.
local choices = LuaUserPrompt:getSuggestions()
|
|