Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IState<T>

Type parameters

  • T

Hierarchy

  • IState

Index

Properties

disabled

disabled: boolean

We only allow input when the bot requests it

Optional error

error: Error

Any unhandled errors that have occurred

Optional hint

hint: ResponsesInit

A hint for the input to determine what type of inputs to allow

length

length: number

The length of the messages. Used to update the state of the underlying pure component

messages

messages: MessagesMutableImmutable<T>

The store of the messages that are happening with the bot

Optional suggestions

suggestions: SuggestionsImmutable

The suggestions that should be rendered