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