Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InformConfusingDisconfirmationAct<T>

Communicates that a confusing value disconfirmation was received.

Default rendering (en-US): "I'm confused whether you want (value) or not."

Usage:

  • Typically issued when the system issued a ConfirmValueAct and received an disaffirm in reply with the mentioned value repeated.

Example:

"A: Did you say three?"             ConfirmValueAct
"U: No, three"                      AMAZON_NUMBER_ValueControlIntent( feedback = affirm, AMAZON.NUMBER = 4 )
"A: I'm confused... <initiative>."  ValueConfirmedAct, <InitiativeAct>

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