V2models Intent Fulfillment Code Hook Fulfillment Updates Specification Start Response Args
data class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs(val allowInterrupt: Output<Boolean>? = null, val delayInSeconds: Output<Int>? = null, val messageGroups: Output<List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupArgs>>? = null) : ConvertibleToJava<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs>
Constructors
Link copied to clipboard
fun V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs(allowInterrupt: Output<Boolean>? = null, delayInSeconds: Output<Int>? = null, messageGroups: Output<List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupArgs>>? = null)
Functions
Properties
Link copied to clipboard