nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.message.payload
/
SendMessagePayload
Send
Message
Payload
data
class
SendMessagePayload
(
val
playServiceId
:
String
,
val
recipient
:
Contact
)
Content copied to clipboard
Constructors
Properties
Constructors
Send
Message
Payload
Link copied to clipboard
fun
SendMessagePayload
(
playServiceId
:
String
,
recipient
:
Contact
)
Content copied to clipboard
Properties
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
Content copied to clipboard
recipient
Link copied to clipboard
@
SerializedName
(
value
=
"recipient"
)
val
recipient
:
Contact
Content copied to clipboard