nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.routine.handler
/
StartDirectiveHandler
/
StartDirective
/
Payload
Payload
data
class
Payload
(
val
playServiceId
:
String
,
val
token
:
String
,
val
actions
:
Array
<
Action
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Payload
Link copied to clipboard
fun
Payload
(
playServiceId
:
String
,
token
:
String
,
actions
:
Array
<
Action
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
actions
Link copied to clipboard
@
SerializedName
(
value
=
"actions"
)
val
actions
:
Array
<
Action
>
Content copied to clipboard
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