fulfillmentActivity

@JvmName(name = "drrwpkosnycwpvbf")
suspend fun fulfillmentActivity(value: Output<IntentFulfillmentActivityArgs>)
@JvmName(name = "ywykbhkjoytdriqa")
suspend fun fulfillmentActivity(value: IntentFulfillmentActivityArgs?)

Parameters

value

Describes how the intent is fulfilled. For example, after a user provides all of the information for a pizza order, fulfillment_activity defines how the bot places an order with a local pizza store. Attributes are documented under fulfillment_activity.


@JvmName(name = "ocqmcacaigrywfmm")
suspend fun fulfillmentActivity(argument: suspend IntentFulfillmentActivityArgsBuilder.() -> Unit)

Parameters

argument

Describes how the intent is fulfilled. For example, after a user provides all of the information for a pizza order, fulfillment_activity defines how the bot places an order with a local pizza store. Attributes are documented under fulfillment_activity.