Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValueConfirmedAct<T>

Communicates that a value has been positively confirmed.

Default rendering (en-US): "Great."

Usage:

  • Typically issued when the system issued a ConfirmValueAct and received an affirm in reply.
  • May also be issued in cases where the user repeats a value which is interpreted as confirmation.

Example:

"A: Did you say three?"    ConfirmValueAct
"U: Yes"                   GeneralControlIntent( feedback = affirm )
"A: Great. <initiative>."  ValueConfirmedAct, <InitiativeAct>

Type parameters

  • T

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

constructor

Properties

control

control: Control

payload

payload: ValueSetPayload<T>

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