post Fulfillment Status Specification
suspend fun postFulfillmentStatusSpecification(value: Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationArgs>)
suspend fun postFulfillmentStatusSpecification(value: V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationArgs?)
Parameters
value
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
.
suspend fun postFulfillmentStatusSpecification(argument: suspend V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationArgsBuilder.() -> Unit)
Parameters
argument
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
.