new ArchActionSetSkills(coreSetSkillsActionViewModel)
The Architect Scripting class that represents the Set Skills action
Instances of this action should be created by calling ArchFactoryActions#addActionSetSkills
Parameters:
| Name | Type | Description |
|---|---|---|
coreSetSkillsActionViewModel |
SetSkillsActionViewModel | ( Internal ) an Architect core Set Skills action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionSetSkills'.
-
readonly acdSkills :ArchValueSkillCollection
-
The ACD skills set on the conversation.
-
readonly isArchActionSetSkills :boolean
-
Returns true indicating that this is an ArchActionSetSkills instance.
-
readonly languageSkill :ArchValueLanguageSkill
-
The language skill on the conversation.
-
readonly outputSuccess :ArchActionOutput
-
The success output for this action
- Inherited From: