new ArchActionDetectIntent(coreArchBaseActionActionViewModel)
The Architect Scripting class for the Detect Intent action
Instances of this action should be created by calling ArchFactoryActions#addActionDetectIntent
Parameters:
| Name | Type | Description |
|---|---|---|
coreArchBaseActionActionViewModel |
Object | ( Internal ) an Architect core Detect Intent action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionDetectIntent'.
-
readonly detectedIntent :ArchValueString
-
Returns the intent detected by the NLU
-
readonly isArchActionDetectIntent :boolean
-
Returns true indicating that this is an ArchActionDetectIntent instance.
-
readonly outputDefault :ArchActionOutput
-
The Default output for this action
- Inherited From: