Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValueDisconfirmedAct<T>

Communicates that a value has been disconfirmed.

Default rendering (en-US): "My mistake."

Usage:

  • Typically issued when the system issued a ConfirmValueAct and received a disaffirm in reply.
  • Also issued when the users realizes that a value is incorrect and corrects it directly "No, that should be three"

Example:

"A: Did you say three?"         ConfirmValueAct
"U: No."                        GeneralControlIntent( feedback = disaffirm )
"A: My mistake. <initiative>."  ValueDisconfirmedAct, <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