fulfillment Updates Specification
suspend fun fulfillmentUpdatesSpecification(value: Output<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs>)
suspend fun fulfillmentUpdatesSpecification(value: V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs?)
Parameters
value
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
.
suspend fun fulfillmentUpdatesSpecification(argument: suspend V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgsBuilder.() -> Unit)
Parameters
argument
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
.