new abstract ArchBaseActionAskNoInputNoMatch(coreActionViewModel)
Creates a new ArchBaseActionAskNoInputNoMatch base action instance. Instances of this action have question, no input, and no match functionality.
Parameters:
| Name | Type | Description |
|---|---|---|
coreActionViewModel |
Object | ( Internal ) an Architect core action with ask, no input, no match view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionAskNoInputNoMatch'.
-
static, readonly isArchBaseActionAskNoInputNoMatch :boolean
-
Returns true indicating that this is an ArchBaseActionAskNoInputNoMatch instance.
-
customizeNoInput :ArchValueBoolean
-
If this property is set to true, the
ArchBaseActionNoInputNoMatch#noInputRepromptscommunication collection will be used for No Input prompts. Otherwise, theArchBaseActionNoInputNoMatch#noInputcommunication will be used. This property is only available withinArchFlowBotflows.- Inherited From:
-
customizeNoMatch :ArchValueBoolean
-
If this property is set to true, the
ArchBaseActionNoInputNoMatch#noMatchRepromptscommunication collection will be used for No Match prompts. Otherwise, theArchBaseActionNoInputNoMatch#noMatchcommunication 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:
-
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#customizeNoInputmust be set to true. To have no, No Input re-prompting, set this to an empty collection. This property is only available withinArchFlowBotflows.- 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#customizeNoMatchmust be set to true. To have no, No Match re-prompting, set this to an empty collection.- Inherited From:
-
question :ArchValueString
-
The question text for the action.
-
voiceEndOfInputTimeout :ArchValueDuration
-
The end of input timeout specific to voice input for this action.
- Inherited From: