@Stability(value=Stable) public static final class CfnBot.FulfillmentStartResponseSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.FulfillmentStartResponseSpecificationProperty>
CfnBot.FulfillmentStartResponseSpecificationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBot.FulfillmentStartResponseSpecificationProperty.Builder delayInSeconds(Number delayInSeconds)
CfnBot.FulfillmentStartResponseSpecificationProperty.getDelayInSeconds()delayInSeconds - The delay between when the Lambda fulfillment function starts running and the start message is played. This parameter is required.
If the Lambda function returns before the delay is over, the start message isn't played.this@Stability(value=Stable) public CfnBot.FulfillmentStartResponseSpecificationProperty.Builder messageGroups(IResolvable messageGroups)
CfnBot.FulfillmentStartResponseSpecificationProperty.getMessageGroups()messageGroups - One to 5 message groups that contain start messages. This parameter is required.
Amazon Lex chooses one of the messages to play to the user.this@Stability(value=Stable) public CfnBot.FulfillmentStartResponseSpecificationProperty.Builder messageGroups(List<? extends Object> messageGroups)
CfnBot.FulfillmentStartResponseSpecificationProperty.getMessageGroups()messageGroups - One to 5 message groups that contain start messages. This parameter is required.
Amazon Lex chooses one of the messages to play to the user.this@Stability(value=Stable) public CfnBot.FulfillmentStartResponseSpecificationProperty.Builder allowInterrupt(Boolean allowInterrupt)
CfnBot.FulfillmentStartResponseSpecificationProperty.getAllowInterrupt()allowInterrupt - Determines whether the user can interrupt the start message while it is playing.this@Stability(value=Stable) public CfnBot.FulfillmentStartResponseSpecificationProperty.Builder allowInterrupt(IResolvable allowInterrupt)
CfnBot.FulfillmentStartResponseSpecificationProperty.getAllowInterrupt()allowInterrupt - Determines whether the user can interrupt the start message while it is playing.this@Stability(value=Stable) public CfnBot.FulfillmentStartResponseSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.FulfillmentStartResponseSpecificationProperty>CfnBot.FulfillmentStartResponseSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.