BotGrammarSlotTypeSetting

data class BotGrammarSlotTypeSetting(val source: BotGrammarSlotTypeSource? = null)

Settings required for a slot type based on a grammar that you provide.

Constructors

Link copied to clipboard
constructor(source: BotGrammarSlotTypeSource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source of the grammar used to create the slot type.