rasa_sdk v0.5.0 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()
}