Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RuntimeResponseGeneric

RuntimeResponseGeneric.

Hierarchy

  • RuntimeResponseGeneric

Index

Properties

Optional description

description: string

The description to show with the the response.

Optional dialog_node

dialog_node: string

The ID of the dialog node that the topic property is taken from. The topic property is populated using the value of the dialog node's title property.

Optional message_to_human_agent

message_to_human_agent: string

A message to be sent to the human agent who will be taking over the conversation.

Optional options

An array of objects describing the options from which the user can choose.

Optional preference

preference: string

The preferred type of control to display.

response_type

response_type: string

The type of response returned by the dialog node. The specified response type must be supported by the client application or channel.

Optional source

source: string

The URL of the image.

Optional suggestions

suggestions: DialogSuggestion[]

An array of objects describing the possible matching dialog nodes from which the user can choose.

Optional text

text: string

The text of the response.

Optional time

time: number

How long to pause, in milliseconds.

Optional title

title: string

The title or introductory text to show before the response.

Optional topic

topic: string

A label identifying the topic of the conversation, derived from the title property of the relevant node.

Optional typing

typing: boolean

Whether to send a "user is typing" event during the pause.

Generated using TypeDoc