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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElicitationCodeHookInvocationSetting.BuilderenableCodeHookInvocation(Boolean enableCodeHookInvocation)Indicates whether a Lambda function should be invoked for the dialog.ElicitationCodeHookInvocationSetting.BuilderinvocationLabel(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 Detail
-
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
ElicitationCodeHookInvocationSetting.Builder invocationLabel(String 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.
-
-