FulfillmentCodeHookSettings

Determines if a Lambda function should be invoked for a specific intent.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines whether the fulfillment code hook is used. When active is false, the code hook doesn't run.

Link copied to clipboard

Indicates whether a Lambda function should be invoked to fulfill a specific intent.

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String