ArchActionGetAssignedCustomerIntents(coreGetAssignedCustomerIntentsActionViewModel)

new ArchActionGetAssignedCustomerIntents(coreGetAssignedCustomerIntentsActionViewModel)

The Architect Scripting class that represents the Get Assigned Customer Intents action. Instances of this action should be created by calling ArchFactoryActions#addActionGetAssignedCustomerIntents

Parameters:
Name Type Description
coreGetAssignedCustomerIntentsActionViewModel Object

( Internal ) an Architect core Get Assigned Customer Intents action view model.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionGetAssignedCustomerIntents'.

readonly externalContactId :ArchValueString

An external contact id to retrieve assigned customer intents for

readonly getAssignedCustomerIntentsOutputsFailure :ArchNamedValueList

The contents of this named value list come from the Failure Outputs schema. It will contain two values: errorType and errorMessage. These values will be returned by the server if the action takes the Failure path.

readonly getAssignedCustomerIntentsResult :ArchValueAssignedCustomerIntentCollection

The returned assigned customer intents collection.

readonly isArchActionGetAssignedCustomerIntents :boolean

Returns true indicating that this is an ArchActionGetAssignedCustomerIntents instance.

readonly outputFound :ArchActionOutput

The found output for this action

Inherited From:

readonly outputNotFound :ArchActionOutput

The not found output for this action

Inherited From: