Uses of Class
software.amazon.awscdk.services.lex.CfnBot.InitialResponseSettingProperty.Builder
-
Uses of CfnBot.InitialResponseSettingProperty.Builder in software.amazon.awscdk.services.lex
Modifier and TypeMethodDescriptionCfnBot.InitialResponseSettingProperty.builder()
CfnBot.InitialResponseSettingProperty.Builder.codeHook
(IResolvable codeHook) Sets the value ofCfnBot.InitialResponseSettingProperty.getCodeHook()
CfnBot.InitialResponseSettingProperty.Builder.codeHook
(CfnBot.DialogCodeHookInvocationSettingProperty codeHook) Sets the value ofCfnBot.InitialResponseSettingProperty.getCodeHook()
CfnBot.InitialResponseSettingProperty.Builder.conditional
(IResolvable conditional) Sets the value ofCfnBot.InitialResponseSettingProperty.getConditional()
CfnBot.InitialResponseSettingProperty.Builder.conditional
(CfnBot.ConditionalSpecificationProperty conditional) Sets the value ofCfnBot.InitialResponseSettingProperty.getConditional()
CfnBot.InitialResponseSettingProperty.Builder.initialResponse
(IResolvable initialResponse) Sets the value ofCfnBot.InitialResponseSettingProperty.getInitialResponse()
CfnBot.InitialResponseSettingProperty.Builder.initialResponse
(CfnBot.ResponseSpecificationProperty initialResponse) Sets the value ofCfnBot.InitialResponseSettingProperty.getInitialResponse()
CfnBot.InitialResponseSettingProperty.Builder.nextStep
(IResolvable nextStep) Sets the value ofCfnBot.InitialResponseSettingProperty.getNextStep()
CfnBot.InitialResponseSettingProperty.Builder.nextStep
(CfnBot.DialogStateProperty nextStep) Sets the value ofCfnBot.InitialResponseSettingProperty.getNextStep()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.InitialResponseSettingProperty.Builder
.