rasa_sdk v0.0.1 RasaSdk.Model.Entity

Entities within a message

Link to this section Summary

Link to this section Types

Specs

t() :: %RasaSdk.Model.Entity{
  confidence: float() | nil,
  end: integer(),
  entity: String.t(),
  group: String.t() | nil,
  role: String.t() | nil,
  start: integer(),
  value: String.t()
}