Builder
class Builder
Properties
Link copied to clipboard
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.
Link copied to clipboard
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.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.lexmodelsv2.model.FulfillmentUpdatesSpecification inside the given block
Link copied to clipboard
fun postFulfillmentStatusSpecification(block: PostFulfillmentStatusSpecification.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.lexmodelsv2.model.PostFulfillmentStatusSpecification inside the given block