V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotArgs

data class V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotArgs(val mapBlockKey: Output<String>, val shape: Output<String>? = null, val value: Output<V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValueArgs>? = null) : ConvertibleToJava<V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotArgs>

Properties

Link copied to clipboard
val mapBlockKey: Output<String>

Which attempt to configure. Valid values are Initial, Retry1, Retry2, Retry3, Retry4, Retry5.

Link copied to clipboard
val shape: Output<String>? = null

When the shape value is List, values contains a list of slot values. When the value is Scalar, value contains a single value.

Link copied to clipboard

Configuration block for the current value of the slot. See value.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotArgs