Uses of Class
software.amazon.awscdk.services.lex.CfnBot.SlotCaptureSettingProperty.Builder
-
Uses of CfnBot.SlotCaptureSettingProperty.Builder in software.amazon.awscdk.services.lex
Modifier and TypeMethodDescriptionCfnBot.SlotCaptureSettingProperty.builder()
CfnBot.SlotCaptureSettingProperty.Builder.captureConditional
(IResolvable captureConditional) Sets the value ofCfnBot.SlotCaptureSettingProperty.getCaptureConditional()
CfnBot.SlotCaptureSettingProperty.Builder.captureConditional
(CfnBot.ConditionalSpecificationProperty captureConditional) Sets the value ofCfnBot.SlotCaptureSettingProperty.getCaptureConditional()
CfnBot.SlotCaptureSettingProperty.Builder.captureNextStep
(IResolvable captureNextStep) Sets the value ofCfnBot.SlotCaptureSettingProperty.getCaptureNextStep()
CfnBot.SlotCaptureSettingProperty.Builder.captureNextStep
(CfnBot.DialogStateProperty captureNextStep) Sets the value ofCfnBot.SlotCaptureSettingProperty.getCaptureNextStep()
CfnBot.SlotCaptureSettingProperty.Builder.captureResponse
(IResolvable captureResponse) Sets the value ofCfnBot.SlotCaptureSettingProperty.getCaptureResponse()
CfnBot.SlotCaptureSettingProperty.Builder.captureResponse
(CfnBot.ResponseSpecificationProperty captureResponse) Sets the value ofCfnBot.SlotCaptureSettingProperty.getCaptureResponse()
CfnBot.SlotCaptureSettingProperty.Builder.codeHook
(IResolvable codeHook) Sets the value ofCfnBot.SlotCaptureSettingProperty.getCodeHook()
CfnBot.SlotCaptureSettingProperty.Builder.codeHook
(CfnBot.DialogCodeHookInvocationSettingProperty codeHook) Sets the value ofCfnBot.SlotCaptureSettingProperty.getCodeHook()
CfnBot.SlotCaptureSettingProperty.Builder.elicitationCodeHook
(IResolvable elicitationCodeHook) Sets the value ofCfnBot.SlotCaptureSettingProperty.getElicitationCodeHook()
CfnBot.SlotCaptureSettingProperty.Builder.elicitationCodeHook
(CfnBot.ElicitationCodeHookInvocationSettingProperty elicitationCodeHook) Sets the value ofCfnBot.SlotCaptureSettingProperty.getElicitationCodeHook()
CfnBot.SlotCaptureSettingProperty.Builder.failureConditional
(IResolvable failureConditional) Sets the value ofCfnBot.SlotCaptureSettingProperty.getFailureConditional()
CfnBot.SlotCaptureSettingProperty.Builder.failureConditional
(CfnBot.ConditionalSpecificationProperty failureConditional) Sets the value ofCfnBot.SlotCaptureSettingProperty.getFailureConditional()
CfnBot.SlotCaptureSettingProperty.Builder.failureNextStep
(IResolvable failureNextStep) Sets the value ofCfnBot.SlotCaptureSettingProperty.getFailureNextStep()
CfnBot.SlotCaptureSettingProperty.Builder.failureNextStep
(CfnBot.DialogStateProperty failureNextStep) Sets the value ofCfnBot.SlotCaptureSettingProperty.getFailureNextStep()
CfnBot.SlotCaptureSettingProperty.Builder.failureResponse
(IResolvable failureResponse) Sets the value ofCfnBot.SlotCaptureSettingProperty.getFailureResponse()
CfnBot.SlotCaptureSettingProperty.Builder.failureResponse
(CfnBot.ResponseSpecificationProperty failureResponse) Sets the value ofCfnBot.SlotCaptureSettingProperty.getFailureResponse()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.SlotCaptureSettingProperty.Builder
.