rasa_sdk v0.0.1 RasaSdk.Model.Request

Describes the action to be called and provides information on the current state of the conversation.

Link to this section Summary

Link to this section Types

Specs

t() :: %RasaSdk.Model.Request{
  next_action: String.t() | nil,
  sender_id: String.t() | nil,
  tracker: RasaSdk.Model.Tracker | nil
}