ArchActionLoopAnythingElse(coreAskForNextIntentActionViewModel)

new ArchActionLoopAnythingElse(coreAskForNextIntentActionViewModel)

The Architect Scripting class for Ask For Next Intent action Instances of this action should be created by calling ArchFactoryActions#addActionLoopAnythingElse

Parameters:
Name Type Description
coreAskForNextIntentActionViewModel Object

( Internal ) an Architect core Ask For Next Intent action view model.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionLoopAnythingElse'.

readonly currentIndex :ArchValueInteger

A value that contains the variable that holds the current loop index.

readonly isArchActionLoopAnythingElse :boolean

Returns true indicating that this is an ArchActionLoopAnythingElse instance.

readonly outputLoop :ArchActionOutput

The loop output for this action where actions to be performed during the loop iteration should be added. Within the Architect UI, this output is where actions are added between the Begin and End blocks of the Ask For Next Intent action instance.

question :ArchValueString

The question text for the action.

Inherited From: