BotExternalSourceSettingArgs

data class BotExternalSourceSettingArgs(val grammarSlotTypeSetting: Output<BotGrammarSlotTypeSettingArgs>? = null) : ConvertibleToJava<BotExternalSourceSettingArgs>

Constructors

Link copied to clipboard
constructor(grammarSlotTypeSetting: Output<BotGrammarSlotTypeSettingArgs>? = null)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): BotExternalSourceSettingArgs