Alexa Channel Response
data class AlexaChannelResponse(val channelName: String, val etag: String? = null, val location: String? = null, val properties: AlexaChannelPropertiesResponse? = null, val provisioningState: String)
Alexa channel definition
Constructors
Link copied to clipboard
constructor(channelName: String, etag: String? = null, location: String? = null, properties: AlexaChannelPropertiesResponse? = null, provisioningState: String)