JSONUtterance Class

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

Inheritance
JSONUtterance

Constructor

JSONUtterance(*, text: Optional[str] = None, intent: Optional[str] = None, entities=None, **kwargs)

Parameters

text
str
Required

The utterance.

intent
str
Required

The matched intent.

entities
list[JSONEntity]
Required

The matched entities.