Send a message to the concierge and receive a context-aware voice response.
exports.mad_goon:talk(source, message, isNetworked, location)
source: number
number
The player's server ID
message: string
string
The message to send
isNetworked?: boolean
boolean
Whether to play speech for nearby players
location?: LocationInput
LocationInput
The location to play the speech from
returns: boolean
Whether the voice was triggered successfully
Check if the NLP model has been trained and is ready.
Whether the model is trained and ready
Classify text input without triggering a voice response.
input: string
The text to classify
returns: ClassificationResult | nil
ClassificationResult
nil
The classification result, or nil if classification failed
Last updated 10 days ago
exports.mad_goon:isModelReady()
exports.mad_goon:classifyInput(input)