IntentSlotArgs

constructor(description: Output<String>? = null, name: Output<String>, priority: Output<Int>? = null, responseCard: Output<String>? = null, sampleUtterances: Output<List<String>>? = null, slotConstraint: Output<String>, slotType: Output<String>, slotTypeVersion: Output<String>? = null, valueElicitationPrompt: Output<IntentSlotValueElicitationPromptArgs>? = null)