V2modelsIntentFulfillmentCodeHookArgs

data class V2modelsIntentFulfillmentCodeHookArgs(val active: Output<Boolean>? = null, val enabled: Output<Boolean>, val fulfillmentUpdatesSpecification: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs>? = null, val postFulfillmentStatusSpecification: Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationArgs>? = null) : ConvertibleToJava<V2modelsIntentFulfillmentCodeHookArgs>

Constructors

Link copied to clipboard
constructor(active: Output<Boolean>? = null, enabled: Output<Boolean>, fulfillmentUpdatesSpecification: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs>? = null, postFulfillmentStatusSpecification: Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationArgs>? = null)

Properties

Link copied to clipboard
val active: Output<Boolean>? = null

Whether the fulfillment code hook is used. When active is false, the code hook doesn't run.

Link copied to clipboard
val enabled: Output<Boolean>

Whether a Lambda function should be invoked to fulfill a specific intent.

Link copied to clipboard

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentFulfillmentCodeHookArgs