nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.utility.handler
/
BlockDirectiveHandler
/
Payload
Payload
data
class
Payload
(
val
playServiceId
:
String
,
val
sleepInMillisecond
:
Long
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Payload
Link copied to clipboard
fun
Payload
(
playServiceId
:
String
,
sleepInMillisecond
:
Long
?
)
Content copied to clipboard
Properties
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
Content copied to clipboard
sleep
In
Millisecond
Link copied to clipboard
@
SerializedName
(
value
=
"sleepInMillisecond"
)
val
sleepInMillisecond
:
Long
?
Content copied to clipboard