Name | Type | Description | Notes |
---|---|---|---|
auto_fill | Boolean | ||
initial_value | String | [optional] | |
type | String | ||
values | Array<String> | [optional] |
require 'rasa-http-api'
instance = Rasa::HTTP::SlotDescription.new(
auto_fill: null,
initial_value: null,
type: null,
values: null
)