Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValueImmutable<Data, Hint>

Type parameters

  • Data

  • Hint

Hierarchy

Index

Properties

Optional data

data: Data

The data of the chat bot response, usually shown to the user as a message

Optional response

response: ResponsesInit<Hint>

A required response type from the user

Optional suggestions

Suggested responses for the user. Only really useful if response is defined