new ArchActionAskForIntent(coreAskForNLUIntentAction)
The Architect Scripting class for Ask For Intent action
Instances of this action should be created by calling ArchFactoryActions#addActionAskForIntent
Parameters:
| Name | Type | Description |
|---|---|---|
coreAskForNLUIntentAction |
Object | ( Internal ) an Architect core Ask For Natural Language Understanding (NLU) Intent action. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionAskForIntent'.
-
readonly isArchActionAskForIntent :boolean
-
Returns true indicating that this is an ArchActionAskForIntent instance.
-
readonly knowledgeSearchResult :ArchValueKnowledgeBaseDocumentCollection
-
The variable that holds the collection of KnowledgeBaseDocument objects matched in the search that occurs in this action. If 'Standard' knowledge handling is selected then the search results collection will only ever contain the article shown to the user. If 'Custom' knowledge handling is selected then the results collection may contain multiple articles that strongly match the search.
-
readonly outputKnowledge :ArchActionOutput
-
The Knowledge output for this action which will be taken at runtime if the bot flow has a knowledge base configured on it and participant input to the action resulted in a knowledge base answer at runtime. Please remember that the Knowledge output itself is not available to all Genesys Cloud organizations and requires that you have the ability to configure knowledge bases.
-
readonly outputMaxNoInputs :ArchActionOutput
-
The Max No Inputs output for this action which will be taken at runtime if the Max No Inputs value is exceeded.
-
readonly outputNoIntent :ArchActionOutput
-
The No Intent output for this Ask for Intent action which will be taken at runtime if no intent is determined from participant input.
-
question :ArchValueString
-
The question text for the action.
- Inherited From: