Channel Info
data class ChannelInfo(band: String?, frequency: Int?, wide: String?, city: String?, channel: String?, station: String?, region: String?, channelName: String?, isPreset: Boolean?, isPlaying: Boolean?, signalQuality: Int?, sortMode: Int?)
Content copied to clipboard
라디오 재생 관련 발화시 DM 요청에 전달되는 Context 혹은 및 NLG 응답을 처리하는 Data Class
Constructors
ChannelInfo
Link copied to clipboard
fun ChannelInfo(band: String? = null, frequency: Int? = null, wide: String? = null, city: String? = null, channel: String? = null, station: String? = null, region: String? = null, channelName: String? = null, isPreset: Boolean? = null, isPlaying: Boolean? = null, signalQuality: Int? = null, sortMode: Int? = null)
Content copied to clipboard