@Stability(value=Stable) public static final class CfnBot.WaitAndContinueSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.WaitAndContinueSpecificationProperty>
CfnBot.WaitAndContinueSpecificationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty.Builder continueResponse(CfnBot.ResponseSpecificationProperty continueResponse)
CfnBot.WaitAndContinueSpecificationProperty.getContinueResponse()continueResponse - The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation. This parameter is required.this@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty.Builder continueResponse(IResolvable continueResponse)
CfnBot.WaitAndContinueSpecificationProperty.getContinueResponse()continueResponse - The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation. This parameter is required.this@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty.Builder waitingResponse(CfnBot.ResponseSpecificationProperty waitingResponse)
CfnBot.WaitAndContinueSpecificationProperty.getWaitingResponse()waitingResponse - The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue. This parameter is required.this@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty.Builder waitingResponse(IResolvable waitingResponse)
CfnBot.WaitAndContinueSpecificationProperty.getWaitingResponse()waitingResponse - The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue. This parameter is required.this@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty.Builder isActive(Boolean isActive)
CfnBot.WaitAndContinueSpecificationProperty.getIsActive()isActive - Specifies whether the bot will wait for a user to respond.
When this field is false, wait and continue responses for a slot aren't used and the bot expects an appropriate response within the configured timeout. If the IsActive field isn't specified, the default is true.this@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty.Builder isActive(IResolvable isActive)
CfnBot.WaitAndContinueSpecificationProperty.getIsActive()isActive - Specifies whether the bot will wait for a user to respond.
When this field is false, wait and continue responses for a slot aren't used and the bot expects an appropriate response within the configured timeout. If the IsActive field isn't specified, the default is true.this@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty.Builder stillWaitingResponse(CfnBot.StillWaitingResponseSpecificationProperty stillWaitingResponse)
CfnBot.WaitAndContinueSpecificationProperty.getStillWaitingResponse()stillWaitingResponse - A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.this@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty.Builder stillWaitingResponse(IResolvable stillWaitingResponse)
CfnBot.WaitAndContinueSpecificationProperty.getStillWaitingResponse()stillWaitingResponse - A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.this@Stability(value=Stable) public CfnBot.WaitAndContinueSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.WaitAndContinueSpecificationProperty>CfnBot.WaitAndContinueSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.