AlexaChannelPropertiesResponse

data class AlexaChannelPropertiesResponse(val alexaSkillId: String, val isEnabled: Boolean, val serviceEndpointUri: String, val urlFragment: String)

The parameters to provide for the Alexa channel.

Constructors

Link copied to clipboard
constructor(alexaSkillId: String, isEnabled: Boolean, serviceEndpointUri: String, urlFragment: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Alexa skill Id

Link copied to clipboard

Whether this channel is enabled for the bot

Link copied to clipboard

Full Uri used to configured the skill in Alexa

Link copied to clipboard

Url fragment used in part of the Uri configured in Alexa