ArchActionSendRichLink(coreSendRichLinkActionViewModel)

The Architect Scripting class for the Send Rich Link action. Instances of this action should be created by calling ArchFactoryActions#addActionSendRichLink

Parameters:
Name Type Description
coreSendRichLinkActionViewModel Object

( Internal ) an Architect core send rich link action.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionSendRichLink'.

readonly body :ArchValueString

The body text for the rich link message.

The footer text for the rich link message.

readonly headerImage :ArchValueImage

The header image for the rich link message.

readonly headerText :ArchValueString

The header text for the rich link message.

readonly headerType :ArchValueString

The header type for the rich link message. The string values in ArchEnums#RICH_LINK_HEADER_TYPES lists valid header type values.

Returns true indicating that this is an ArchActionSendRichLink instance.

readonly outputSuccess :ArchActionOutput

The success output for this action

Inherited From:

readonly sendRichLinkOutputsFailure :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 urlLabel :ArchValueString

The URL label for the rich link message.

readonly urlValue :ArchValueString

The URL value for the rich link message.