Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 468 Bytes

SlotDescription.md

File metadata and controls

24 lines (18 loc) · 468 Bytes

Rasa::HTTP::SlotDescription

Properties

Name Type Description Notes
auto_fill Boolean
initial_value String [optional]
type String
values Array<String> [optional]

Example

require 'rasa-http-api'

instance = Rasa::HTTP::SlotDescription.new(
  auto_fill: null,
  initial_value: null,
  type: null,
  values: null
)