EmailChannelPropertiesResponse

data class EmailChannelPropertiesResponse(val authMethod: Double? = null, val emailAddress: String, val isEnabled: Boolean, val magicCode: String? = null, val password: String? = null)

The parameters to provide for the Email channel.

Constructors

Link copied to clipboard
constructor(authMethod: Double? = null, emailAddress: String, isEnabled: Boolean, magicCode: String? = null, password: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authMethod: Double? = null

Email channel auth method. 0 Password (Default); 1 Graph.

Link copied to clipboard

The email address

Link copied to clipboard

Whether this channel is enabled for the bot

Link copied to clipboard
val magicCode: String? = null

The magic code for setting up the modern authentication.

Link copied to clipboard
val password: String? = null

The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty.