rasa_sdk v0.0.1 RasaSdk.Model.ParseResult

NLU parser information. If set, message will not be passed through NLU, but instead this parsing information will be used.

Link to this section Summary

Link to this section Types

Specs

t() :: %RasaSdk.Model.ParseResult{
  entities: [RasaSdk.Model.Entity] | nil,
  intent: RasaSdk.Model.Intent | nil,
  intent_ranking: [RasaSdk.Model.Intent] | nil,
  text: String.t()
}