Uses of Class
software.amazon.awscdk.services.lex.CfnBot.WaitAndContinueSpecificationProperty.Builder
-
Uses of CfnBot.WaitAndContinueSpecificationProperty.Builder in software.amazon.awscdk.services.lex
Modifier and TypeMethodDescriptionCfnBot.WaitAndContinueSpecificationProperty.builder()
CfnBot.WaitAndContinueSpecificationProperty.Builder.continueResponse
(IResolvable continueResponse) Sets the value ofCfnBot.WaitAndContinueSpecificationProperty.getContinueResponse()
CfnBot.WaitAndContinueSpecificationProperty.Builder.continueResponse
(CfnBot.ResponseSpecificationProperty continueResponse) Sets the value ofCfnBot.WaitAndContinueSpecificationProperty.getContinueResponse()
Sets the value ofCfnBot.WaitAndContinueSpecificationProperty.getIsActive()
CfnBot.WaitAndContinueSpecificationProperty.Builder.isActive
(IResolvable isActive) Sets the value ofCfnBot.WaitAndContinueSpecificationProperty.getIsActive()
CfnBot.WaitAndContinueSpecificationProperty.Builder.stillWaitingResponse
(IResolvable stillWaitingResponse) Sets the value ofCfnBot.WaitAndContinueSpecificationProperty.getStillWaitingResponse()
CfnBot.WaitAndContinueSpecificationProperty.Builder.stillWaitingResponse
(CfnBot.StillWaitingResponseSpecificationProperty stillWaitingResponse) Sets the value ofCfnBot.WaitAndContinueSpecificationProperty.getStillWaitingResponse()
CfnBot.WaitAndContinueSpecificationProperty.Builder.waitingResponse
(IResolvable waitingResponse) Sets the value ofCfnBot.WaitAndContinueSpecificationProperty.getWaitingResponse()
CfnBot.WaitAndContinueSpecificationProperty.Builder.waitingResponse
(CfnBot.ResponseSpecificationProperty waitingResponse) Sets the value ofCfnBot.WaitAndContinueSpecificationProperty.getWaitingResponse()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.WaitAndContinueSpecificationProperty.Builder
.