@Stability(value=Stable) public static final class CfnBot.FulfillmentCodeHookSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.FulfillmentCodeHookSettingProperty>
CfnBot.FulfillmentCodeHookSettingProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBot.FulfillmentCodeHookSettingProperty.Builder enabled(Boolean enabled)
CfnBot.FulfillmentCodeHookSettingProperty.getEnabled()enabled - Indicates whether a Lambda function should be invoked for fulfill a specific intent. This parameter is required.this@Stability(value=Stable) public CfnBot.FulfillmentCodeHookSettingProperty.Builder enabled(IResolvable enabled)
CfnBot.FulfillmentCodeHookSettingProperty.getEnabled()enabled - Indicates whether a Lambda function should be invoked for fulfill a specific intent. This parameter is required.this@Stability(value=Stable) public CfnBot.FulfillmentCodeHookSettingProperty.Builder fulfillmentUpdatesSpecification(CfnBot.FulfillmentUpdatesSpecificationProperty fulfillmentUpdatesSpecification)
fulfillmentUpdatesSpecification - Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
Fulfillment updates can be used only with streaming conversations.this@Stability(value=Stable) public CfnBot.FulfillmentCodeHookSettingProperty.Builder fulfillmentUpdatesSpecification(IResolvable fulfillmentUpdatesSpecification)
fulfillmentUpdatesSpecification - Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
Fulfillment updates can be used only with streaming conversations.this@Stability(value=Stable) public CfnBot.FulfillmentCodeHookSettingProperty.Builder postFulfillmentStatusSpecification(CfnBot.PostFulfillmentStatusSpecificationProperty postFulfillmentStatusSpecification)
postFulfillmentStatusSpecification - Provides settings for messages sent to the user for after the Lambda fulfillment function completes.
Post-fulfillment messages can be sent for both streaming and non-streaming conversations.this@Stability(value=Stable) public CfnBot.FulfillmentCodeHookSettingProperty.Builder postFulfillmentStatusSpecification(IResolvable postFulfillmentStatusSpecification)
postFulfillmentStatusSpecification - Provides settings for messages sent to the user for after the Lambda fulfillment function completes.
Post-fulfillment messages can be sent for both streaming and non-streaming conversations.this@Stability(value=Stable) public CfnBot.FulfillmentCodeHookSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.FulfillmentCodeHookSettingProperty>CfnBot.FulfillmentCodeHookSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.