Options
All
  • Public
  • Public/Protected
  • All
Menu

Module history

Index

Type aliases

ConfidenceBin

ConfidenceBin: "HIGH" | "MEDIUM" | "LOW"

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.

enum

DialogActName

DialogActName: "Dialog.ElicitSlot" | "Dialog.ConfirmSlot" | "Dialog.ConfirmIntent"

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)

enum

IntentConfidenceBin

IntentConfidenceBin: "HIGH" | "MEDIUM" | "LOW"

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.

enum

IntentRequestLocales

IntentRequestLocales: "en-US" | "en-GB" | "en-IN" | "en-CA" | "en-AU" | "de-DE" | "ja-JP"

Skill locale in which this interaction occurred.

enum

InteractionType

InteractionType: "ONE_SHOT" | "MODAL"

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.

enum

LocaleInQuery

LocaleInQuery: "en-US" | "en-GB" | "en-IN" | "en-CA" | "en-AU" | "de-DE" | "ja-JP"

A filter used to retrieve items where the locale is equal to the given value.

enum

PublicationStatus

PublicationStatus: "Development" | "Certification"

The publication status of the skill when this interaction occurred

enum

SortFieldForIntentRequestType

SortFieldForIntentRequestType: "recordCount" | "intent.name" | "intent.confidence.bin" | "stage" | "dialogAct.name" | "locale" | "utteranceText" | "publicationStatus" | "interactionType"
enum