Andi Skill Builder API Documentation

Interface: DialogueTag

Options for displaying individual tags within a dialogue response

Properties

Property Type Description
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 string The text string for the tag name
onClick? ContextCommand[] An array of commands which are triggered when the tag is clicked. If empty, the tag will not be actionable.
onLoad? ContextCommand[] An array of commands which are triggered when the tag is loaded.
outcomes? PotentialSkillOutcome[] Link outcomes with specific dialogue tag
tagType FieldTagTypes Refer to FieldTagTypes documentation (usage andiskills.FieldTagTypes.Info) - different tag types options are Info, Warning, ValueForTarget and Help.
text string The message that gets displayed to the user.