MetaFlowSummary

Contains summary information about a WhatsApp Flow, including its ID, name, status, and categories.

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.

Link copied to clipboard

The unique identifier of the Flow assigned by Meta.

Link copied to clipboard

The name of the Flow.

Link copied to clipboard

The lifecycle status of the Flow (DRAFT, PUBLISHED, DEPRECATED, BLOCKED, or THROTTLED).

Link copied to clipboard

A list of validation errors from Meta, if any.

Functions

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