nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.phonecall
/
Context
/
Recipient
Recipient
data
class
Recipient
(
val
name
:
String
?
,
val
token
:
String
?
,
val
isMobile
:
Boolean
?
,
val
isRecentMissed
:
Boolean
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Recipient
Link copied to clipboard
fun
Recipient
(
name
:
String
?
,
token
:
String
?
,
isMobile
:
Boolean
?
,
isRecentMissed
:
Boolean
?
)
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