Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChainTalk<State>

Type parameters

  • State

Hierarchy

Index

Constructors

constructor

Properties

chainTalksStack

chainTalksStack: Array<ChainTalks<State>>

indexes

indexes: number[]

talk

Accessors

bottomChainTalks

canChooseNextFromTop

  • get canChooseNextFromTop(): boolean

exceptTopChainTalkStack

  • get exceptTopChainTalkStack(): ChainTalks<State>[]

exceptTopIndexes

  • get exceptTopIndexes(): number[]

topChainTalks

topIndex

  • get topIndex(): number

Methods

chooseNext

exec

  • exec(ctx: AutoTalkRequestContext<State>): string | number | void | Response | Promise<string | number | void | Response>

Generated using TypeDoc