AgentStateLiveData

data class AgentStateLiveData(viewModelType: ViewModelType)

현재 Agent 상태 정보를 전달하는 Data Class 이다.

Parameters

viewModelType

현재 Agent 상태를 나타내는 ViewModelType 정보

Constructors

AgentStateLiveData
Link copied to clipboard
fun AgentStateLiveData(viewModelType: ViewModelType)
현재 Agent 상태를 나타내는 ViewModelType 정보

Properties

beep
Link copied to clipboard
var beep: Int
Beep 0: end listening, 1: start listening, 7: common error
displayText
Link copied to clipboard
var displayText: String
Display text
micOnOff
Link copied to clipboard
var micOnOff: Boolean = false
Mic on off true: doing Mic On, false: doing Mic Off
navigationCommandCompletedEvent
Link copied to clipboard
var navigationCommandCompletedEvent: Boolean = false
Navi 목적지/경유지 정보를 서버에 요청해야 하는 상황을 앱에게 전달 한다.
ttsCompleted
Link copied to clipboard
var ttsCompleted: Boolean = false
Update ttsCompleted status 현재 재생 중인 TTS 가 완전 히 끝나면 앱에게 전달한다.
ttsText
Link copied to clipboard
var ttsText: String
Tts text
viewModelType
Link copied to clipboard
val viewModelType: ViewModelType
현재 Agent 상태를 나타내는 ViewModelType 정보