Intent Class

Represents an intent prediction.

Inheritance
Intent

Constructor

Intent(*, score: Optional[float] = None, child_app=None, **kwargs)

Parameters

score
float
Required

The score of the fired intent.

child_app
Prediction
Required

The prediction of the dispatched application.