nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.audioplayer
/
AudioPlayerAgentInterface
/
Context
Context
data
class
Context
(
val
audioItemId
:
String
,
val
templateId
:
String
,
val
audioItemTemplate
:
String
?
,
val
offset
:
Long
,
val
dialogRequestId
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Context
Link copied to clipboard
fun
Context
(
audioItemId
:
String
,
templateId
:
String
,
audioItemTemplate
:
String
?
,
offset
:
Long
,
dialogRequestId
:
String
)
Content copied to clipboard
Properties
audio
Item
Id
Link copied to clipboard
val
audioItemId
:
String
Content copied to clipboard
audio
Item
Template
Link copied to clipboard
val
audioItemTemplate
:
String
?
Content copied to clipboard
dialog
Request
Id
Link copied to clipboard
val
dialogRequestId
:
String
Content copied to clipboard
offset
Link copied to clipboard
val
offset
:
Long
Content copied to clipboard
template
Id
Link copied to clipboard
val
templateId
:
String
Content copied to clipboard