Options
All
  • Public
  • Public/Protected
  • All
Menu

An NLU digests containing the input query, the list of bot action to take, the overall confidence of the turn (product of action's confidences) and slots values.

Hierarchy

  • NLUDigest

Index

Properties

actions

actions: string[]

An array of actions names.

query

query: string

The raw input query.

slots

slots: {}

The value of each slot.

Type declaration

  • [slot: string]: any

turnConfidence

turnConfidence: number

The overall confidence of the turn.

Legend

  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc