ResponseGuidanceData

data class ResponseGuidanceData(displayServiceName: String, displayArea: String, text: MutableList<MutableList<String>>)

Guidance data

Constructors

ResponseGuidanceData
Link copied to clipboard
fun ResponseGuidanceData(displayServiceName: String = StringUtils.EMPTY, displayArea: String = StringUtils.EMPTY, text: MutableList<MutableList<String>> = mutableListOf())

Properties

displayArea
Link copied to clipboard
val displayArea: String
ex:"1"
displayServiceName
Link copied to clipboard
val displayServiceName: String
ex:"navigation"
text
Link copied to clipboard
val text: MutableList<MutableList<String>>
ex: "["맥도날드DT 안내해 줘", "서울역으로 가자", "인천국제공항 안내 시작", "전기차 충전소 안내해 줘", ...