V2models Intent Fulfillment Code Hook Args
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 fulfillmentUpdatesSpecification: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs>? = null
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
val postFulfillmentStatusSpecification: Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationArgs>? = null
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
.