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 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

      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.