nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.sound
/
BeepDirective
/
Payload
Payload
data
class
Payload
(
val
playServiceId
:
String
,
val
beepName
:
SoundProvider.BeepName
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Payload
Link copied to clipboard
fun
Payload
(
playServiceId
:
String
,
beepName
:
SoundProvider.BeepName
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
beep
Name
Link copied to clipboard
@
SerializedName
(
value
=
"beepName"
)
val
beepName
:
SoundProvider.BeepName
Content copied to clipboard
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
Content copied to clipboard