V2models Slot Type External Source Setting Args
data class V2modelsSlotTypeExternalSourceSettingArgs(val grammarSlotTypeSetting: Output<V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingArgs>? = null) : ConvertibleToJava<V2modelsSlotTypeExternalSourceSettingArgs>
Constructors
Link copied to clipboard
constructor(grammarSlotTypeSetting: Output<V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingArgs>? = null)
Properties
Link copied to clipboard
val grammarSlotTypeSetting: Output<V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingArgs>? = null
Settings required for a slot type based on a grammar that you provide. See grammar_slot_type_setting
argument reference below.