rasa_sdk v0.0.1 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
}