nugu-android
nugu-client-kit
/
com.skt.nugu.sdk.client
/
NuguClientInterface
Nugu
Client
Interface
interface
NuguClientInterface
Content copied to clipboard
This is an utility interface which is exposed to application that interact with NUGU
Functions
Properties
Functions
get
Agent
Link copied to clipboard
abstract
fun
getAgent
(
namespace
:
String
)
:
CapabilityAgent
?
Content copied to clipboard
Properties
asr
Agent
Link copied to clipboard
abstract
val
asrAgent
:
ASRAgentInterface
?
Content copied to clipboard
audio
Player
Agent
Link copied to clipboard
abstract
val
audioPlayerAgent
:
AudioPlayerAgentInterface
?
Content copied to clipboard
bluetooth
Agent
Link copied to clipboard
abstract
val
bluetoothAgent
:
BluetoothAgentInterface
?
Content copied to clipboard
delegation
Agent
Link copied to clipboard
abstract
val
delegationAgent
:
DelegationAgentInterface
?
Content copied to clipboard
display
Agent
Link copied to clipboard
abstract
val
displayAgent
:
DisplayAgentInterface
?
Content copied to clipboard
extension
Agent
Link copied to clipboard
abstract
val
extensionAgent
:
ExtensionAgentInterface
?
Content copied to clipboard
network
Manager
Link copied to clipboard
abstract
val
networkManager
:
NetworkManagerInterface
Content copied to clipboard
system
Agent
Link copied to clipboard
abstract
val
systemAgent
:
SystemAgentInterface
Content copied to clipboard
text
Agent
Link copied to clipboard
abstract
val
textAgent
:
TextAgentInterface
?
Content copied to clipboard
theme
Manager
Link copied to clipboard
abstract
val
themeManager
:
ThemeManagerInterface
Content copied to clipboard
tts
Agent
Link copied to clipboard
abstract
val
ttsAgent
:
TTSAgentInterface
?
Content copied to clipboard