V2models Intent Fulfillment Code Hook Fulfillment Updates Specification Args
data class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs(val active: Output<Boolean>, val startResponse: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs>? = null, val timeoutInSeconds: Output<Int>? = null, val updateResponse: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseArgs>? = null) : ConvertibleToJava<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs>
Constructors
Link copied to clipboard
constructor(active: Output<Boolean>, startResponse: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs>? = null, timeoutInSeconds: Output<Int>? = null, updateResponse: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseArgs>? = null)
Properties
Link copied to clipboard
val startResponse: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs>? = null
Configuration block for the message sent to users when the fulfillment Lambda functions starts running.
Link copied to clipboard
Length of time that the fulfillment Lambda function should run before it times out.
Link copied to clipboard
val updateResponse: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseArgs>? = null
Configuration block for messages sent periodically to the user while the fulfillment Lambda function is running.