Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProblematicInputValueAct<T>

Communicates that a value was received which is considered to be problematic.

Default rendering (en-US): "I'm really sorry but I heard (value) again."

Usage:

  • Typically issued if the user has already disconfirmed that value but we hear it again.

"U: three" "A: Did you say three?" "U: No" "A: My mistake, how many would you like?" "U: three" "A: I'm really sorry but I heard three again."

Type parameters

  • T

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

constructor

Properties

control

control: Control

payload

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