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