nugu-android
nugu-interface
/
com.skt.nugu.sdk.core.interfaces.dialog
/
DialogAttributeStorageInterface
Dialog
Attribute
Storage
Interface
interface
DialogAttributeStorageInterface
Content copied to clipboard
the storage interface for dialog attribute
Functions
Functions
get
Attribute
Link copied to clipboard
abstract
fun
getAttribute
(
key
:
String
)
:
DialogAttribute
?
Content copied to clipboard
get
Recent
Attribute
Link copied to clipboard
abstract
fun
getRecentAttribute
(
)
:
DialogAttribute
?
Content copied to clipboard
remove
Attribute
Link copied to clipboard
abstract
fun
removeAttribute
(
key
:
String
)
Content copied to clipboard
set
Attribute
Link copied to clipboard
abstract
fun
setAttribute
(
key
:
String
,
attr
:
DialogAttribute
)
Content copied to clipboard