Interface: DialogueResponseWithForm
Options for sending a dialogue response with a form
Extends
Properties
| Property | Type | Description |
|---|---|---|
additionalContent? |
HtmlContent[] |
Additional HTML to display with this response |
endConversationThread? |
boolean |
Set to true if sending a final response to a conversation thread |
form |
FormOptions |
- |
markAsRead? |
boolean |
Disable the unread message notification |
message |
string |
The text string displayed as the header |
outcomes? |
PotentialSkillOutcome[] |
Link outcomes with specific dialogue |
tags |
DialogueTag[] |
A collection of tags to display |