Interface ElicitationCodeHookInvocationSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ElicitationCodeHookInvocationSetting.Builder,
,ElicitationCodeHookInvocationSetting> SdkBuilder<ElicitationCodeHookInvocationSetting.Builder,
,ElicitationCodeHookInvocationSetting> SdkPojo
- Enclosing class:
ElicitationCodeHookInvocationSetting
public static interface ElicitationCodeHookInvocationSetting.Builder
extends SdkPojo, CopyableBuilder<ElicitationCodeHookInvocationSetting.Builder,ElicitationCodeHookInvocationSetting>
-
Method Summary
Modifier and TypeMethodDescriptionenableCodeHookInvocation
(Boolean enableCodeHookInvocation) Indicates whether a Lambda function should be invoked for the dialog.invocationLabel
(String invocationLabel) A label that indicates the dialog step from which the dialog code hook is happening.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enableCodeHookInvocation
ElicitationCodeHookInvocationSetting.Builder enableCodeHookInvocation(Boolean enableCodeHookInvocation) Indicates whether a Lambda function should be invoked for the dialog.
- Parameters:
enableCodeHookInvocation
- Indicates whether a Lambda function should be invoked for the dialog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationLabel
A label that indicates the dialog step from which the dialog code hook is happening.
- Parameters:
invocationLabel
- A label that indicates the dialog step from which the dialog code hook is happening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-