Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NonUnderstandingAct

Communicates that the user's input could not be understood.

Default rendering (en-US): "Sorry I didn't understand that."

Usage:

  • Typically issued in response to AMAZON.FallbackIntent.
  • May also be issued as a generic response when an input doesn't make any sense given the state of the skill.

Example 1: "U: " AMAZON.FallbackIntent "A: Sorry I didn't understand that."

Example 2: "U: change Bob to Frank" ... but no Control is tracking a value of "Bob" "A: Sorry I didn't understand that."

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

constructor

Properties

control

control: Control

takesInitiative

takesInitiative: boolean

Methods

render

toString

  • toString(): string
  • Produces a string representation of the SystemAct.

    The associated Control.id is included but the complete details of the associate Control are omitted for brevity.

    Returns string