Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BotResponse

Hierarchy

  • BotResponse

Index

Properties

Optional Readonly answer

answer: { content?: string; error?: string; history: readonly string[] }

Type declaration

  • Optional Readonly content?: string
  • Optional Readonly error?: string
  • Readonly history: readonly string[]

Optional Readonly clientLanguage

clientLanguage: string = "de"

Readonly entities

entities: readonly []

Optional Readonly intent

intent: Intent

Optional Readonly intent_ranking

intent_ranking: readonly Intent[]

Readonly text

text: string

Optional Readonly user

user: BotUser

Generated using TypeDoc