nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.mediaplayer.payload
/
PlayPayload
Play
Payload
data
class
PlayPayload
(
val
playServiceId
:
String
,
val
token
:
String
,
val
action
:
Action
,
val
asrText
:
String
?
,
val
song
:
Song
?
,
val
toggle
:
Toggle
?
,
val
data
:
JsonObject
?
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Play
Payload
Link copied to clipboard
fun
PlayPayload
(
playServiceId
:
String
,
token
:
String
,
action
:
Action
,
asrText
:
String
?
,
song
:
Song
?
,
toggle
:
Toggle
?
,
data
:
JsonObject
?
)
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
action
Link copied to clipboard
@
SerializedName
(
value
=
"action"
)
val
action
:
Action
Content copied to clipboard
asr
Text
Link copied to clipboard
@
SerializedName
(
value
=
"asrText"
)
val
asrText
:
String
?
Content copied to clipboard
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
JsonObject
?
Content copied to clipboard
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
Content copied to clipboard
song
Link copied to clipboard
@
SerializedName
(
value
=
"song"
)
val
song
:
Song
?
Content copied to clipboard
toggle
Link copied to clipboard
@
SerializedName
(
value
=
"toggle"
)
val
toggle
:
Toggle
?
Content copied to clipboard
token
Link copied to clipboard
@
SerializedName
(
value
=
"token"
)
val
token
:
String
Content copied to clipboard
the unique string to identify