V2models Intent Initial Response Setting Conditional Default Branch Next Step Intent Slot Args
data class V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotArgs(val mapBlockKey: Output<String>, val shape: Output<String>? = null, val value: Output<V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValueArgs>? = null) : ConvertibleToJava<V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotArgs>
Constructors
Link copied to clipboard
constructor(mapBlockKey: Output<String>, shape: Output<String>? = null, value: Output<V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValueArgs>? = null)
Properties
Link copied to clipboard
Which attempt to configure. Valid values are Initial
, Retry1
, Retry2
, Retry3
, Retry4
, Retry5
.
Link copied to clipboard
val value: Output<V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValueArgs>? = null
Configuration block for the current value of the slot. See value
.