Interface DialogueTag

Options for displaying individual tags within a dialogue response

Hierarchy

  • DialogueTag

Index

Properties

Optional customIcon

customIcon: string

Allows you to display a custom icon url that represents your organization. If defined, an icon will be displayed next to the tag message.

name

name: string

The text string for the tag name

Optional onClick

onClick: ContextCommand[]

An array of commands which are triggered when the tag is clicked. If empty, the tag will not be actionable.

Optional onLoad

onLoad: ContextCommand[]

An array of commands which are triggered when the tag is loaded.

Optional outcomes

Link outcomes with specific dialogue tag

tagType

tagType: FieldTagTypes

Refer to FieldTagTypes documentation (usage andiskills.FieldTagTypes.Info) - different tag types options are Info, Warning, ValueForTarget and Help.

text

text: string

The message that gets displayed to the user.

Generated using TypeDoc