Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InformConfusingConfirmationAct<T>

Communicates that a confusing value confirmation was received.

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

Usage:

  • Typically issued when the system issued a ConfirmValueAct and received an affirm in reply with a different value .

Example:

"A: Did you say three?"             ConfirmValueAct
"U: Yes, four"                      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