nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.phonecall
/
Caller
Caller
data
class
Caller
(
val
name
:
String
?
,
val
token
:
String
,
val
isMobile
:
Boolean
,
val
isRecentMissed
:
Boolean
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Caller
Link copied to clipboard
fun
Caller
(
name
:
String
?
,
token
:
String
,
isMobile
:
Boolean
,
isRecentMissed
:
Boolean
)
Content copied to clipboard
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonElement
Content copied to clipboard
Properties
is
Mobile
Link copied to clipboard
val
isMobile
:
Boolean
Content copied to clipboard
is
Recent
Missed
Link copied to clipboard
val
isRecentMissed
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
token
Link copied to clipboard
val
token
:
String
Content copied to clipboard