Uses of Class
software.amazon.awscdk.services.lex.CfnBot.ConditionalBranchProperty.Builder
Packages that use CfnBot.ConditionalBranchProperty.Builder
-
Uses of CfnBot.ConditionalBranchProperty.Builder in software.amazon.awscdk.services.lex
Methods in software.amazon.awscdk.services.lex that return CfnBot.ConditionalBranchProperty.BuilderModifier and TypeMethodDescriptionCfnBot.ConditionalBranchProperty.builder()
CfnBot.ConditionalBranchProperty.Builder.condition
(IResolvable condition) Sets the value ofCfnBot.ConditionalBranchProperty.getCondition()
CfnBot.ConditionalBranchProperty.Builder.condition
(CfnBot.ConditionProperty condition) Sets the value ofCfnBot.ConditionalBranchProperty.getCondition()
Sets the value ofCfnBot.ConditionalBranchProperty.getName()
CfnBot.ConditionalBranchProperty.Builder.nextStep
(IResolvable nextStep) Sets the value ofCfnBot.ConditionalBranchProperty.getNextStep()
CfnBot.ConditionalBranchProperty.Builder.nextStep
(CfnBot.DialogStateProperty nextStep) Sets the value ofCfnBot.ConditionalBranchProperty.getNextStep()
CfnBot.ConditionalBranchProperty.Builder.response
(IResolvable response) Sets the value ofCfnBot.ConditionalBranchProperty.getResponse()
CfnBot.ConditionalBranchProperty.Builder.response
(CfnBot.ResponseSpecificationProperty response) Sets the value ofCfnBot.ConditionalBranchProperty.getResponse()
Constructors in software.amazon.awscdk.services.lex with parameters of type CfnBot.ConditionalBranchProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.ConditionalBranchProperty.Builder
.