Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDiscourseExpectedImmutable<Data>

This discourse is a simple display of data to the user and requires no response from them

Type parameters

  • Data

Hierarchy

Index

Properties

expected

expected: ReadonlyArray<ITargetImmutable>

The expected response outcomes from the user

Optional hint

hint: InputType | ReadonlyArray<InputType>

A hint of what type of response is expected from the user.

statement

statement: Data

The statement that requires a response

Optional suggestions

suggestions: ReadonlyArray<Data>

Suggested responses

type

type: Type.Expected