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