MetaFlowAsset

Represents a single asset file associated with a WhatsApp Flow, including a presigned download URL.

Types

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

Properties

Link copied to clipboard

The type of asset. Currently the only supported value is FLOW_JSON.

Link copied to clipboard

A presigned URL from Meta for downloading the asset. The URL expires after a short period.

Link copied to clipboard

The filename of the asset (for example, flow.json).

Functions

Link copied to clipboard
inline fun copy(block: MetaFlowAsset.Builder.() -> Unit = {}): MetaFlowAsset
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