Package com.pulumi.aws.lex.inputs
Class V2modelsIntentFulfillmentCodeHookArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.lex.inputs.V2modelsIntentFulfillmentCodeHookArgs
-
public final class V2modelsIntentFulfillmentCodeHookArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
V2modelsIntentFulfillmentCodeHookArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static V2modelsIntentFulfillmentCodeHookArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
active()
static V2modelsIntentFulfillmentCodeHookArgs.Builder
builder()
static V2modelsIntentFulfillmentCodeHookArgs.Builder
builder(V2modelsIntentFulfillmentCodeHookArgs defaults)
com.pulumi.core.Output<java.lang.Boolean>
enabled()
java.util.Optional<com.pulumi.core.Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs>>
fulfillmentUpdatesSpecification()
java.util.Optional<com.pulumi.core.Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationArgs>>
postFulfillmentStatusSpecification()
-
-
-
Field Detail
-
Empty
public static final V2modelsIntentFulfillmentCodeHookArgs Empty
-
-
Method Detail
-
active
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> active()
- Returns:
- Whether the fulfillment code hook is used. When active is false, the code hook doesn't run.
-
enabled
public com.pulumi.core.Output<java.lang.Boolean> enabled()
- Returns:
- Whether a Lambda function should be invoked to fulfill a specific intent.
-
fulfillmentUpdatesSpecification
public java.util.Optional<com.pulumi.core.Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs>> fulfillmentUpdatesSpecification()
- Returns:
- Configuration block for settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations. See `fulfillment_updates_specification`.
-
postFulfillmentStatusSpecification
public java.util.Optional<com.pulumi.core.Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationArgs>> postFulfillmentStatusSpecification()
- Returns:
- Configuration block for 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. See `post_fulfillment_status_specification`.
-
builder
public static V2modelsIntentFulfillmentCodeHookArgs.Builder builder()
-
builder
public static V2modelsIntentFulfillmentCodeHookArgs.Builder builder(V2modelsIntentFulfillmentCodeHookArgs defaults)
-
-