Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConversationV3

Hierarchy

  • ConversationV3

Properties

body

context

context: Context

device

device: Device

digested

digested: boolean = false

expected

expected: Expected

handler

handler: Handler

Get the current handler information like handler name.

example

app.handle('handler name', conv => {
  const handlerName = conv.handler.name
})

headers

headers: Headers

home

home: Home

intent

intent: Intent

overwrite

overwrite: boolean = true

prompt

prompt: Prompt

request

scene

scene: Scene

session

session: Session

user

user: User

Methods

add

append

  • append(speech: string): this

json

  • json<T>(json: T): this

response

serialize

Generated using TypeDoc