nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.session.handler
/
SetDirectiveHandler
/
SetDirective
/
Payload
Payload
data
class
Payload
(
val
playServiceId
:
String
,
val
sessionId
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Payload
Link copied to clipboard
fun
Payload
(
playServiceId
:
String
,
sessionId
:
String
)
Content copied to clipboard
Properties
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
Content copied to clipboard
session
Id
Link copied to clipboard
@
SerializedName
(
value
=
"sessionId"
)
val
sessionId
:
String
Content copied to clipboard