LuaUserPrompt Methods
A LuaUserPrompt
object is a prompt string, with optional metadata, to return to the user.
If you have a LuaUserPrompt
object, you can call its methods by using the ':
' operator. For example:
LuaUserPrompt:getPrompt()
Constructor | Description |
---|---|
LuaUserPrompt:new | Constructs a new user prompt. |
Method | Description |
---|---|
getChoices | Gets the valid_choices metadata part of the prompt object. |
getPrompt | Gets the prompt text part of the prompt object. |
getSuggestions | Gets the suggestions metadata part of the prompt object. |