public static interface ElicitationCodeHookInvocationSetting.Builder extends SdkPojo, CopyableBuilder<ElicitationCodeHookInvocationSetting.Builder,ElicitationCodeHookInvocationSetting>
| Modifier and Type | Method and Description |
|---|---|
ElicitationCodeHookInvocationSetting.Builder |
enableCodeHookInvocation(Boolean enableCodeHookInvocation)
Indicates whether a Lambda function should be invoked for the dialog.
|
ElicitationCodeHookInvocationSetting.Builder |
invocationLabel(String invocationLabel)
A label that indicates the dialog step from which the dialog code hook is happening.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElicitationCodeHookInvocationSetting.Builder enableCodeHookInvocation(Boolean enableCodeHookInvocation)
Indicates whether a Lambda function should be invoked for the dialog.
enableCodeHookInvocation - Indicates whether a Lambda function should be invoked for the dialog.ElicitationCodeHookInvocationSetting.Builder invocationLabel(String invocationLabel)
A label that indicates the dialog step from which the dialog code hook is happening.
invocationLabel - A label that indicates the dialog step from which the dialog code hook is happening.Copyright © 2023. All rights reserved.