Interface ElicitationCodeHookInvocationSetting.Builder

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