Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration APLMode

APL rendering mode

Enumeration members

Enumeration members

COMPONENT

COMPONENT: = "Component"

The top-level ControlManager.renderAPL produces the APL for each turn.

  • typically this will be a document that includes various control.renderAPLComponent calls.

Controls do not render APL directives during renderAct.

DIRECT

DIRECT: = "Direct"

Controls add APL directives directly to the ResponseBuilder as they are rendering their prompts.