V2models Intent Fulfillment Code Hook Post Fulfillment Status Specification Timeout Next Step Intent Slot Args
data class V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotArgs(val mapBlockKey: Output<String>, val shape: Output<String>? = null, val value: Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValueArgs>? = null) : ConvertibleToJava<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotArgs>
Constructors
Link copied to clipboard
constructor(mapBlockKey: Output<String>, shape: Output<String>? = null, value: Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValueArgs>? = 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<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValueArgs>? = null
Configuration block for the current value of the slot. See value
.