Alexa Channel Properties Response
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
fun AlexaChannelPropertiesResponse(alexaSkillId: String, isEnabled: Boolean, serviceEndpointUri: String, urlFragment: String)