AlexaChannelPropertiesArgs

data class AlexaChannelPropertiesArgs(val alexaSkillId: Output<String>, val isEnabled: Output<Boolean>) : ConvertibleToJava<AlexaChannelPropertiesArgs>

The parameters to provide for the Alexa channel.

Constructors

Link copied to clipboard
constructor(alexaSkillId: Output<String>, isEnabled: Output<Boolean>)

Properties

Link copied to clipboard
val alexaSkillId: Output<String>

The Alexa skill Id

Link copied to clipboard
val isEnabled: Output<Boolean>

Whether this channel is enabled for the bot

Functions

Link copied to clipboard
open override fun toJava(): AlexaChannelPropertiesArgs