V2models Intent Fulfillment Code Hook Fulfillment Updates Specification Start Response Args
data class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs(val allowInterrupt: Output<Boolean>? = null, val delayInSeconds: Output<Int>? = null, val messageGroups: Output<List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupArgs>>? = null) : ConvertibleToJava<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs>
Constructors
Link copied to clipboard
constructor(allowInterrupt: Output<Boolean>? = null, delayInSeconds: Output<Int>? = null, messageGroups: Output<List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupArgs>>? = null)
Properties
Link copied to clipboard
Whether the user can interrupt the start message while it is playing.
Link copied to clipboard
Delay between when the Lambda fulfillment function starts running and the start message is played. If the Lambda function returns before the delay is over, the start message isn't played.
Link copied to clipboard
val messageGroups: Output<List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupArgs>>? = null
Between 1-5 configuration block message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user. See message_group
.