nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.audioplayer
/
AudioItem
/
Metadata
Metadata
data
class
Metadata
(
val
disableTemplate
:
Boolean
?
,
val
template
:
JsonObject
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Metadata
Link copied to clipboard
fun
Metadata
(
disableTemplate
:
Boolean
?
,
template
:
JsonObject
?
)
Content copied to clipboard
Properties
disable
Template
Link copied to clipboard
@
SerializedName
(
value
=
"disableTemplate"
)
val
disableTemplate
:
Boolean
?
Content copied to clipboard
template
Link copied to clipboard
@
SerializedName
(
value
=
"template"
)
val
template
:
JsonObject
?
Content copied to clipboard