new ArchFlowVoiceSurvey(coreVoiceSurveyFlowViewModel)
The Architect Scripting class that represents a Voice Survey flow.
Instances of this Architect Scripting object should be created by calling ArchFactoryFlows.createFlowVoiceSurveyAsync
Parameters:
| Name | Type | Description |
|---|---|---|
coreVoiceSurveyFlowViewModel |
Object | ( Internal ) an Architect core voice survey view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchFlowVoiceSurvey'.
-
readonly isArchBaseFlowBot :boolean
-
Returns true indicating that this is an ArchBaseFlowBot instance.
- Inherited From:
-
readonly isArchFlowVoiceSurvey :boolean
-
Returns true indicating that this is an ArchFlowVoiceSurvey instance.
-
readonly settingsErrorHandling :ArchSettingsEventErrorFlowBot
-
Returns the error handling settings for the flow.
- Inherited From:
-
readonly settingsPrompts :ArchSettingsPromptsFlow
-
The prompt settings for the flow. If no destination flow types configured on this Voice Survey flow support prompt settings, nothing is returned.
-
readonly settingsSpeechRec :ArchSettingsSpeechRecFlow
-
The recording settings for the flow where you control recording behavior. For consistency with other flow types, this property is named settingsSpeechRec.
-
readonly startUpObject :ArchState
-
Returns the starting state for this flow. If there is no startup object configured, accessing this property returns null.
- Inherited From:
-
readonly states :Array.<ArchState>
-
The states in the flow.
- Inherited From:
-
readonly userInputSettings :ArchSettingsUserInput
-
The user input settings for the flow.
- Inherited From:
-
readonly voiceSurveySettings :ArchSettingsVoiceSurveyFlow
-
Voice survey specific settings for the flow.
Methods
-
deleteState(stateToDelete)
-
This function deletes the specified state from this flow.
Parameters:
Name Type Description stateToDeleteArchState the state to delete.
- Inherited From:
-
setStartingState(archState)
-
Sets the specified state to be the starting state on the flow.
Parameters:
Name Type Description archStateArchState An Architect Scripting state object.
- Inherited From: