@Stability(value=Stable) public static final class CfnBot.StillWaitingResponseSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.StillWaitingResponseSpecificationProperty>
CfnBot.StillWaitingResponseSpecificationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBot.StillWaitingResponseSpecificationProperty.Builder frequencyInSeconds(Number frequencyInSeconds)
CfnBot.StillWaitingResponseSpecificationProperty.getFrequencyInSeconds()frequencyInSeconds - How often a message should be sent to the user. This parameter is required.
Minimum of 1 second, maximum of 5 minutes.this@Stability(value=Stable) public CfnBot.StillWaitingResponseSpecificationProperty.Builder messageGroupsList(IResolvable messageGroupsList)
CfnBot.StillWaitingResponseSpecificationProperty.getMessageGroupsList()messageGroupsList - A collection of responses that Amazon Lex can send to the user. This parameter is required.
Amazon Lex chooses the actual response to send at runtime.this@Stability(value=Stable) public CfnBot.StillWaitingResponseSpecificationProperty.Builder messageGroupsList(List<? extends Object> messageGroupsList)
CfnBot.StillWaitingResponseSpecificationProperty.getMessageGroupsList()messageGroupsList - A collection of responses that Amazon Lex can send to the user. This parameter is required.
Amazon Lex chooses the actual response to send at runtime.this@Stability(value=Stable) public CfnBot.StillWaitingResponseSpecificationProperty.Builder timeoutInSeconds(Number timeoutInSeconds)
CfnBot.StillWaitingResponseSpecificationProperty.getTimeoutInSeconds()timeoutInSeconds - If Amazon Lex waits longer than this length of time for a response, it will stop sending messages. This parameter is required.this@Stability(value=Stable) public CfnBot.StillWaitingResponseSpecificationProperty.Builder allowInterrupt(Boolean allowInterrupt)
CfnBot.StillWaitingResponseSpecificationProperty.getAllowInterrupt()allowInterrupt - Indicates that the user can interrupt the response by speaking while the message is being played.this@Stability(value=Stable) public CfnBot.StillWaitingResponseSpecificationProperty.Builder allowInterrupt(IResolvable allowInterrupt)
CfnBot.StillWaitingResponseSpecificationProperty.getAllowInterrupt()allowInterrupt - Indicates that the user can interrupt the response by speaking while the message is being played.this@Stability(value=Stable) public CfnBot.StillWaitingResponseSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.StillWaitingResponseSpecificationProperty>CfnBot.StillWaitingResponseSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.