Dialog act directive name. * Dialog.ElicitSlot: Alexa asked the user for the value of a specific slot. (https://developer.amazon.com/docs/custom-skills/dialog-interface-reference.html#elicitslot) * Dialog.ConfirmSlot: Alexa confirmed the value of a specific slot before continuing with the dialog. (https://developer.amazon.com/docs/custom-skills/dialog-interface-reference.html#confirmslot) * Dialog.ConfirmIntent: Alexa confirmed the all the information the user has provided for the intent before the skill took action. (https://developer.amazon.com/docs/custom-skills/dialog-interface-reference.html#confirmintent)
A filter used to retrieve items where the intent confidence bin is equal to the given value. * HIGH: Intent was recognized with high confidence. * MEDIUM: Intent was recognized with medium confidence. * LOW: Intent was recognized with low confidence. Note: Low confidence intents are not sent to the skill.
Skill locale in which this interaction occurred.
Indicates if the utterance was executed as a "ONE_SHOT" interaction or "MODAL" interaction. * ONE_SHOT: The user invokes the skill and states their intent in a single phrase. * MODAL: The user first invokes the skill and then states their intent.
A filter used to retrieve items where the locale is equal to the given value.
The publication status of the skill when this interaction occurred
Intent confidence bin for this utterance. *
HIGH: Intent was recognized with high confidence. *MEDIUM: Intent was recognized with medium confidence. *LOW: Intent was recognized with low confidence. Note: Low confidence intents are not sent to the skill.