CreateWhatsAppFlowRequest

Types

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

Properties

Link copied to clipboard

The categories that classify the business purpose of the Flow. At least one category is required.

Link copied to clipboard

The ID of an existing Flow within the same WhatsApp Business Account to clone.

Link copied to clipboard

The Flow JSON definition that describes the screens, components, and logic of the Flow. Maximum size is 10 MB.

Link copied to clipboard

The name of the Flow. Must be unique within the WhatsApp Business Account.

Link copied to clipboard
val id: String?

The ID of the WhatsApp Business Account to associate with this Flow.

Link copied to clipboard

Set to true to publish the Flow immediately after creation. Requires a valid flowJson that passes Meta's validation.

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