JSONUtterance interface

Exported Model - Utterance that was used to train the model.

Properties

entities

The matched entities.

intent

The matched intent.

text

The utterance.

Property Details

entities

The matched entities.

entities?: JSONEntity[]

Property Value

intent

The matched intent.

intent?: string

Property Value

string

text

The utterance.

text?: string

Property Value

string