new abstract ArchBaseActionAsk(coreActionViewModel)
An Architect Scripting class for a base ask action instance Note: Do not attempt to create instances of this class directly. They will be created automatically as needed by Architect Scripting.
Parameters:
| Name | Type | Description |
|---|---|---|
coreActionViewModel |
NodeInformation | ( Internal ) an Architect core action view model |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionAsk'.
-
static, readonly isArchBaseActionAsk :boolean
-
Returns true indicating that this is an ArchBaseActionAsk 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: