AvatarUtteranceEvent
Triggers when a user says a phrase, NLU extracts an intent from it, and now an avatar has to react to it.
Props
confidence
confidence: number
Recognized phrase confidence
intent
intent: string
Most suitable intent for the phrase (or 'unknown' if unclear)
response
response: string
Default response to the intent from the UI
text
text: string
Recognized phrase text
utteranceCounter
utteranceCounter: number
Number of user phrases processed in this state. This counter is reset when changing the state to any other (or the same) one
visitsCounter
visitsCounter: number
Number of the state visits