nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.phonecall.payload
/
AcceptCallPayload
Accept
Call
Payload
data
class
AcceptCallPayload
(
val
playServiceId
:
String
,
val
speakerPhone
:
Boolean
)
Content copied to clipboard
Constructors
Properties
Constructors
Accept
Call
Payload
Link copied to clipboard
fun
AcceptCallPayload
(
playServiceId
:
String
,
speakerPhone
:
Boolean
)
Content copied to clipboard
Properties
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
Content copied to clipboard
speaker
Phone
Link copied to clipboard
@
SerializedName
(
value
=
"speakerPhone"
)
val
speakerPhone
:
Boolean
Content copied to clipboard