rasa_sdk v0.5.0 RasaSDK.Model.SlotDescription

Link to this section Summary

Link to this section Types

Specs

t() :: %RasaSDK.Model.SlotDescription{
  auto_fill: boolean(),
  initial_value: String.t() | nil,
  type: String.t(),
  values: [String.t()] | nil
}