V2models Intent Closing Setting Next Step Intent Args
data class V2modelsIntentClosingSettingNextStepIntentArgs(val name: Output<String>? = null, val slots: Output<List<V2modelsIntentClosingSettingNextStepIntentSlotArgs>>? = null) : ConvertibleToJava<V2modelsIntentClosingSettingNextStepIntentArgs>
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, slots: Output<List<V2modelsIntentClosingSettingNextStepIntentSlotArgs>>? = null)