AWS SDK for Kotlin
Toggle table of contents
1.6.95
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
socialmessaging
/
aws.sdk.kotlin.services.socialmessaging.model
/
MetaFlowCategory
Meta
Flow
Category
sealed
class
MetaFlowCategory
The category that classifies the business purpose of a WhatsApp Flow.
Inheritors
AppointmentBooking
ContactUs
CustomerSupport
LeadGeneration
Other
Shopping
SignIn
SignUp
Survey
SdkUnknown
Members
Types
Appointment
Booking
Link copied to clipboard
object
AppointmentBooking
:
MetaFlowCategory
Companion
Link copied to clipboard
object
Companion
Contact
Us
Link copied to clipboard
object
ContactUs
:
MetaFlowCategory
Customer
Support
Link copied to clipboard
object
CustomerSupport
:
MetaFlowCategory
Lead
Generation
Link copied to clipboard
object
LeadGeneration
:
MetaFlowCategory
Other
Link copied to clipboard
object
Other
:
MetaFlowCategory
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MetaFlowCategory
Shopping
Link copied to clipboard
object
Shopping
:
MetaFlowCategory
Sign
In
Link copied to clipboard
object
SignIn
:
MetaFlowCategory
Sign
Up
Link copied to clipboard
object
SignUp
:
MetaFlowCategory
Survey
Link copied to clipboard
object
Survey
:
MetaFlowCategory
Properties
value
Link copied to clipboard
abstract
val
value
:
String