new ArchBaseFlowBot(coreBotViewModel)
The Architect Scripting class for the Base Bot flow class.
Instances of this Architect Scripting object should be created by calling ArchFactoryFlows#createFlowBotAsync
Parameters:
| Name | Type | Description |
|---|---|---|
coreBotViewModel |
Object | ( Internal ) an Architect core Bot view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseFlowBot'.
-
readonly isArchBaseFlowBot :boolean
-
Returns true indicating that this is an ArchBaseFlowBot instance.
-
readonly settingsErrorHandling :ArchSettingsEventErrorFlowBot
-
Returns the error handling settings for the flow.
-
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.
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: