abstract ArchBaseActionWithOutputsSuccessFailureNoInputNoMatch(coreActionViewModel)

new abstract ArchBaseActionWithOutputsSuccessFailureNoInputNoMatch(coreActionViewModel)

Creates a new ArchBaseActionWithOutputsSuccessFailureNoInputNoMatch base action instance. Instances of this action have Success and Failure outputs, question, no input, and no match functionality.

Parameters:
Name Type Description
coreActionViewModel Object

( Internal ) an Architect core action with success/failure outputs, ask, no input, no match view model.

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchBaseActionWithOutputsSuccessFailureNoInputNoMatch'.

customizeNoInput :ArchValueBoolean

If this property is set to true, the ArchBaseActionNoInputNoMatch#noInputReprompts communication collection will be used for No Input prompts. Otherwise, the ArchBaseActionNoInputNoMatch#noInput communication will be used. This property is only available within ArchFlowBot flows.

Inherited From:

customizeNoMatch :ArchValueBoolean

If this property is set to true, the ArchBaseActionNoInputNoMatch#noMatchReprompts communication collection will be used for No Match prompts. Otherwise, the ArchBaseActionNoInputNoMatch#noMatch communication will be used.

Inherited From:

readonly displayTypeName :string

Returns the display type name string 'ArchBaseActionNoInputNoMatch'.

Overrides:

readonly isArchBaseActionNoInputNoMatch :boolean

Returns true indicating that this is an ArchBaseActionNoInputNoMatch instance.

Inherited From:

readonly isArchBaseActionWithOutputsSuccessFailureNoInputNoMatch :boolean

Returns true indicating that this is an ArchBaseActionWithOutputsSuccessFailureNoInputNoMatch instance.

noInput :ArchValueString

The NoInput text for the action.

Inherited From:

noInputReprompts :ArchValueCommunicationCollection

The No Input Reprompts collection of communications for the action. In order to use this property, ArchBaseActionNoInputNoMatch#customizeNoInput must be set to true. To have no, No Input re-prompting, set this to an empty collection. This property is only available within ArchFlowBot flows.

Inherited From:

noMatch :ArchValueString

The NoMatch text for the action.

Inherited From:

noMatchReprompts :ArchValueCommunicationCollection

The No Match Reprompts collection of communications for the action. In order to use this property, ArchBaseActionNoInputNoMatch#customizeNoMatch must be set to true. To have no, No Match re-prompting, set this to an empty collection.

Inherited From:

readonly outputFailure :ArchActionOutput

The failure output for this action

question :ArchValueString

The question text for the action.

Inherited From:

voiceEndOfInputTimeout :ArchValueDuration

The end of input timeout specific to voice input for this action.

Inherited From: